Hide Forgot
When the directories with max length name is created, gluster volume top displays "no entries in the list". But when I do 'find . | xargs touch' on mount point and run gluster volume top command , it sometime displays "error", sometime hangs and sometime sometime displays volume top unsuccessful. The display message should be consistent and proper.
PATCH: http://patches.gluster.com/patch/6868 in master (glusterd: Respond to cli with empty iobref is serialize fails.)
This is fixed now. With 3.2.0qa11 for path max either cli used to hang, or throw "error" message or "unsuccessful" message. With latest git head the i get consistent message for path max with qa11 code i get following output root@tortuga:/disk1# gluster volume top hosdu open error root@tortuga:/disk1# Now i get below output consistently root@tortuga:/disk1# gluster volume top hosdu open Unable to decode response root@tortuga:/disk1# gluster volume top hosdu read Unable to decode response root@tortuga:/disk1# gluster volume top hosdu write-perf bs 2048 count 1000 list-cnt 100 Unable to decode response root@tortuga:/disk1#