From 00fafb1bebcb9e77f8393d5c8a4b633c8016df2e Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Wed, 30 Aug 2017 16:29:01 +1000 Subject: ctdb-tool: Update process-exists command to pass optional srvid BUG: https://bugzilla.samba.org/show_bug.cgi?id=13042 Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke (cherry picked from commit 1c472dffd4d412806c2cb7202a8a5f37aac53b0f) --- ctdb/doc/ctdb.1.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ctdb/doc') diff --git a/ctdb/doc/ctdb.1.xml b/ctdb/doc/ctdb.1.xml index 3aceb7369ac..471d8255bce 100644 --- a/ctdb/doc/ctdb.1.xml +++ b/ctdb/doc/ctdb.1.xml @@ -1681,9 +1681,13 @@ RUNNING - process-exists <parameter>PID</parameter> + process-exists <parameter>PID</parameter> <parameter>[SRVID]</parameter> - This command checks if a specific process exists on the CTDB host. This is mainly used by Samba to check if remote instances of samba are still running or not. + This command checks if a specific process exists on the CTDB + host. This is mainly used by Samba to check if remote instances + of samba are still running or not. When the optional SRVID + argument is specified, the command check if a specific process + exists on the CTDB host and has registered for specified SRVID. -- cgit v1.2.1