Hi all,
I've got a question related to quota's. We've got quite a few customers that have quota's in our NetApp for the purpose of their CIFS shares. At the moment whenever a customer runs out of space within their quota we will increase the quota by the amount of GB specified by the customer in 10GB increments.
Now, the problem is that some of our quota's have gone over 1TB and then we always have to use ActiveIQ to create a report to convert the TB to GB to be sure we increase the proper number.
For example, one customer has a quota which is at the moment 5170GB in size, but the NetApp will show this in TB values, which is 5.05TB. Which is somewhat simple, multiply the 5.05 by 1024 and round it down and you'll have the number.
However, i was wondering if there was a way in ansible to automate this process. i've got a default ansible playbook that will create a quota but i was wondering if someone knew how to create a playbook where i simply specify that i want to increase the current quota size by X in GB ? Or if there's a way to run a playbook that will get the current quota size in GB then allow me to increase having the proper number in GB.
Thanks!
Dimitri