From 2ece938671b60d2bee0f55120035afb8c4f2bbb4 Mon Sep 17 00:00:00 2001 From: kubajj Date: Thu, 16 Jan 2025 09:22:22 +0000 Subject: [PATCH] Add a release note for 939340 Follow-up to 939340 to add a release note about the bug-fix. Change-Id: I202f22d40776ab5d3245b8e14021d1404a9f478d --- .../notes/fix-raid-volume-name-ac9013e7b5cf3d46.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/fix-raid-volume-name-ac9013e7b5cf3d46.yaml diff --git a/releasenotes/notes/fix-raid-volume-name-ac9013e7b5cf3d46.yaml b/releasenotes/notes/fix-raid-volume-name-ac9013e7b5cf3d46.yaml new file mode 100644 index 000000000..b3ba90768 --- /dev/null +++ b/releasenotes/notes/fix-raid-volume-name-ac9013e7b5cf3d46.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + The use of md_device as the default volume name if the volume name of a RAID + array hasn't been specified caused a 'Not POSIX compatible' error. + This has been fixed by using just the last part of the md_device. + Fixes https://bugs.launchpad.net/ironic-python-agent/+bug/2073406