Description of problem: the quota list command is not alligned properly. Version-Release number of selected component (if applicable): glusterfs-3.4rhs-1.el6rhs.x86_64 How reproducible: always Steps to Reproduce: 1. creat a volume 2. start it 3. quota enable 4. set some limit 5. quota list Actual results: [root@nfs2 ~]# gluster volume quota dit-rep list Path Hard-limit Soft-limit Used Available ---------------------------------------------------------------------------------- / 1GB 80% 0Bytes 1.0GB as per the output, the Path and / are quite far from each other. soft-limit and 80% does not come in not in line. Available and 1.0GB are not quite far from each other Expected results: the values should be just below the keywords Additional info:
Per discussion with Saurabh, removing this from u1 list
> From comment# 3 > presently it can work for small path names or names with similar number of > characters, > but for long path or long names it may difficult to allign the things, > may be better if we can break the path in multiple lines > what do you say? If user does text-parsing with the output, then it will a problem if path is broken into multiple lines. Closing bug as WONTFIX