From 9f570a3967c0a4ebbe35a04284181406faf8fe36 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Wed, 8 Feb 2017 21:18:20 +0530 Subject: gluster-block: create block files in '/block-store' dir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit till now we have '/block-meta' dir for meta files and actual block files used to reside in '/' dir. From now, lets place block files in '/block-store' So, this is how it looks like: $ tree /mnt/ /mnt/ ├── block-meta │   ├── meta.lock │   └── TARGET └── block-store └── 103e4cf1-bf41-404a-9fe1-b7c70fc33b3e Signed-off-by: Prasanna Kumar Kalever --- utils/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/utils.h') diff --git a/utils/utils.h b/utils/utils.h index 2323418..0545219 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -198,7 +198,7 @@ static const char *const gbCmdlineCreateOptLookup[] = { [GB_CLI_CREATE_VOLSERVER] = "volserver", [GB_CLI_CREATE_SIZE] = "size", [GB_CLI_CREATE_MULTIPATH] = "mpath", - [GB_CLI_CREATE_BACKEND_SERVESRS] = "backend-servers", + [GB_CLI_CREATE_BACKEND_SERVESRS] = "servers", [GB_CLI_CREATE_OPT_MAX] = NULL -- cgit