1BKR-LOAN-RETURN(1) Beaker BKR-LOAN-RETURN(1)
2
3
4
6 bkr-loan-return - Return a current Beaker system loan
7
9 bkr loan-return [options] <fqdn>
10
12 Returns a Beaker system loan that was previously granted using bkr
13 loan-grant or the Beaker web UI).
14
15 New in version 0.15.2.
16
17
19 Common bkr options are described in the Options section of bkr(1).
20
22 Non-zero on error, otherwise zero.
23
25 Temporarily grant a user exclusive access to a particular system:
26
27 bkr loan-grant --recipient jdoe system1.example.invalid
28 # jdoe now has almost exclusive access to use the system
29 bkr loan-return system1.example.invalid
30 # Either jdoe or a user with permission to loan the system to other users
31 # can return the granted loan
32
34 bkr(1)
35
37 The Beaker team <beaker-devel@lists.fedorahosted.org>
38
40 2013-2020 Red Hat, Inc.
41
42
43
44
4527.4 Mar 30, 2020 BKR-LOAN-RETURN(1)