mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
B #4781: Typo in the function name
This commit is contained in:
parent
f1def7a710
commit
82b3c109c7
@ -115,13 +115,13 @@ EOF
|
||||
|
||||
log "Making volatile disk of ${SIZE}M at $DST"
|
||||
|
||||
ssh_exec_and_log_no_exit "$DST_HOST" "$MKIMAGE_CMD" \
|
||||
ssh_exec_and_log_no_error "$DST_HOST" "$MKIMAGE_CMD" \
|
||||
"Error creating volatile disk.$DISK_ID ($RBD_SOURCE) in $DST_HOST into pool $POOL_NAME."
|
||||
|
||||
rc=$?
|
||||
|
||||
if [ $rc != 0 ]; then
|
||||
ssh_exec_and_log_no_exit "$DST_HOST" "$DELIMAGE_CMD" \
|
||||
ssh_exec_and_log_no_error "$DST_HOST" "$DELIMAGE_CMD" \
|
||||
"Error removing image"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user