14f8ab
From 5e7a2ad35a174d6d0ee5ed58a3e27955e85aa47c Mon Sep 17 00:00:00 2001
14f8ab
From: kshithijiyer <kshithij.ki@gmail.com>
14f8ab
Date: Mon, 24 Jun 2019 20:08:48 +0530
14f8ab
Subject: [PATCH 321/335] Adding white spaces to description of set group.
14f8ab
14f8ab
The description of set group is missing spaces which
14f8ab
leads to the description look like:
14f8ab
volume set <VOLNAME> group  <GROUP> - This option can be used for
14f8ab
setting multiple pre-defined volume optionswhere group_name is a
14f8ab
file under /var/lib/glusterd/groups containing onekey, value pair
14f8ab
per line
14f8ab
14f8ab
Instead of:
14f8ab
volume set <VOLNAME> group <GROUP> - This option can be used for
14f8ab
setting multiple pre-defined volume options where group_name is a
14f8ab
file under /var/lib/glusterd/groups containing one key value
14f8ab
pair per line
14f8ab
14f8ab
> upstream patch: https://review.gluster.org/#/c/glusterfs/+/22934/
14f8ab
> Fixes: bz#1723455
14f8ab
> Change-Id: I4957988c0c1f35f043db3f64089c049193e60e8f
14f8ab
> Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
14f8ab
14f8ab
BUG: 1724021
14f8ab
Change-Id: I4957988c0c1f35f043db3f64089c049193e60e8f
14f8ab
Signed-off-by: Sanju Rakonde <srakonde@redhat.com>
14f8ab
Reviewed-on: https://code.engineering.redhat.com/gerrit/185756
14f8ab
Tested-by: RHGS Build Bot <nigelb@redhat.com>
14f8ab
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
14f8ab
---
14f8ab
 cli/src/cli-cmd-volume.c | 8 ++++----
14f8ab
 1 file changed, 4 insertions(+), 4 deletions(-)
14f8ab
14f8ab
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c
14f8ab
index 6b958bd..66beb1b 100644
14f8ab
--- a/cli/src/cli-cmd-volume.c
14f8ab
+++ b/cli/src/cli-cmd-volume.c
14f8ab
@@ -3393,10 +3393,10 @@ struct cli_cmd volume_cmds[] = {
14f8ab
     {"volume set <VOLNAME> <KEY> <VALUE>", cli_cmd_volume_set_cbk,
14f8ab
      "set options for volume <VOLNAME>"},
14f8ab
 
14f8ab
-    {"volume set <VOLNAME> group  <GROUP>", cli_cmd_volume_set_cbk,
14f8ab
-     "This option can be used for setting multiple pre-defined volume options"
14f8ab
-     "where group_name is a file under /var/lib/glusterd/groups containing one"
14f8ab
-     "key, value pair per line"},
14f8ab
+    {"volume set <VOLNAME> group <GROUP>", cli_cmd_volume_set_cbk,
14f8ab
+     "This option can be used for setting multiple pre-defined volume options "
14f8ab
+     "where group_name is a file under /var/lib/glusterd/groups containing one "
14f8ab
+     "key value pair per line"},
14f8ab
 
14f8ab
     {"volume log <VOLNAME> rotate [BRICK]", cli_cmd_log_rotate_cbk,
14f8ab
      "rotate the log file for corresponding volume/brick"},
14f8ab
-- 
14f8ab
1.8.3.1
14f8ab