[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gluster-devel] quota and acl
From: |
Ling Ho |
Subject: |
[Gluster-devel] quota and acl |
Date: |
Wed, 12 Sep 2012 14:03:32 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux i686 on x86_64; rv:8.0) Gecko/20111105 Thunderbird/8.0 |
I am having an issue with using quota and acl and the same time.
I sent an email to the user list a couple of days ago but didn't hear
anything back.
I am not a programmer, so pardon me if I sounds ignorant. I tried to do
some debugging, and found the following:
In the glusterfs_volfile_reconfigure function, when acl is enabled, the
call to is_graph_topology_equal() returns true.
My debug shows oldvolfile_graph->first and newvolfile_graph->first are
both 0-home. (home is the name of my volume).
However there is a call assignment oldvolfile_graph = ctx->active after
that before calling glusterfs_graph_reconfigure
(oldvolfile_graph, newvolfile_graph).
Based on my debugs, oldvolfile_graph->first now shows
0-posix-acl-autoload, and newvolfile_graph->first shows 0-home.
These are the only differences when running the test with and without
acl. Without acl, oldvolfile_graph->first doesn't get changed to
0-posix-acl-autoload.
Subsequently, I get these messages:
[2012-09-12 13:41:52.297247] I [quota.c:3085:quota_parse_limits]
1-home-quota: no "limit-set" option provided
[2012-09-12 13:41:52.297257] I [quota.c:3097:quota_parse_limits]
1-home-quota: no "timeout" option provided
And I loose all quota function on the client. Can someone help?
Thanks,
...
ling
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gluster-devel] quota and acl,
Ling Ho <=