Revision 877d0386 hspace.1

b/hspace.1
13 13
.BI "[--memory " mem "]"
14 14
.BI "[--disk " disk "]"
15 15
.BI "[--req-nodes " req-nodes "]"
16
.BI "[--max-cpu " cpu-ratio "]"
17
.BI "[--min-disk " disk-ratio "]"
16 18

  
17 19
.B hspace
18 20
.B --version
......
46 48
mirrored instances, while passing one means plain type instances.
47 49

  
48 50
.TP
51
.BI "--max-cpu " cpu-ratio
52
The maximum virtual-to-physical cpu ratio, as a floating point number
53
between zero and one. For example, specifying \fIcpu-ratio\fR as
54
\fB2.5\fR means that, for a 4-cpu machine, a maximum of 10 virtual
55
cpus should be allowed to be in use for primary instances. A value of
56
one doesn't make sense though, as that means no disk space can be used
57
on it.
58

  
59
.TP
60
.BI "--min-disk " disk-ratio
61
The minimum amount of free disk space remaining, as a floating point
62
number. For example, specifying \fIdisk-ratio\fR as \fB0.25\fR means
63
that at least one quarter of disk space should be left free on nodes.
64

  
65
.TP
49 66
.B -p, --print-nodes
50 67
Prints the before and after node status, in a format designed to allow
51 68
the user to understand the node's most important parameters.
......
87 104
.B f_dsk
88 105
free disk
89 106
.TP
107
.B pcpu
108
the number of physical cpus on the node
109
.TP
110
.B vcpu
111
the number of virtual cpus allocated to primary instances
112
.TP
90 113
.B pri
91 114
number of primary instances
92 115
.TP
......
98 121
.TP
99 122
.B p_fdsk
100 123
percent of free disk
124
.TP
125
.B r_cpu
126
ratio of virtual to physical cpus
101 127
.RE
102 128

  
103 129
.TP

Also available in: Unified diff