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

B #1955 Produce source xml for all given hosts (#2567)

(cherry picked from commit b96e5ee92793c629cfcac359b7e9d4aad9a00a22)
This commit is contained in:
Jan Orel 2018-11-16 10:41:12 +01:00 committed by Ruben S. Montero
parent d742a6ac09
commit 3ade0c3d3f

View File

@ -636,7 +636,7 @@ function get_source_xml {
BCK_IFS=$IFS
IFS=':'
unset k HOST_PARTS SOURCE_HOST
unset k HOST_PARTS
for part in $host ; do
HOST_PARTS[k++]="$part"
@ -836,7 +836,7 @@ function get_disk_information {
fi
SOURCE_ARGS="protocol='iscsi'"
SOURCE_HOST=$(get_source_xml $ISCSI_HOST)
SOURCE_HOST=$(get_source_xml "$ISCSI_HOST")
if [ -n "$ISCSI_USAGE" -a -n "$ISCSI_USER" ]; then
AUTH="<auth username='$ISCSI_USER'>\
@ -866,7 +866,7 @@ function get_disk_information {
fi
SOURCE_ARGS="protocol='rbd'"
SOURCE_HOST=$(get_source_xml $CEPH_HOST)
SOURCE_HOST=$(get_source_xml "$CEPH_HOST")
if [ -n "$CEPH_USER" -a -n "$CEPH_SECRET" ]; then
AUTH="<auth username='$CEPH_USER'>\