1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-08 21:17:43 +03:00

M #-: Return format in clone action (Ceph)

cp and clone actions needs to return the format of the image

(cherry picked from commit 4cbd92bd6e)
This commit is contained in:
Ruben S. Montero 2022-12-08 18:23:21 +01:00
parent 08e0e6c305
commit af5044f267
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -99,4 +99,4 @@ RBD_DST="${POOL_NAME}/${IMAGE_NAME}"
ssh_exec_and_log "$DST_HOST" "$RBD copy $SRC $RBD_DST" \
"Error cloning $SRC to $RBD_DST in $DST_HOST"
echo "$RBD_DST"
echo "$RBD_DST raw"