mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-12 08:58:17 +03:00
feature #2097: bug in vmfs rm
(cherry picked from commit 6cc31bbd201c98a0f5dbabc86c6def74acd5a0e9)
This commit is contained in:
parent
a8d9cfbe60
commit
4a13243b11
@ -54,8 +54,8 @@ done < <($XPATH /DS_DRIVER_ACTION_DATA/IMAGE/SOURCE \
|
||||
|
||||
SRC="${XPATH_ELEMENTS[0]}"
|
||||
DS_ID="${XPATH_ELEMENTS[1]}"
|
||||
USE_SSH="${XPATH_ELEMENTS[4]:-$DS_USE_SSH}"
|
||||
IMAGE_ID="${XPATH_ELEMENTS[2]}"
|
||||
USE_SSH="${XPATH_ELEMENTS[2]:-$DS_USE_SSH}"
|
||||
IMAGE_ID="${XPATH_ELEMENTS[3]}"
|
||||
|
||||
DST_HOST=`get_destination_host $IMAGE_ID` # To comply with vmfs_set_up
|
||||
SRC_FOLDER=`basename $SRC`
|
||||
|
Loading…
x
Reference in New Issue
Block a user