Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
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,
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,