fixed adopt tests - still need hand-holding
[ganeti-extstorage-zfs] / detach
1 #!/bin/sh
2
3 . /usr/share/ganeti/extstorage/zfs/defaults.sh
4
5 rm /dev//$EXTP_VG/$VOL_NAME
6 zfs set lv:a='-' $EXTP_ZFS/$VOL_NAME
7