Managing HP Serviceguard for Linux, Eighth Edition, March 2008

Configuring Packages and Their Services
Choosing Package Modules
Chapter 6 225
fs_type
The type of the file system specified by fs_name. This parameter is in the
package control script for legacy packages.
Supported types are ext2, ext3, reiserfs, and gfs.
NOTE A package using gfs (Red Hat GFS) cannot use any other file systems of
a different type. vg and vgchange_cmd (see page 221) are not valid for
GFS file systems.
See also concurrent_fsck_operations on page 222,
fs_mount_retry_count and fs_umount_retry_count on page 223
and fs_fsck_opt on page 225.
See the comments in the configuration file for more information.
fs_mount_opt
The mount options for the file system specified by fs_name. See the
comments in the configuration file for more information. This parameter
is in the package control script for legacy packages.
fs_umount_opt
The umount options for the file system specified by fs_name. See the
comments in the configuration file for more information. This parameter
is in the package control script for legacy packages.
fs_fsck_opt
The fsck options for the file system specified by fs_name. Not used for
Red Hat GFS (see fs_type on page 225). This parameter is in the
package control script for legacy packages.
See the fsck manpage, and the comments in the configuration file, for
more information.
pev_
Specifies a package environment variable that can be passed to
external_pre_script, external_script, or both, by means of the
cmgetpkgenv command. New for modular packages.