]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
when purging/uninstalling mention note about librados and librbd 182/head
authorAlfredo Deza <alfredo.deza@inktank.com>
Thu, 24 Apr 2014 19:59:23 +0000 (15:59 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Thu, 24 Apr 2014 19:59:23 +0000 (15:59 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/install.py

index db38174ddb32cdf963ce014ab27c78e40af4b497..a6f135cc73daccb8800f0ae42ec107ad6dd427f5 100644 (file)
@@ -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,