DOKK / manpages / debian 10 / dpm / dpm-addfs.1.en
DPM-ADDFS(1) DPM Administrator Commands DPM-ADDFS(1)

dpm-addfs - add a filesystem to a disk pool

dpm-addfs --poolname pool_name --server fs_server --fs fs_name [ --st status ] [ --weight weight ] [ --help ]

dpm-addfs adds a filesystem to a disk pool.

This command requires ADMIN privilege.

specifies the disk pool name previously defined using dpm-addpool.
specifies the host name of the disk server where this filesystem is mounted.
specifies the mount point of the dedicated filesystem.
Initial status of this filesystem. It can be set to 0 or DISABLED or RDONLY. This can be either alphanumeric or the corresponding numeric value.
specifies the weight of the filesystem. This is used during the filesystem selection. The value must be positive. It is recommended to use a value lower than 10. Default is 1.

	dpm-addfs --poolname Volatile --server sehost --fs /data

This program returns 0 if the operation was successful or >0 if the operation failed.

dpm(1), dpm_addfs(3), dpm-addpool(1)

$Date: 2011-05-19 13:04:02 +0200 (Thu, 19 May 2011) $ LCG