Re: [pve-devel] [RFC qemu-server] qemu: allow partial fastplugging of property string options

2020-01-22 Thread Thomas Lamprecht
On 1/22/20 5:37 PM, Oguz Bektas wrote: > this patch adds the partial_fast_plug function, which allows to partially > fastplug an option with a property string. > > this is done by having a map $partial_fast_plug_option, the format is > commented. > > other helper functions: > > * safe_boolean_ne (

[pve-devel] applied: [PATCH v7 qemu-server 02/10] Add CPUConfig file and migrate some helpers

2020-01-22 Thread Thomas Lamprecht
On 1/16/20 4:40 PM, Stefan Reiter wrote: > The package will be used for custom CPU models as a SectionConfig, hence > the name. For now we simply move some CPU related helper functions and > declarations over from QemuServer to reduce clutter there. > > Exports are to avoid changing all call sites

Re: [pve-devel] ceph gui install: set ip address instead network address for public_network && cluster_network

2020-01-22 Thread Thomas Lamprecht
On 1/22/20 7:39 PM, Alexandre DERUMIER wrote: > Hi, > > I'm currently doing a training week, > > and we have notice that ceph wizard on initial deployment, > > for public_network && cluster_network set ip address instead network adress. > > > Like: 10.3.95.101/24 (the ip of the server), i

[pve-devel] ceph gui install: set ip address instead network address for public_network && cluster_network

2020-01-22 Thread Alexandre DERUMIER
Hi, I'm currently doing a training week, and we have notice that ceph wizard on initial deployment, for public_network && cluster_network set ip address instead network adress. Like: 10.3.95.101/24 (the ip of the server), instead 10.3.95.0/24 (the network address) It don't seem to be

[pve-devel] [RFC qemu-server] qemu: allow partial fastplugging of property string options

2020-01-22 Thread Oguz Bektas
this patch adds the partial_fast_plug function, which allows to partially fastplug an option with a property string. this is done by having a map $partial_fast_plug_option, the format is commented. other helper functions: * safe_boolean_ne (!$a != !$b) * typesafe_ne (combines safe_string_ne, saf

Re: [pve-devel] [PATCH v7 qemu-server 08/10] cfg2cmd: add test cases for custom CPU models

2020-01-22 Thread Thomas Lamprecht
On 1/16/20 4:40 PM, Stefan Reiter wrote: > Requires a mock CPU-model config, which is given as a raw string to also > test parsing capabilities. Also tests defaulting behaviour. > > Signed-off-by: Stefan Reiter > --- > test/cfg2cmd/custom-cpu-model-defaults.conf | 8 ++ > .../custom-cpu-m

Re: [pve-devel] [PATCH docs] move html table of content to sidebar

2020-01-22 Thread Thomas Lamprecht
On 1/21/20 12:26 PM, Tim Marx wrote: > Signed-off-by: Tim Marx > --- > pve-admin-guide.adoc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/pve-admin-guide.adoc b/pve-admin-guide.adoc > index 4389f73..9a14da2 100644 > --- a/pve-admin-guide.adoc > +++ b/pve-admin-guide.ad

[pve-devel] applied-series: [PATCH xtermjs 0/3] upgrade xterm.js to 4.3.0

2020-01-22 Thread Thomas Lamprecht
On 1/21/20 3:38 PM, Dominik Csapak wrote: > upgrades xterm.js to 4.3.0, after this we may want to seperate > the xterm.js relevant files into its own package (e.g. libjs-xterm) > but since the packages are very interwoven (we would have to change > pve-manager > and pmg-api to point to the new pac