Changeset 734 in MondoRescue for branches


Ignore:
Timestamp:
Aug 3, 2006, 12:00:14 PM (18 years ago)
Author:
Bruno Cornec
Message:

Fix a bug where analyze-my-lvm was too verbose (redirection forgotten)
This may fix the LVM bugs seen recently

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/analyze-my-lvm

    r706 r734  
    169169
    170170ListLvmDrivesAndPartitions() {
    171     $LVMCMD vgdisplay -v |grep "PV Name" | sed 's/(#)//' | awk '{print $3}'
     171    $LVMCMD vgdisplay -v 2> /dev/null |grep "PV Name" | sed 's/(#)//' | awk '{print $3}'
    172172}
    173173
Note: See TracChangeset for help on using the changeset viewer.