Hi,
We are trying to create a filter and run a workflow for all volumes where the volumes current size is greater than the volumes Max size.
Basically, trying to catch the list of volumes which have grown beyond the autogrow maximum even though autogrow is enabled.
In the current storage schema, dont find the autogrow state. Or should rely on the autosize_max and increment_size and interpret autogrow is not enabled if these values are Null ?
Terminology:
Max size: Auto Grow Maximum size
Current Size: Volumes current size returned by df.
Regards
adai