summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/markdown/dev_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markdown/dev_guide.md b/doc/markdown/dev_guide.md
index d80705f..770de4b 100644
--- a/doc/markdown/dev_guide.md
+++ b/doc/markdown/dev_guide.md
@@ -169,7 +169,7 @@ gluster volume start test
### Important Notes:
#### Definining a hostname
-GlusterFS does not allow for specifiyng `localhost` as a valid hostname when creating a volume. Make sure to set host and volume information in test/test.conf file. The default host is 'gfshost' and default volume name is 'test'.
+GlusterFS does not allow for specifiyng `localhost` as a valid hostname when creating a volume. However, `localhost` can be used to mount a volume. Make sure to set host and volume information in test/test.conf file. The default host is 'localhost' and default volume name is 'test'.
#### Stopping services
For the purpose of running this test, stop the `firewalld` service and disable `selinux`.