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

NAME

6       bkr-pool-create - Create a system pool
7

SYNOPSIS

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

DESCRIPTION

15       Creates  a  Beaker system pool. By default the new pool is owned by the
16       user who created it. To set a different owner, use  the  --owning-group
17       or --owner options.
18
19       (Note: this command requires Python 2.6 or later)
20
21       New in version 20.
22
23

OPTIONS

25       --description <description>
26              Set the system pool's description
27
28       --owning-group <groupname>
29              Set the owner of the system pool to group <groupname>
30
31       --owner <user>
32              Set  the  owner  of  the system pool to user instead of the cur‐
33              rently logged in user.
34
35       Common bkr options are described in the Options section of bkr(1).
36

EXIT STATUS

38       Non-zero on error, otherwise zero.
39

EXAMPLES

41       Create a system pool called "beakerdevs":
42
43          bkr pool-create beakerdevs --description "Beaker developers"
44
45       Create a system pool called "beakerdevs" with the owner  set  to  group
46       "beakerdevs":
47
48          bkr pool-create beakerdevs --owning-group beakerdevs
49

SEE ALSO

51       bkr(1)
52

AUTHOR

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-CREATE(1)
Impressum