Hello, I confirm that mdadm from "proposed" fixes issue on my setup. Steps to reproduce: 1. Create Raid 1 from os level using below command
mdadm -C /dev/md/imsm0 /dev/nvme0n1 /dev/nvme1n1 –n 2 –e imsm – to create container mdadm -C /dev/md/md124 /dev/md/imsm0 –n 2 –l 1 -z 20G --create volume 2. Migrate from 2 disk RAID 1 to 1 disk RAID 0 it will change to 1 disk raid 0 mdadm –G /dev/md124 –l 0 3. Use Online Capacity Expansion to go from 1 disk RAID 0 to 2 disk RAID 0 mdadm -G /dev/md127(container) -n 2 Reshape is completed successfully. ** Tags removed: verification-needed verification-needed-noble vroc ** Tags added: verification-done-noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2070371 Title: [VROC] [Ub 24.04] mdadm: grow for R0 not start - missing patch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mdadm/+bug/2070371/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
