#39 Issue closed: md disk uuid describtion incorrect

Labels: bug

pavoldomin opened issue at 2012-03-29 20:43:

On our SUSE Linux Enterprise Server 11, the UUID for md device is incorrectly recoreded in disklayout.conf.
This is because "mdadm --misc --detail" (version v3.0.3) returns more than expected:

# mdadm --misc --detail /dev/md0 | grep UUID
           UUID : 80a392aa:98ef36b7:ebe0bac9:c579498f (local to host XXXXXXXX)

# grep md0 /var/lib/rear/layout/disklayout.conf
raid /dev/md0 level=raid1 raid-devices=2 uuid=80a392aa:98ef36b7:ebe0bac9:c579498f(localtohostXXXXXX) devices=/dev/mapper/3600508b4000ad7f5000070000adf0000_part1,/dev/mapper/3600508b4000ad7f30000a00008820000_part1

The recovery code therefore fails to build md array,

jhoekx commented at 2012-03-30 06:41:

This should be fixed now. Please reopen if it isn't. Thanks for reporting.


[Export of Github issue for rear/rear.]