#!/bin/sh
machine="$2"
disk="$3"

if [ -e /etc/remctl/sipb-xen-auto/acl/"$machine" ]; then
	/sbin/lvremove --force /dev/xenvg/"$machine"_"$disk"
fi
