Hello,
I am a fairly new to using the isilon's and this is my first message
to this list.
I am trying to understand the advisory quotas and notification and am
having some problems. I have set up hard quotas and they seem to work
fine in that they show available space as I would expect and when full
don't allow writes.
I want to be able to set up some advisory quotas for notification purposes only.
I used the following command...
isi quota create \
--directory \
--path=/ifs/projects/testing2 \
--accounting \
--advisory-threshold=1G \
--notify-for-advisory-threshold \
--notify-on-threshold-exceeded-once-per=1h \
--notify-email-to=my-email-address
And it seems to create it OK.
# isi quota ls -v --path=/ifs/projects/testing2
Type Path Policy Snap Usage
-------------------- ------------------------------- ----------- ----- --------
directory /ifs/projects/testing2 accounting no 42B
[advisory-threshold] ( 1.0G)
[notify-on-threshold-exceeded-once-per]
(1 h, email <
michael...@avagotech.com>)
[advisory-threshold-exceeded] (no)
[usage-with-no-overhead] ( 42B)
[usage-with-overhead] ( 5.5K)
[usage-inode-count] (3)
But when I go over the limit, nothing seems to happen. It doesn't
even register in the quota
listing as being over. It shows the usage as over, but not the
threshold as exceeded.
# isi quota ls -v --path=/ifs/projects/testing2
Type Path Policy Snap Usage
-------------------- ------------------------------- ----------- ----- --------
directory /ifs/projects/testing2 accounting no 2.0G
[advisory-threshold] ( 1.0G)
[notify-on-threshold-exceeded-once-per]
(1 h, email <
michael...@avagotech.com>)
[advisory-threshold-exceeded] (no)
[usage-with-no-overhead] ( 2.0G)
[usage-with-overhead] ( 2.7G)
[usage-inode-count] (4)
What am I missing?
Thanks.
--
-MichaelC