1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

fix a bug the TM iscsi/delete action where it shouldn't remove the link

This commit is contained in:
Jaime Melis 2013-03-08 16:05:49 +01:00
parent d156f41b07
commit e7f35bcb2b

View File

@ -124,9 +124,6 @@ DELETE_CMD=$(cat <<EOF
# remove lv
$SUDO $LVREMOVE -f $VG_NAME/$TARGET_LV_NAME
# remove link
rm -f $DST_PATH
EOF
)