Hide Forgot
getting invalid option blows up: # gluster volume geo-replication config pop /scratch/fex0 foo [2011-04-17 20:11:58.15312] E [syncdutils:131:log_raise_exception] <top>: FAIL: Traceback (most recent call last): File "/meta/progs/glusterfs-git/usr/libexec/glusterfs/python/syncdaemon/gsyncd.py", line 102, in main main_i() File "/meta/progs/glusterfs-git/usr/libexec/glusterfs/python/syncdaemon/gsyncd.py", line 219, in main_i raise RuntimeError("not a valid option: " + confdata.opt) RuntimeError: not a valid option: foo failed with RuntimeError. setting invalid option seemingly succeeds: # gluster volume geo-replication config pop /scratch/fex0 foo bar geo-replication config updated successfully ... although it doesn't get through: # gluster volume geo-replication config pop /scratch/fex0 | grep foo | wc -l 0
Caused by a mistake in one of the gsyncd termination cleanup patches, therefore it belongs to that problem circle. *** This bug has been marked as a duplicate of bug 2736 ***