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

Feature #3782: Remove debugging data

This commit is contained in:
Jaime Melis 2015-06-12 17:50:09 +02:00
parent 8ec736d5a5
commit b5136a152f

View File

@ -86,7 +86,6 @@ if [ -n "$CEPH_USER" ]; then
RBD="$RBD --id ${CEPH_USER}"
fi
echo "$RBD copy $RBD_DST $DST" > /tmp/k
ssh_exec_and_log "$SRC_HOST" "$RBD copy $RBD_DST $DST" \
"Error cloning $RBD_DST to $DST in $SRC_HOST"