3 <p>{% trans
"Number of virtual cpus to allocate to this virtual machine" %}.
</p>
4 <p><b><i>{% trans
"This will be deducted from the owner's quota" %}.
</i></b></p>
8 {% blocktrans %}Amount of ram to allocate to this virtual machine. If no units
9 are given, megabytes is assumed.{% endblocktrans %}
11 <p><b><i>{% trans
"This will be deducted from the owner's quota" %}.
</i></b></p>
13 <div id=
"help-nic_link">
15 {% blocktrans %}In
<b>bridged
</b> mode, it specifies the bridge interface to
16 attach this NIC to on the node
<i>(e.g. br0)
</i>.{% endblocktrans %}
19 {% blocktrans %}In
<b>routed
</b> mode it's intended to differentiate between
20 different routing tables/virtual machine groups (but the
21 meaning is dependant on the network script, see
22 <a href=
"http://docs.ganeti.org/ganeti/current/man/gnt-cluster.html">
23 gnt-cluster(
8)
</a> for more details.{% endblocktrans %}
26 <div id=
"help-nic_mac">
28 {% trans
"This option specifies a MAC address to be associated with the NIC" %}.
31 {% blocktrans %}Acceptable values are a valid MAC address or 'generate' to
32 generate a new unique MAC address.{% endblocktrans %}