From: Alfredo Deza Date: Thu, 24 Apr 2014 19:59:23 +0000 (-0400) Subject: when purging/uninstalling mention note about librados and librbd X-Git-Tag: v1.5.0~8^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F182%2Fhead;p=ceph-deploy.git when purging/uninstalling mention note about librados and librbd Signed-off-by: Alfredo Deza --- 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,