Ignore:
Timestamp:
Jul 22, 2006, 4:38:43 AM (18 years ago)
Author:
andree
Message:

Fix screen corruption during restore in 'Configure LVM' phase:

  • Removed superfluous echo command in analyze-my-lvm.
  • Removed superfluous (and wrong) vgremove_sz command in mondo-prep.c.
File:
1 edited

Legend:

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

    r681 r706  
    414414    sprintf(command,
    415415            "for i in `%s | grep -i lvm | cut -d'\"' -f2` ; do %s -a n $i ; %s $i; echo \"Shutting down vg $i\" >> "
    416             MONDO_LOGFILE "; done; %s -a n", vgscan_sz, vgchange_sz,
    417             vgremove_sz, vgremove_sz);
     416            MONDO_LOGFILE "; done", vgscan_sz, vgchange_sz, vgremove_sz);
    418417    run_program_and_log_output(command, 5);
    419418    if (just_erase_existing_volumes) {
Note: See TracChangeset for help on using the changeset viewer.