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

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

This commit is contained in:
Jan Orel 2018-11-16 10:41:12 +01:00 committed by Ruben S. Montero
parent 70c7d5536e
commit b96e5ee927

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'>\