Changeset 2991 in MondoRescue for branches/3.0/mondo/test


Ignore:
Timestamp:
Apr 5, 2012, 3:16:10 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fix #596 for good as well as #473 and #500: now mondorestore will recreate correctly md devices with their original UUIDs and original metadata format.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/test/test-mountlist.c

    r2990 r2991  
    9191log_it("before create mdadm dev");
    9292create_raid_device_via_mdadm(raidlist,"/dev/md0",FALSE);
     93create_raid_device_via_mdadm(raidlist,"/dev/md1",FALSE);
    9394log_it("after create mdadm dev");
    9495
     96free(mountlist);
     97free(raidlist);
    9598mr_free(MONDO_LOGFILE);
     99mr_free(g_mountlist_fname);
    96100exit(0);
    97101}
Note: See TracChangeset for help on using the changeset viewer.