Sponsor:

Your company here, and a link to your site. Click to find out more.

bkr-pool-modify - Man Page

Modify a system pool

Synopsis

bkr pool-modify [options] <poolname>
[--name <name>]
[--description <description>]
[--owner <user> | --owning-group <group>]

Description

Modify the name, description or owner of an existing system pool.

New in version 20.

Options

--name <name>

Rename the system pool to <name>

--description <description>

Change the system pool's description to <description>

--owner <user>

Change the system pool's owner to user <user>

--owning-group <groupname>

Change the system pool's owning group to group <groupname>

Common bkr options are described in the Options section of bkr(1).

Exit Status

Non-zero on error, otherwise zero.

Examples

Rename the system pool "mypool" to "mynewpool":

bkr pool-modify --name mynewpool mypool

Change the owner of "mypool" to user "user":

bkr pool-modify --owner user mypool

See Also

bkr(1)

Author

The Beaker team <beaker-devel@lists.fedorahosted.org>

Referenced By

bkr(1).

Feb 11, 2024 29.1 Beaker