On Mon, 7 Nov 2011 08:14:13 -0500 Jeff Darcy jdarcy@redhat.com wrote:
I have a problem that after I mount a volume, any I/O to it hangs.
Yes, it's normal for the gluster/glusterd status of a HekaFS volume to remain at "Created" even after it has been started via hfs_start_volume []
Tangentially, it looks that I may have configured something wrong. Since I only have one user, I did this: hfs_add_tenant zaitcev volpass 531 531 531 531 But the code in rbmap.c seems to assume that I need something like hfs_add_tenant zaitcev volpass 531 531 531 532 or else uid_next is always outside the map. While it's easy to adjust, I am primarily curious about the hang. Trying to figure out if the bad return from map() can trigger the hang, or it happens for other reason.
-- P