bkr-system-reserve - Man Page

Manually reserve a Beaker system

Synopsis

bkr system-reserve [options] <fqdn>

Description

Reserves a Beaker system.

The system must have its status set to Manual and be free for use by the current user. To reserve a system using the Beaker scheduler, submit a job using the Beaker web UI or a workflow command (such as bkr workflow-simple) instead.

Options

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

Exit Status

Non-zero on error, otherwise zero.

Examples

Reserve a particular system, provision it, do some work on it, and then release it:

bkr system-reserve system1.example.invalid
bkr system-provision --kernel-opts "nogpt" \
                     --distro-tree 12345 \
                     system1.example.invalid
# do some work on the system
bkr system-release system1.example.invalid

See Also

bkr(1)

Author

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

Referenced By

bkr(1).

Feb 11, 2024 29.1 Beaker