Hi, I built GlusterFS 3.3 on Solaris 11, but unable to create a volume. # gluster volume create test-volume <myhost>:/test-vol (/test-vol is a ZFS filesystem) The glusterd's log said: ... [2012-07-09 17:12:45.417496] I [glusterd-volume-ops.c:83:glusterd_handle_create_volume] 0-glusterd: Received create volume req [2012-07-09 17:12:45.417761] E [glusterd-volume-ops.c:107:glusterd_handle_create_volume] 0-: Unable to get volume name ... I looked at the source code, it seems "dict_get_str (dict, "volname", &volname)" did not succeed. Any hint about it? Thanks in advance, Xinfeng Liu