mirror of
https://github.com/ceph/ceph
synced 2025-01-28 22:14:02 +00:00
install: only remove ceph data of project is ceph
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
0b7cd6a890
commit
f1be93f913
@ -413,7 +413,8 @@ def install(ctx, config):
|
||||
finally:
|
||||
remove_packages(ctx, config, remove_info)
|
||||
remove_sources(ctx, config)
|
||||
purge_data(ctx)
|
||||
if project == 'ceph':
|
||||
purge_data(ctx)
|
||||
|
||||
def _upgrade_packages(ctx, config, remote, debs, branch):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user