From 3fdecc25b4059e357a3bdce428bbafdf04377e14 Mon Sep 17 00:00:00 2001 From: shravantc Date: Mon, 30 Mar 2015 14:59:35 +0530 Subject: doc: editing admin setting volumes added procedure/steps to format and mount volumes before volumes are created. Includes step by step creation of thinly provisioned volumes. Change-Id: I92325d84d8b322948a7a58daf0de79e2097d252a BUG: 1206539 Signed-off-by: shravantc Reviewed-on: http://review.gluster.org/10044 Reviewed-by: Lalatendu Mohanty Tested-by: Gluster Build System --- doc/admin-guide/en-US/markdown/admin_setting_volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/admin-guide/en-US/markdown/admin_setting_volumes.md') diff --git a/doc/admin-guide/en-US/markdown/admin_setting_volumes.md b/doc/admin-guide/en-US/markdown/admin_setting_volumes.md index f4eebcd50fb..a500a7214da 100644 --- a/doc/admin-guide/en-US/markdown/admin_setting_volumes.md +++ b/doc/admin-guide/en-US/markdown/admin_setting_volumes.md @@ -398,7 +398,7 @@ of this volume type is supported only for Map Reduce workloads. > - GlusterFS will fail to create a distribute replicate volume if more than one brick of a replica set is present on the same peer. For eg. four node distribute (replicated) volume with a more than one brick of replica set is present on the same peer. > ``` # gluster volume create stripe 2 replica 2 server1:/brick1 server1:/brick2 server2:/brick3 server4:/brick4 - volume create: : failed: Multiple bricks of a replicate volume are present on the same server. This setup is not optimal. Use 'force' at the end of the command if you want to override this behavior.``` + volume create: : failed: Multiple bricks of a replicate volume are present on the same server. This setup is not optimal. Use `force` at the end of the command if you want to override this behavior.``` > Use the `force` option at the end of command if you want to create the volume in this case. -- cgit