Format an existing volume.
vol format <name> [ <prop>=<val> ]* [ --force ]
Name of the volume to format. The format of <name> is the following: <application>:<volume>, _GLOBAL:<volume>
or
_GLOBAL_RO:<volume>
Volume parameters. The following parameters may be set:
file system type (for example, ext3)
additional file system options used to format the volume (See notes below for specifics)
Do not ask for verification of format operation
Notes:
The value specified for the fs_options parameter is a space separated list, is file system specific, and is valid only with the mkfs parameter. The following are the options available for each supported filesystem:
<any option> - any option understood by mkfs.<filesystem>. The options will be passed directly to the mkfs tool for the chosen filesystem.
vol_group_name - string specifying the name of the LVM volume group to create on the volume. If not specified, a volume group name is randomly generated.
data_percentage - percentage of the volume that is used to store data, remaining portion of the volume is for snapshots. If not specified, 80% of the volume is used for data.
<any option> - any option understood by mkfs.ext3. The options will be passed directly to the mkfs tool and will be used for the data volume.
vol format my-app:data fs=ext3
format application user volume
|
Copyright © 2013 CA.
All rights reserved.
|
|