Document URL: ---------------------------- 1. In section " 5.1. Setting up Gluster Storage Volumes using gdeploy" under sub section "5.1.1. Getting Started" there is a command " ,After modifying the configuration file, invoke the configuration using the command: "# gdeploy -c conf.txt". This commands is present in various sections and needs to be modified to " gdeploy -c txt.conf". ------------------------------------------------------------------------------ 2.Under section "5.1.4. Creating Volumes" under "For example, for a basic trusted storage pool of a 3 x 3 replicate volume the configuration details in the configuration file will be as follows: " The brick_dirs need to be added in this conf file else the volume creation will fail. ##The conf file is suppose to be :- [hosts] 10.70.47.X 10.70.47.Y 10.70.46.Z [volume] action=create volname=rep1 replica=yes replica_count=3 brick_dirs=/glus/brick1/b1,/glus/brick1/b1,/glus/brick1/b1 force=yes
If the user directly copies the command from the documentation he will not be able to run any of gdeploy conf files.
I see this command as "gdeploy -c conf_filename" ,somewhere as "gdeploy -c <config_file_name>" and some where as "gdeploy -c txt.conf" . This a standard command used for the execution of the gdeploy conf file. So can we keep this command same everywhere?
All the changes as requested are made . Hence,moving the bug to verified state.