1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-03 13:47:01 +03:00

B #6409: Fix Datastore monitoring (#2868)

(cherry picked from commit efcfda04f66ea1340baeaf01fe5536d85613b5d4)
This commit is contained in:
Pavel Czerný 2023-12-12 16:07:16 +01:00 committed by Ruben S. Montero
parent 9d5322fe1d
commit c5f9292797
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ done < <($XPATH /DS_DRIVER_ACTION_DATA/DATASTORE_LOCATION \
unset i
BASE_PATH="${XPATH_ELEMENTS[i++]}/$2"
BASE_PATH="${XPATH_ELEMENTS[i++]}/$DS_ID"
BRIDGE_LIST="${XPATH_ELEMENTS[i++]}"
MONITOR_VM_DISKS="${XPATH_ELEMENTS[i++]}"

View File

@ -50,7 +50,7 @@ done < <($XPATH /DS_DRIVER_ACTION_DATA/DATASTORE_LOCATION \
unset i
BASE_PATH="${XPATH_ELEMENTS[i++]}/$2"
BASE_PATH="${XPATH_ELEMENTS[i++]}/$DS_ID"
BRIDGE_LIST="${XPATH_ELEMENTS[i++]}"
MONITOR_VM_DISKS="${XPATH_ELEMENTS[i++]}"