1DPM-RESERVESPACE(1)              DPM Commands              DPM-RESERVESPACE(1)
2
3
4

NAME

6       dpm-reservespace - reserve space
7

SYNOPSIS

9       dpm-reservespace    --gspace   size_guaranteed_space   [   --ac_latency
10       access_latency ] [ --gid group_ids ] [ --group group_names ] [ --help ]
11       [  --lifetime  space_lifetime ] [ --poolname pool_name ] [ --ret_policy
12       retention_policy ] [ --s_type space_type ] [ --token_desc u_token ]
13

DESCRIPTION

15       dpm-reservespace reserves space.
16

OPTIONS

18       size_guaranteed_space
19              desired size of guaranteed space in bytes.  The number may  also
20              have  a  suffix k, M, G, T or P to indicate kB, MB, GB, TB or PB
21              respectively.
22
23       access_latency
24              specifies the access latency requested. It can be O (for ONLINE)
25              or N (for NEARLINE).
26
27       group_ids
28              if  not  zero,  the  space is restricted to this comma separated
29              list of group gids.  If the caller does not belong to the group,
30              it  must  have  ADMIN  privileges.   By  default,  the  space is
31              reserved for the user if the requester has a proxy without  VOMS
32              extension  or  for  the  group if the requester has a proxy with
33              VOMS extension.
34
35       group_names
36              if set, the space is restricted to this comma separated list  of
37              group  names.   If  the  caller does not belong to the group, it
38              must have ADMIN privileges.
39
40       space_lifetime
41              specifies the desired space lifetime  relative  to  the  current
42              time.   It  can  be  "Inf"  (for infinite) or expressed in years
43              (suffix 'y'), months (suffix  'm'),  days  (suffix  'd'),  hours
44              (suffix 'h') or seconds (no suffix).
45
46       pool_name
47              if set, the space is reserved in that disk pool.
48
49       retention_policy
50              specifies  the  retention  policy  requested.  It  can be R (for
51              Replica), O (for Output) or C (for Custodial).
52
53       s_type specifies the  type  of  space  requested.  It  can  be  V  (for
54              Volatile), D (for Durable), P (for Permanent) or - (for any).
55
56       u_token
57              specifies  the  user  provided  description  associated with the
58              request.
59

EXAMPLE

61       dpm-reservespace --gspace 10G --lifetime 1d --token_desc myspace
62
63       fe869590-b771-4002-b11a-8e7430d72911
64

EXIT STATUS

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

SEE ALSO

70       dpm_reservespace(3)
71
72
73
74LCG                      $Date: 2008/09/24 11:25:00 $      DPM-RESERVESPACE(1)
Impressum