summaryrefslogtreecommitdiffstats
path: root/install/tools
diff options
context:
space:
mode:
authorStanislav Laznicka <slaznick@redhat.com>2016-05-18 16:27:26 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-03 15:22:00 +0200
commit0492ab9c0a014735f09e82d5db1c4c1aa2bd6d81 (patch)
tree77f4827ce55b5a0fe57225ec119025c6329f43e5 /install/tools
parent72f5c52d8cca32d8de5e8e0228d8ad3246efda48 (diff)
downloadfreeipa-0492ab9c0a014735f09e82d5db1c4c1aa2bd6d81.tar.gz
freeipa-0492ab9c0a014735f09e82d5db1c4c1aa2bd6d81.tar.xz
freeipa-0492ab9c0a014735f09e82d5db1c4c1aa2bd6d81.zip
Remove dangling RUVs even if replicas are offline
Previously, an offline replica would mean the RUVs cannot be removed otherwise the task would be hanging in the DS. This is fixed in 389-ds 1.3.5. https://fedorahosted.org/freeipa/ticket/5396 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Ludwig Krispenz <lkrispen@redhat.com>
Diffstat (limited to 'install/tools')
-rwxr-xr-xinstall/tools/ipa-replica-manage4
1 files changed, 0 insertions, 4 deletions
diff --git a/install/tools/ipa-replica-manage b/install/tools/ipa-replica-manage
index df0edb3b2..095cca688 100755
--- a/install/tools/ipa-replica-manage
+++ b/install/tools/ipa-replica-manage
@@ -756,10 +756,6 @@ def clean_dangling_ruvs(realm, host, options):
print('\t\tid: {id}, hostname: {host}'
.format(id=csruv[1], host=csruv[0]))
- # TODO: this can be removed when #5396 is fixed
- if offlines:
- sys.exit("ERROR: All replicas need to be online to proceed.")
-
if not options.force and not ipautil.user_input("Proceed with cleaning?", False):
sys.exit("Aborted")