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       New in version 20.
20
21

OPTIONS

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

EXIT STATUS

36       Non-zero on error, otherwise zero.
37

EXAMPLES

39       Create a system pool called "beakerdevs":
40
41          bkr pool-create beakerdevs --description "Beaker developers"
42
43       Create a system pool called "beakerdevs" with the owner  set  to  group
44       "beakerdevs":
45
46          bkr pool-create beakerdevs --owning-group beakerdevs
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                             Feb 17, 2021               BKR-POOL-CREATE(1)
Impressum