Changeset 704 in MondoRescue for branches/stable
- Timestamp:
- Jul 22, 2006, 4:19:47 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/mondo/mondorestore/mondo-rstr-tools.c
r691 r704 2604 2604 if (raidlist->el[i].progress < wait_for_percentage) { 2605 2605 unfinished_mdstat_devices++; 2606 if (raidlist->el[i].progress == -1) // delayed while another partition inits 2607 { 2608 continue; 2609 } 2606 2610 log_msg(1,"Sync'ing %s (i=%d)", raidlist->el[i].raid_device, i); 2607 2611 sprintf(screen_message, "Sync'ing %s", 2608 2612 raidlist->el[i].raid_device); 2609 2613 open_evalcall_form(screen_message); 2610 if (raidlist->el[i].progress == -1) // delayed while another partition inits2611 {2612 continue;2613 }2614 2614 while (raidlist->el[i].progress < wait_for_percentage) { 2615 2615 log_msg(1,"Percentage sync'ed: %d", raidlist->el[i].progress);
Note:
See TracChangeset
for help on using the changeset viewer.