ONTAP Discussions

Unable to increase size!!

PPATTNAIK
37,592 Views

I am unable to increase size of a filer. It's throwing an alert

'Volume has the fixed filesystem size option set '..

7 REPLIES 7

scottgelb
37,438 Views

The volume was most likely a snapmirror target and was broken.  "vol options volname fs_size fixed off" to turn it off... the option will right size a target to match the source and would cause this when left on.

lordgrantis
31,926 Views

Thanks Scott.  Helped me out too.

vofcdp
10,223 Views

Dear Scott,

Thank you very much it was very helpful and saved my time.

PPATTNAIK
37,438 Views

Hey Scott. Thanks for the reply.. works like a charm.

scarranza
31,740 Views

Thank you! this worked great. 

Nate1202
18,313 Views

For Cluster Ontap (9.3), the command is 'modify', not 'option'.

 

vol modify -volume /vol/vol_name -filesys-size-fixed false -vserver vserver_name

weiliu
46 Views

This is because the volume has a fixed file system size option set. You need to disable it to expand the volume
volume modify -vserver svm_name -volume vol_name -filesys-size-fixed false

Public