1DPM-MODIFYFS(1) DPM Administrator Commands DPM-MODIFYFS(1)
2
3
4
6 dpm-modifyfs - modify the parameters of a disk pool filesystem
7
9 dpm-modifyfs --server fs_server --fs fs_name [ --st status ] [ --help ]
10
12 dpm-modifyfs modifies the parameters of a disk pool filesystem.
13
14 This command requires ADMIN privilege.
15
17 server specifies the host name of the disk server where this filesystem
18 is mounted.
19
20 fs specifies the mount point of the dedicated filesystem.
21
22 status New status of this filesystem. It can be set to 0 (enabled
23 read/write) or DISABLED or RDONLY. This can be either alphanuâ
24 meric or the corresponding numeric value.
25
27 dpm-modifyfs --server sehost --fs /data --st RDONLY
28
30 This program returns 0 if the operation was successful or >0 if the
31 operation failed.
32
34 dpm(1), dpm_modifyfs(3)
35
36
37
38LCG $Date: 2007/01/09 10:15:04 $ DPM-MODIFYFS(1)