Managing HP Serviceguard for Linux, Seventh Edition, July 2007

Configuring Packages and Their Services
Choosing Package Modules
Chapter 6214
See also concurrent_fsck_operations on page 211,
fs_mount_retry_count and fs_umount_retry_count on page 212
and fs_fsck_opt on page 214.
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 213). 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.
The variable name must be in the form pev_<variable_name> and
contain only alphanumeric characters and underscores. The letters pev
(upper-case or lower-case) followed by the underscore (_) are required.
The variable name and value can each consist of a maximum of
MAXPATHLEN characters (4096 on Linux systems).
You can define more than one variable. See “About External Scripts” on
page 122, as well as the comments in the configuration file, for more
information.