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

Fix #-: DS ceph export: use CEPH_KEY (#3296)

Signed-off-by: Guillermo Ramos <gramos@opennebula.io>
(cherry picked from commit 44264434ccd8fe0da4a6ea045285cb2b8ced274a)
This commit is contained in:
Guillemo Ramos 2024-11-13 09:34:22 +01:00 committed by Ruben S. Montero
parent 0174fea5a9
commit 53d01bd7f8
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -90,7 +90,7 @@ if [ -n "$CEPH_USER" ]; then
fi
if [ -n "$CEPH_KEY" ]; then
RBD="$RBD --keyfile ${CEPH_USER}"
RBD="$RBD --keyfile ${CEPH_KEY}"
IMPORT_SOURCE="${IMPORT_SOURCE}${IS_JOIN}CEPH_KEY=${CEPH_KEY}"
IS_JOIN="&"
fi