source:
trunk/packages/sipb-xen-remctl-auto/sipb-xen-remctl-auto/files/usr/sbin/sipb-xen-lvremove
@
129
Last change on this file since 129 was 129, checked in by tabbott, 17 years ago | |
---|---|
|
|
File size: 148 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | machine="$2" |
3 | disk="$3" |
4 | |
5 | if [ -e /etc/remctl/sipb-xen-auto/acl/"$machine" ]; then |
6 | /sbin/lvremove --force /dev/xenvg/"$machine"_"$disk" |
7 | fi |
Note: See TracBrowser
for help on using the repository browser.