ONTAP Discussions

Cannot modify autogrow value

Kiko
1,005 Views

Hi

I'm configurig new volumes in Ontap 9.12.1 with commands.

I indicate these parameters:

-size 10TB -security-style unix -space-guarantee none -max-autosize 10.5TB -autosize-grow-threshold-percent 90 -autosize-mode grow

But when the volume is created the autogrow size I find it in 12TB What could be the reason?

Thanks

4 REPLIES 4

Ontapforrum
940 Views

I don't have 9.12.1 to verify it but it seems it has taken the default 120% of the volume size as 'max-autosize' value. Are you not able to modify it ? vol modify -volume <volume> -max-autosize 10.5T ?

 

You could also just raise a ticket with NetApp to get this clarified.

Kiko
913 Views

It's funny but this only happens to me in a metrocluster IP system.

In a standard AFF storage the result of the command is as expected.

I'll open a support case to see what they can tell me.
I'll update this post with the result.

Ontapforrum
909 Views

Thanks for sharing this info. I see, so it's happening specific to MetroCluster system, that's interesting. Sure, do let us know the result.

jaikumar
817 Views

just checked , it works in MCC , didnt see any error ..

vol create -volume vol_max_vol -state online -size 10t -security-style unix -space-guarantee none -max-autosize 10.5TB -autosize-grow-threshold-percent 90 -autosize-mode grow -aggregate aggr1 -vserver vs0
[Job 63] Job succeeded: Successful

---

 

Public