Ignore:
Timestamp:
Nov 10, 2008, 3:58:08 AM (15 years ago)
Author:
broder
Message:

Fix the sysvm startup lock cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-xen-config/debian/invirt-xen-config.init

    r1580 r1591  
    5757   
    5858        # Cleanup the lock, regardless of whether we started the LV
    59         lvchange -a n "/dev/xenvg/lock_${LV}"
    60         lvremove -f "/dev/xenvg/lock_${LV}"
     59        lvchange -a n "/dev/xenvg/lock_${LV}" >/dev/null 2>&1
     60        lvchange -a ey "/dev/xenvg/lock_${LV}" >/dev/null 2>&1
     61        lvremove -f "/dev/xenvg/lock_${LV}" >/dev/null 2>&1
    6162    fi
    6263   
Note: See TracChangeset for help on using the changeset viewer.