fstype |
The driver will create a file system or swap
area on the new volume. If
fstype=swap is
specified, the mkswap command is used to
create a swap area. Otherwise the mkfs command
is passed the specified type, for example
ext3, ext4, etc. |
fslabel |
The driver will set the file system label for
the file system specified by fstype option.
This value is only used if fstype is
specified. |
data_pool_name |
The driver will assign the volume file
to the specified GPFS storage pool. Note
that the GPFS storage pool must already be
created.
|
replicas |
Specify how many copies of the volume
file to create. Valid values are 1, 2,
and, for GPFS V3.5.0.7 and later, 3. This
value cannot be greater than the value of
the MaxDataReplicas attribute of the file
system.
|
dio |
Enable or disable the Direct I/O caching
policy for the volume file. Valid values
are "yes" and "no".
|
write_affinity_depth |
Specify the allocation policy to be used
for the volume file. Note that this option
only works if "allow-write-affinity" is
set for the GPFS data pool.
|
block_group_factor |
Specify how many blocks are laid out
sequentially in the volume file to behave
like a single large block. This option
only works if "allow-write-affinity" is
set for the GPFS data pool.
|
write_affinity_failure_group |
Specify the range of nodes (in GPFS
shared nothing architecture) where
replicas of blocks in the volume file are
to be written. See GPFS Administration and
Programming Reference guide for more
details on this option.
|