DOKK / manpages / debian 10 / dpm / dpm-updatespace.1.en
DPM-UPDATESPACE(1) DPM Commands DPM-UPDATESPACE(1)

dpm-updatespace - update space

dpm-updatespace --space_token s_token [ --gid group_ids ] [ --group group_names ] [ --gspace size_guaranteed_space ] [ --help ] [ --lifetime space_lifetime ] [ --si ]

dpm-updatespace --token_desc u_token [ --gid group_ids ] [ --group group_names ] [ --gspace size_guaranteed_space ] [ --help ] [ --lifetime space_lifetime ] [ --si ]

dpm-updatespace updates space.

specifies the token returned by a previous reservespace request.
specifies the user provided description associated with the reservespace request.
The existing list can be reset using a comma separated list of group gids, extended by prefixing the gid by + or reduced by prefixing the gid by -. See examples.
The existing list can be reset using a comma separated list of group names, extended by prefixing the name by + or reduced by prefixing the name by -.
new size of guaranteed space desired in bytes. The number may also have a suffix k, M, G, T or P to indicate kB, MB, GB, TB or PB respectively.
specifies the new space lifetime relative to the current time. It can be "Inf" (for infinite) or expressed in years (suffix 'y'), months (suffix 'm'), days (suffix 'd'), hours (suffix 'h') or seconds (no suffix).
use powers of 1000 not 1024 for sizes.

dpm-updatespace --space_token fe869590-b771-4002-b11a-8e7430d72911 --lifetime 1m

dpm-updatespace --token_desc myspace --gspace 5G

dpm-updatespace --token_desc atlgrpspace --group -atlas/higgs

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

dpm_updatespace(3)

$Date: 2011-04-04 08:49:00 +0200 (Mon, 04 Apr 2011) $ LCG