From 97143c145320b2b6982f9b4c3928c9116cd4a9cc Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 24 Apr 2014 15:59:23 -0400 Subject: [PATCH] when purging/uninstalling mention note about librados and librbd Signed-off-by: Alfredo Deza --- ceph_deploy/install.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index db38174..a6f135c 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -168,6 +168,8 @@ def custom_repo(distro, args, cd_conf, rlogger): def uninstall(args): + LOG.info('note that some dependencies *will not* be removed because they can cause issues with qemu-kvm') + LOG.info('like: librbd1 and librados2') LOG.debug( 'Uninstalling on cluster %s hosts %s', args.cluster, @@ -186,6 +188,9 @@ def uninstall(args): def purge(args): + LOG.info('note that some dependencies *will not* be removed because they can cause issues with qemu-kvm') + LOG.info('like: librbd1 and librados2') + LOG.debug( 'Purging from cluster %s hosts %s', args.cluster, -- 2.47.3