1BKR-LOAN-GRANT(1) Beaker BKR-LOAN-GRANT(1)
2
3
4
6 bkr-loan-grant - Grant a loan for a Beaker system
7
9 bkr loan-grant [options] <fqdn>
10
12 Grant a loan for a Beaker system.
13
14 The designated user will have full permissions to reserve, provision
15 and schedule jobs on that system, even if they would not normally have
16 such access.
17
18 While a system is on loan, only the loan recipient and the system owner
19 will have permission to reserve or otherwise use the system.
20
21 New in version 0.15.2.
22
23
25 --recipient
26 Username of the loan recipient (defaults to the user issuing the
27 command)
28
29 --comment
30 Comment regarding the loan (for example, the reason for it)
31
32 Common bkr options are described in the Options section of bkr(1).
33
35 Non-zero on error, otherwise zero.
36
38 Temporarily grant a user exclusive access to a particular system:
39
40 bkr loan-grant --recipient jdoe system1.example.invalid
41 # jdoe now has almost exclusive access to use the system
42 bkr loan-return system1.example.invalid
43 # Either jdoe or a user with permission to loan the system to other users
44 # can return the granted loan
45
47 bkr(1)
48
50 The Beaker team <beaker-devel@lists.fedorahosted.org>
51
53 2013, Red Hat, Inc
54
55
56
57
5826.3 Jan 31, 2019 BKR-LOAN-GRANT(1)