File: dpm-addfs.man

package info (click to toggle)
dpm-postgres 1.7.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,788 kB
  • ctags: 10,782
  • sloc: ansic: 146,136; sh: 13,362; perl: 11,142; python: 5,529; cpp: 5,113; sql: 1,790; makefile: 955; fortran: 113
file content (52 lines) | stat: -rw-r--r-- 1,158 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.\" @(#)$RCSfile: dpm-addfs.man,v $ $Revision: 1.3 $ $Date: 2007/01/09 10:15:04 $ CERN Jean-Philippe Baud
.\" Copyright (C) 2004-2006 by CERN
.\" All rights reserved
.\"
.TH DPM-ADDFS 1 "$Date: 2007/01/09 10:15:04 $" LCG "DPM Administrator Commands"
.SH NAME
dpm-addfs \- add a filesystem to a disk pool
.SH SYNOPSIS
.B dpm-addfs
.BI --poolname " pool_name"
.BI --server " fs_server"
.BI --fs " fs_name"
[
.BI --st " status"
] [
.B --help
]
.SH DESCRIPTION
.B dpm-addfs
adds a filesystem to a disk pool.
.LP
This command requires ADMIN privilege.
.SH OPTIONS
.TP
.I pool_name
specifies the disk pool name previously defined using
.BR dpm-addpool .
.TP
.I server
specifies the host name of the disk server where this filesystem is mounted.
.TP 
.I fs
specifies the mount point of the dedicated filesystem.
.TP
.I status
Initial status of this filesystem. It can be set to 0 or
.B DISABLED
or
.BR RDONLY .
.SH EXAMPLE
.nf
.ft CW
	dpm-addfs --poolname Volatile --server sehost --fs /data
.ft
.fi
.SH EXIT STATUS
This program returns 0 if the operation was successful or >0 if the operation
failed.
.SH SEE ALSO
.BR dpm(1) ,
.BR dpm_addfs(3) ,
.B dpm-addpool(1)