I am looking for answer on this. Even we are using isilon for home directory purpose. Users home directories are getting created automatically but I want to find a way to auto assign directory quota with container as yes 10gb size only on those folders which gets auto created as user home directories. Please let me know how to do this.
If we use user quotas users will not be able to check how much they have used and how much space is available. Did u check this link ---> There is some script for auto quota assignment but I don't know if it will work for onefs 7.1
Never seen for Likewise; and "unsupported" in KB000088910 apparently means: it is no more, it has ceased to be, it is expired and gone to meet its gnumaker, it is pushing the daisy-chains from below, it has kicked the bitbucket --- this is an ex-feature.
na75369
20 Posts
0
September 9th, 2014 18:00
I am looking for answer on this. Even we are using isilon for home directory purpose. Users home directories are getting created automatically but I want to find a way to auto assign directory quota with container as yes 10gb size only on those folders which gets auto created as user home directories. Please let me know how to do this.
dynamox
9 Legend
•
20.4K Posts
0
September 9th, 2014 18:00
don't think you can do automatic directory quotas ? why not user quotas ?
chughh
122 Posts
0
September 9th, 2014 20:00
I checked blog so they are hard coding script for automation for implementing quota this should work with 7.1.x
na75369
20 Posts
0
September 9th, 2014 20:00
There is some script for auto quota assignment but I don't know if it will work for onefs 7.1
Please check http://vcevblog.com/?p=94
chughh
122 Posts
0
September 9th, 2014 20:00
Hello,
While creating SMB share you can choose option for home directories getting created automatically.
You can configure the rules and other settings that govern the interaction between your Windows network and individual SMB shares on the cluster.
OneFS supports %U, %D, %Z, %L, %0, %1, %2, and %3 variable expansion and
automatic provisioning of user home directories.
You can configure the users and groups that are associated with an SMB share, and view or modify their share-level permissions.
Setting quota on directory.
You can write script.
for dir in /ifs/home/*
do
isi quota quotas create "$dir" directory --hard-threshold 1G --container Yes
done
na75369
20 Posts
0
September 9th, 2014 20:00
Thanks for ur suggestion Chughh. But am looking for auto quota assignment.
na75369
20 Posts
0
September 9th, 2014 22:00
I tried it..... It doesn't work
na75369
20 Posts
0
September 11th, 2014 07:00
If we use user quotas users will not be able to check how much they have used and how much space is available. Did u check this link ---> There is some script for auto quota assignment but I don't know if it will work for onefs 7.1
Please check http://vcevblog.com/?p=94
dynamox
9 Legend
•
20.4K Posts
0
September 11th, 2014 07:00
this looks very interesting, did not realized you can do that. If you can't test on your cluster, setup a virtual Isilon node and test it there.
Peter_Sero
4 Operator
•
1.2K Posts
0
September 11th, 2014 07:00
This is Samba stuff, gone since OneFS 6.5
dynamox
9 Legend
•
20.4K Posts
0
September 11th, 2014 07:00
no equivalent in likewise ?
Peter_Sero
4 Operator
•
1.2K Posts
0
September 11th, 2014 08:00
Never seen for Likewise; and "unsupported" in KB000088910 apparently means: it is no more, it has ceased to be, it is expired and gone to meet its gnumaker, it is pushing the daisy-chains from below, it has kicked the bitbucket --- this is an ex-feature.
na75369
20 Posts
0
September 11th, 2014 08:00
I testesd it...its not working....