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

more remctl support for web interface

  • Property svn:executable set to *
File size: 148 bytes
Line 
1#!/bin/sh
2machine="$2"
3disk="$3"
4
5if [ -e /etc/remctl/sipb-xen-auto/acl/"$machine" ]; then
6        /sbin/lvremove --force /dev/xenvg/"$machine"_"$disk"
7fi
Note: See TracBrowser for help on using the repository browser.