1BKR-POOL-MODIFY(1)                  Beaker                  BKR-POOL-MODIFY(1)
2
3
4

NAME

6       bkr-pool-modify - Modify a system pool
7

SYNOPSIS

9       bkr pool-modify [options] <poolname>
10         [--name <name>]
11         [--description <description>]
12         [--owner <user> | --owning-group <group>]
13
14

DESCRIPTION

16       Modify the name, description or owner of an existing system pool.
17
18       New in version 20.
19
20

OPTIONS

22       --name <name>
23              Rename the system pool to <name>
24
25       --description <description>
26              Change the system pool's description to <description>
27
28       --owner <user>
29              Change the system pool's owner to user <user>
30
31       --owning-group <groupname>
32              Change the system pool's owning group to group <groupname>
33
34       Common bkr options are described in the Options section of bkr(1).
35

EXIT STATUS

37       Non-zero on error, otherwise zero.
38

EXAMPLES

40       Rename the system pool "mypool" to "mynewpool":
41
42          bkr pool-modify --name mynewpool mypool
43
44       Change the owner of "mypool" to user "user":
45
46          bkr pool-modify --owner user mypool
47

SEE ALSO

49       bkr(1)
50

AUTHOR

52       The Beaker team <beaker-devel@lists.fedorahosted.org>
53
55       2013-2021 Red Hat, Inc.
56
57
58
59
6028.2                             Jul 21, 2021               BKR-POOL-MODIFY(1)
Impressum