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:
parent
0174fea5a9
commit
53d01bd7f8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user