summaryrefslogtreecommitdiffstats
path: root/install/tools
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-07-16 16:26:55 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-07-17 16:47:18 +0200
commit82aaa1e6d07a13429381b94ffe4b5fc562427213 (patch)
tree4829e5db5b0169c1e6227ac34eded770d2f56439 /install/tools
parent75fde43491872d3e2f52e8a523af9e60486fd0e0 (diff)
downloadfreeipa-82aaa1e6d07a13429381b94ffe4b5fc562427213.tar.gz
freeipa-82aaa1e6d07a13429381b94ffe4b5fc562427213.tar.xz
freeipa-82aaa1e6d07a13429381b94ffe4b5fc562427213.zip
Allow value 'no' for replica-certify-all attr in abort-clean-ruv subcommand
--force option set replica-certify-all to 'no' during abort-clean-ruv subcommand https://fedorahosted.org/freeipa/ticket/4988 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/tools')
-rwxr-xr-xinstall/tools/ipa-replica-manage2
-rw-r--r--install/tools/man/ipa-replica-manage.12
2 files changed, 2 insertions, 2 deletions
diff --git a/install/tools/ipa-replica-manage b/install/tools/ipa-replica-manage
index e525a02f4..50a57f70e 100755
--- a/install/tools/ipa-replica-manage
+++ b/install/tools/ipa-replica-manage
@@ -470,7 +470,7 @@ def abort_clean_ruv(realm, ruv, options):
print
thisrepl = replication.ReplicationManager(realm, options.host,
options.dirman_passwd)
- thisrepl.abortcleanallruv(ruv)
+ thisrepl.abortcleanallruv(ruv, options.force)
print "Cleanup task stopped"
diff --git a/install/tools/man/ipa-replica-manage.1 b/install/tools/man/ipa-replica-manage.1
index 8a7c78f39..c09ed362f 100644
--- a/install/tools/man/ipa-replica-manage.1
+++ b/install/tools/man/ipa-replica-manage.1
@@ -49,7 +49,7 @@ Manages the replication agreements of an IPA server. The available commands are:
\- Run the CLEANALLRUV task to remove a replication ID.
.TP
\fBabort\-clean\-ruv\fR [REPLICATION_ID]
-\- Abort a running CLEANALLRUV task.
+\- Abort a running CLEANALLRUV task. With \-\-force option the task does not wait for all the replica servers to have been sent the abort task, or be online, before completing.
.TP
\fBlist\-clean\-ruv\fR
\- List all running CLEANALLRUV and abort CLEANALLRUV tasks.