IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
- Add update_nic operation to all drivers, linked to dummy (no actual
operation will be performed, but the network will be updated)
- Add missing update_nic in bridge driver
This commit add a new attribute to the VM template MEMORY_RESIZE_MODE.
It can be:
- BALLOONING to increase/decrease the memory balloon
- HOTPLUG to add/remove memory modules to the VM
By default VMs will use BALLOONNING if not specified.
when the stdin of a command contains bash-evaluated characters,
execution will fail with funny errors like:
```
bash: line 2: : command not found
```
this patch prevents the bash evaluation through a quoted here-doc word.
`man 1 bash` says:
> If word is unquoted, all lines of the here-document are subjected to parameter expansion,
> command substitution, and arithmetic expansion, the character sequence \<newline> is ignored,
> and \ must be used to quote the characters \, $, and `.
Signed-off-by: Jonas Jelten <jj@sft.lol>
* BRIDGE_TYPE can be updated after creating a network to set
openvswitch_dpdk. This way DPDK and none DPDK datapath bridges can
coexist.
* When bridge_type is openvswtich_dpdk datapath_type=netdev is
automatically added to the bridge. No need to change other
configuration files.
* Better port detection for dpdk switches