Description of problem: ----------------------- Creating the volume is not prevented, when the server quorum is not met. Version-Release number of selected component (if applicable): ------------------------------------------------------------- glusterfs-3.6.0.45-1.el6rhs ( Red Hat Gluster Storage 3.0.4 Nightly build ) How reproducible: ----------------- Always Steps to Reproduce: -------------------- 1. Create a situation where server quorum is not met 2. Create any type of volume Actual results: --------------- Volume is created successfully Expected results: ----------------- Volume creation should be prevented when the server quorum is not met
Result remains same with the build "glusterfs-3.7.9-6".
This is expected behaviour as "cluster.server-quorum-type" is volume level property and Quorum calculation logic is being take care at cluster level. During "glusterd create volume test-vol force" command glusterd does not have any quorum information about the volume test-vol. hence it creates the volume.