bkr-pool-add - Man Page

Add systems to a system pool

Synopsis

bkr pool-add [options]
--pool <poolname>
--system <fqdn>

Description

Adds systems to an existing system pool.

New in version 20.

Options

--pool <poolname>

The system pool to add the systems to. This option is mandatory.

--system <fqdn>

Adds the system specified by <fqdn> to the system pool <poolname>. This option can be specified multiple times to add more than one system to the pool.

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

Exit Status

Zero if all systems were added to the pool successfully. Non-zero if any system could not be added to the pool. Note that in this case, some systems may have been successfully added before the error occurred.

Examples

Add the system "fqdn1.example.com" to the "beakerdevs" system pool:

bkr pool-add --pool beakerdevs --system fqdn1.example.com

See Also

bkr(1), bkr-pool-remove(1)

Author

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

Referenced By

bkr(1), bkr-pool-remove(1).

Feb 11, 2024 29.1 Beaker