Description of problem: The Administration guide does not list "cluster.quorum-type" in the options table. The guide lists these as possible values for *-log-level: DEBUG|WARNING| ERROR|CRITICAL| NONE|TRACE Yet at the same time it lists 'INFO' as the default which is not a possible value according to the column next to it. Version-Release number of selected component (if applicable): 3.3 How reproducible: Compare http://www.gluster.org/wp-content/uploads/2012/05/Gluster_File_System-3.3.0-Administration_Guide-en-US.pdf and http://gluster.org/community/documentation/index.php/Gluster_3.2:_Setting_Volume_Options#cluster.quorum-type Additional info: From the wiki: cluster.quorum-type Method used for quorum enforcement. "None" means no quorum enforcement, which is the historical behavior. "Auto" means quorum is set to be more than half of the bricks in a subvolume, or exactly half if that includes the first listed brick. "Fixed" means quorum is set to a value specified by cluster.quorum-count. If quorum is not met, then modifing operations such as write will fail with EROFS. This prevents most cases of "split brain" which result from conflicting writes to different bricks. Default: None