Don't cleanup ceph config when REMOTE_CEPH=True
If REMOTE_CEPH=True then we didn't write the contents of /etc/ceph, so we shouldn't delete them. Change-Id: I6291c6562a2864de775b1acb4be0be35b866f30d
This commit is contained in:
parent
e3ceaedbd7
commit
0fdf34959e
6
lib/ceph
6
lib/ceph
@ -151,14 +151,14 @@ function cleanup_ceph_embedded {
|
|||||||
if [[ -e ${CEPH_DISK_IMAGE} ]]; then
|
if [[ -e ${CEPH_DISK_IMAGE} ]]; then
|
||||||
sudo rm -f ${CEPH_DISK_IMAGE}
|
sudo rm -f ${CEPH_DISK_IMAGE}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# purge ceph config file and keys
|
||||||
|
sudo rm -rf ${CEPH_CONF_DIR}/*
|
||||||
}
|
}
|
||||||
|
|
||||||
function cleanup_ceph_general {
|
function cleanup_ceph_general {
|
||||||
undefine_virsh_secret
|
undefine_virsh_secret
|
||||||
uninstall_package ceph ceph-common python-ceph libcephfs1 > /dev/null 2>&1
|
uninstall_package ceph ceph-common python-ceph libcephfs1 > /dev/null 2>&1
|
||||||
|
|
||||||
# purge ceph config file and keys
|
|
||||||
sudo rm -rf ${CEPH_CONF_DIR}/*
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user