Ignore:
Timestamp:
Mar 20, 2007, 11:43:15 AM (17 years ago)
Author:
Bruno Cornec
Message:

wait_until_software_raids_are_prepped function has now only 1 parameter (the other was useless)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondorestore/mondo-prep.c

    r1197 r1251  
    905905    mr_msg(1, "Creating LVMs");
    906906    if (does_file_exist("/tmp/i-want-my-lvm")) {
    907         wait_until_software_raids_are_prepped("/proc/mdstat", 100);
     907        wait_until_software_raids_are_prepped(100);
    908908        log_to_screen(_("Configuring LVM"));
    909909        if (!g_text_mode) {
Note: See TracChangeset for help on using the changeset viewer.