1resalloc(1) General Commands Manual resalloc(1)
2
3
4
6 resalloc
7
9 resalloc [-h] [--connection CONNECTION] [--version] {ticket,ticket-
10 check,ticket-wait,ticket-close} ...
11
13 --connection CONNECTION
14
15 --version
16 show program's version number and exit
17
18
19 Sub-commands
20 resalloc ticket
21 Create ticket
22
23 resalloc ticket-check
24 Obtain ticket
25
26 resalloc ticket-wait
27 Wait till ticket is ready and write the output
28
29 resalloc ticket-close
30 Close a ticket
31
33 usage: resalloc ticket [-h] --tag TAGS [--sandbox SANDBOX]
34
35
36
37 --tag TAGS
38 What tag the Resource should have
39
40
41 --sandbox SANDBOX
42 Place the assigned resource into sandbox, and allow it's re-use
43 for subsequent
44 tickets (having the same --sandbox). This makes your ticket res‐
45 olution faster,
46 depending whether the server allows this feature or not. When
47 --sandbox isn't
48 specified, server uses randomly generated unique value and never
49 re-uses the
50 assigned resource.
51
52
54 usage: resalloc ticket-check [-h] ticket
55
56
57 ticket Get the ticket
58
59
60
62 usage: resalloc ticket-wait [-h] ticket
63
64
65 ticket ID of ticket to wait for
66
67
68
70 usage: resalloc ticket-close [-h] ticket
71
72
73 ticket ID of ticket to be closed
74
75
77 resalloc was written by Pavel Raiskup <praiskup@redhat.com>.
78
80 The latest version of resalloc may be downloaded from
81 ⟨https://github.com/praiskup/resalloc⟩
82
83
84
85 Manual resalloc(1)