Managing HP Serviceguard for Linux, Eighth Edition, March 2008

Configuring Packages and Their Services
Choosing Package Modules
Chapter 6224
fs_name
This parameter, in conjunction with fs_directory, fs_type,
fs_mount_opt, fs_umount_opt, and fs_fsck_opt, specifies a filesystem
that is to be mounted by the package. Replaces LV, which is still
supported in the package control script for legacy packages.
fs_name must specify the block devicefile for a logical volume.
File systems are mounted in the order you specify in the package
configuration file, and unmounted in the reverse order.
See “File system parameters” on page 222 and the comments in the
FILESYSTEMS section of the configuration file for more information and
examples. See also “Volume Manager Planning” on page 108, and the
mount manpage.
NOTE For filesystem types other than Red Hat GFS (see fs_type on page
225), a volume group must be defined in this file (using vg; see page 221)
for each logical volume specified by an fs_name entry.
fs_directory
The root of the file system specified by fs_name (see page 224). Replaces
FS, which is still supported in the package control script for legacy
packages; see “Configuring a Legacy Package” on page 275.
See the mount manpage and the comments in the configuration file for
more information.