1BKR-POOL-MODIFY(1) Beaker BKR-POOL-MODIFY(1)
2
3
4
6 bkr-pool-modify - Modify a system pool
7
9 bkr pool-modify [options] <poolname>
10 [--name <name>]
11 [--description <description>]
12 [--owner <user> | --owning-group <group>]
13
14
16 Modify the name, description or owner of an existing system pool.
17
18 (Note: this command requires Python 2.6 or later)
19
20 New in version 20.
21
22
24 --name <name>
25 Rename the system pool to <name>
26
27 --description <description>
28 Change the system pool's description to <description>
29
30 --owner <user>
31 Change the system pool's owner to user <user>
32
33 --owning-group <groupname>
34 Change the system pool's owning group to group <groupname>
35
36 Common bkr options are described in the Options section of bkr(1).
37
39 Non-zero on error, otherwise zero.
40
42 Rename the system pool "mypool" to "mynewpool":
43
44 bkr pool-modify --name mynewpool mypool
45
46 Change the owner of "mypool" to user "user":
47
48 bkr pool-modify --owner user mypool
49
51 bkr(1)
52
54 The Beaker team <beaker-devel@lists.fedorahosted.org>
55
57 2013, Red Hat, Inc
58
59
60
61
6226.3 Jan 31, 2019 BKR-POOL-MODIFY(1)