Changeset 561 in MondoRescue for trunk/mondo/mondo/common/libmondo-tools.c


Ignore:
Timestamp:
May 20, 2006, 5:51:21 PM (18 years ago)
Author:
bcornec
Message:

merge -r 542:560 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/libmondo-tools.c

    r539 r561  
    282282    assert(raidrec != NULL);
    283283    raidrec->raid_device[0] = '\0';
    284     raidrec->raid_level = 0;
    285     raidrec->chunk_size = 4;
     284    raidrec->raid_level = -9;
    286285    raidrec->persistent_superblock = 1;
     286    raidrec->chunk_size = 64;
     287    raidrec->parity = -1;
    287288    raidrec->data_disks.entries = 0;
    288289    raidrec->spare_disks.entries = 0;
     
    994995        log_to_screen
    995996            (_("You have RAID partitions but no /etc/raidtab - creating one from /proc/mdstat"));
    996         create_raidtab_from_mdstat("/etc/raidtab", "/proc/mdstat");
     997        create_raidtab_from_mdstat("/etc/raidtab");
    997998    }
    998999
Note: See TracChangeset for help on using the changeset viewer.