From 10da5ce16b40ebb8ea6628206b0ce6d7d12ccec3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dominic=20J=C3=A4ger?= Date: Wed, 22 Jul 2020 12:20:52 +0200 Subject: [PATCH] pvecm: Add output for delnode MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The output of "pvecm delnode someNode" is "Killing node X". Even though this only says something about an attempt and not about success, it is not "no output is returned". Signed-off-by: Dominic Jäger --- pvecm.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pvecm.adoc b/pvecm.adoc index ecddd37..3820c17 100644 --- a/pvecm.adoc +++ b/pvecm.adoc @@ -327,11 +327,11 @@ After powering off the node hp4, we can safely remove it from the cluster. ---- hp1# pvecm delnode hp4 + Killing node 4 ---- -If the operation succeeds no output is returned, just check the node -list again with `pvecm nodes` or `pvecm status`. You should see -something like: +Use `pvecm nodes` or `pvecm status` to check the node list again. It should +look something like: ---- hp1# pvecm status -- 2.39.2