table of contents
other versions
- wheezy 3.0.12-3.2+deb7u2
| gfs_grow(8) | System Manager's Manual | gfs_grow(8) |
NAME¶
gfs_grow - Expand a GFS filesystemSYNOPSIS¶
gfs_grow [ OPTION]... <DEVICE|MOINTPOINT>...DESCRIPTION¶
gfs_grow is used to expand a GFS filesystem after the device upon which the filesystem resides has also been expanded. By running gfs_grow on a GFS filesystem, you are requesting that any spare space between the current end of the filesystem and the end of the device is filled with a newly initialized GFS filesystem extension. When this operation is complete, the resource index for the filesystem is updated so that all nodes in the cluster can use the extra storage space which has been added.OPTIONS¶
- -h
- Prints out a short usage message and exits.
- -q
- Quiet. Turns down the verbosity level.
- -T
- Test. Do all calculations, but do not write any data to the disk and do not expand the filesystem. This is used to discover what the tool would have done were it run without this flag. You probably want to turn the verbosity level up in order to gain most information from this option.
- -V
- Version. Print out version information, then exit.
- -v
- Verbose. Turn up verbosity of messages.