bkr-system-release - Man Page
Release a reserved Beaker system
Synopsis
bkr system-release [options] <fqdn>...
Description
Releases a Beaker system which has been reserved (using bkr system-reserve or the Beaker web UI or the <reservesys/> in the job XML).
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
Release more than one system:
bkr system-release system1.example.invalid system2.example.invalid
See Also
Author
The Beaker team <beaker-devel@lists.fedorahosted.org>
Copyright
2013-2024 Red Hat, Inc.
Referenced By
Jul 17, 2024 29.1 Beaker