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

buf #4451: poweroff snapshots behave like live ones in ceph

This commit is contained in:
Ruben S. Montero 2016-05-19 15:52:09 +02:00
parent 1c609c50d9
commit e05d355598

View File

@ -97,8 +97,6 @@ SNAP_CREATE_CMD=$(cat <<EOF
$RBD snap create $RBD_DST@$SNAP_ID
$RBD snap protect $RBD_DST@$SNAP_ID
$RBD rename $RBD_DST $RBD_DST-$SNAP_ID
$RBD clone $RBD_DST-$SNAP_ID@$SNAP_ID $RBD_DST
EOF
)