I had a trouble about quota.
I set quota to one distributed volume "vol12" as bellow.
gluster> volume quota vol12 enable
volume quota : success
gluster> volume quota vol12 limit-usage
/test 10GB
volume quota : success
But I couldn't create a file and directory
with below error message.
In a client host,
$cd test (mounted using fuse)
$mkdir a
mkdir: cannot create directory `a':
Transport endpoint is not connected
Additionally, I couldn't check quota
status using gluster command.
gluster> volume quota vol12 list
Path
Hard-limit Soft-limit Used Available Soft-limit
exceeded? Hard-limit exceeded?
---------------------------------------------------------------------------------------------------------------------------
Here, this command stops, so I have to do
Ctrl-C.
Gluster version is 3.6.1 and 3.6.0.29 for server
and client respectively.
Any idea for this?
Best regards,
K. Kondo