1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

B #6409: Fix Datastore monitoring (#2868)

This commit is contained in:
Pavel Czerný 2023-12-12 16:07:16 +01:00 committed by GitHub
parent c38ce5e8f5
commit efcfda04f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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++]}"