bkr pool-modify: Modify a system pool¶
Synopsis¶
bkr pool-modify [options] <poolname>
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)