Re: [pve-devel] [PATCH manager 2/2] fix #558: add cluster wide search to the top

2016-06-20 Thread Dietmar Maurer
after selecting something, a second search does not work... ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH common] vlan fixups: remove existing vlan ids

2016-06-20 Thread Dietmar Maurer
applied. I wonder why there is no 'bridge vlan set' command? > add_interface = sub { > > if ($vlan_aware) { > if ($tag) { > - system("/sbin/bridge vlan add dev $iface vid $tag pvid untagged") > == 0 > || > - die "unable to add vlan $tag to interface $iface\n"; > +

Re: [pve-devel] [PATCH container 2/2] add checks from QemuMigrate

2016-06-20 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH] Add some extra debug information to the report.

2016-06-20 Thread Wolfgang Link
There were no useful information about block device. --- PVE/Report.pm | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/PVE/Report.pm b/PVE/Report.pm index 4d15ef5..bfd0bd7 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -23,6 +23,14 @@ my

[pve-devel] [PATCH manager 1/2] add global search field

2016-06-20 Thread Dominik Csapak
this adds a new field, the global search field its use is to search across resources (vm,nodes,storage,pools) quickly and from everywhere it filters by taking each word you write, and gives points to resources based on how often the word matches or if it is an exact match for a field (details in

[pve-devel] [PATCH common] vlan fixups: remove existing vlan ids

2016-06-20 Thread Wolfgang Bumiller
bridge_add_interface should remove the existing vids from the interface (which is usually 1, which was previously left on the interface) --- src/PVE/Network.pm | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/PVE/Network.pm b/src/PVE/Network.pm index 93afcf8..b760c42

[pve-devel] [PATCH container 2/2] add checks from QemuMigrate

2016-06-20 Thread Fabian Grünbichler
the following checks were copied from QemuMigrate and adapted for LXC: - check volumes from current configuration AND snapshots - look for and check lost/found volumes via PVE::Storage - check for local linked clones --- tested with various scenarios using Ceph, ZFS and LVM-Thin. linked clones and

[pve-devel] [PATCH manager] fix #1030: calculate correct cpu usage of pools

2016-06-20 Thread Dominik Csapak
we only added the % of the vms in a pool which lead to wrong results e.g. having a pool with 3 vms with 4 cores each and a cpu usage of 50% each (2 cores at 100%) lead to : vm1 50% vm2 50% vm3 50% pool150% instead we new calculate the percentage for the whole pool Signed-off-by:

[pve-devel] [PATCH qemu-server] add dependency on DBus

2016-06-20 Thread Fabian Grünbichler
required for our systemd-run replacement (systemd itself only recommends DBus and falls back to an internal IPC mechanism if unavailable) --- control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control.in b/control.in index 84841ce..6953ff5 100644 --- a/control.in +++

Re: [pve-devel] [PATCH] add hugepages option v7

2016-06-20 Thread Wolfgang Bumiller
On Mon, Jun 20, 2016 at 06:00:10AM +0200, Alexandre DERUMIER wrote: > Any comment ? Looks good to me now. > - Mail original - > De: "aderumier" > À: "pve-devel" > Cc: "aderumier" > Envoyé: Mercredi 15 Juin 2016