Unsolved
This post is more than 5 years old
1 Rookie
•
55 Posts
0
408
April 5th, 2007 08:00
Expanding an NFS file system
I need to double an NFS file system (256 to 512Gb) He's already using it so taking it away and reszing it would not be optimal.
Is it just as simple as telling it to extend? I assume I have to make sure that I extend it into the pool it already exists in. What should the host administrator do (anything?)
Is it just as simple as telling it to extend? I assume I have to make sure that I extend it into the pool it already exists in. What should the host administrator do (anything?)
0 events found
No Events found!


dynamox
9 Legend
•
20.4K Posts
0
April 5th, 2007 08:00
nas_fs -xtend filesystemname size=256G pool=clar_r5_performance
or whatever pool you used to create that file system.
Admin will not need to do anything.
Rainer_EMC
4 Operator
•
8.6K Posts
0
April 5th, 2007 08:00
By default it will pick the same pool for the extension as the original file system was built on.
I believe you can also specify the pool.