[pve-devel] [PATCH common] ProcFSTools: read_proc_stat: add more cpu stats from /proc/stat

2021-07-27 Thread Dominik Csapak
those fields might be interesting to users. At the moment, this is only used in the external metrics export. These fields exist in the kernel since: * irq - 2.6.0 * softirq - 2.6.0 * steal - 2.6.11 * guest - 2.6.24 * guest_nice - 2.6.33 so they should all exist Signed-off-by: Dominik Csapak ---

[pve-devel] Race with PBS Backup of GW running as VM in PVE

2021-07-27 Thread Tom Weber
Hi, with a Setup like PBS <--->| GW VM |<--> PVE Host where the GW VM is running on the PVE Host and connecting the PVE Host with the PBSever, I seem to run into a race condition when trying to snapshot-backup the GW VM to the PBS Server. The snapshot appears to freeze the GW VM just the mo

Re: [pve-devel] [PATCH common] ProcFSTools: read_proc_stat: add more cpu stats from /proc/stat

2021-07-27 Thread Thomas Lamprecht
On 27.07.21 09:17, Dominik Csapak wrote: > those fields might be interesting to users. At the moment, this is > only used in the external metrics export. > > These fields exist in the kernel since: > * irq - 2.6.0 > * softirq - 2.6.0 > * steal - 2.6.11 > * guest - 2.6.24 > * guest_nice - 2.6.33 >

[pve-devel] [PATCH container] vmstatus: include detected IP address of running containers

2021-07-27 Thread Oguz Bektas
add a helper 'find_lxc_ip_address' to fetch IP address of container from its network namespace using lxc-info. for the moment it can be queried with the pct tool: $ pct status 1000 --verbose cpu: 0 cpus: 1 disk: 6422528 diskread: 368640 diskwrite: 0 ipaddress: 192.168.31.83< maxdisk: 4

Re: [pve-devel] [PATCH container] vmstatus: include detected IP address of running containers

2021-07-27 Thread Thomas Lamprecht
On 27.07.21 15:37, Oguz Bektas wrote: > add a helper 'find_lxc_ip_address' to fetch IP address of container from > its network namespace using lxc-info. > > for the moment it can be queried with the pct tool: > $ pct status 1000 --verbose > cpu: 0 > cpus: 1 > disk: 6422528 > diskread: 368640 > dis

Re: [pve-devel] [PATCH container] vmstatus: include detected IP address of running containers

2021-07-27 Thread Oguz Bektas
On Tue, Jul 27, 2021 at 04:03:17PM +0200, Thomas Lamprecht wrote: > On 27.07.21 15:37, Oguz Bektas wrote: > > add a helper 'find_lxc_ip_address' to fetch IP address of container from > > its network namespace using lxc-info. > > > > for the moment it can be queried with the pct tool: > > $ pct sta

Re: [pve-devel] [PATCH manager] Status/InfluxDB: add 'ssl-verify' option to disable ssl verification

2021-07-27 Thread Thomas Lamprecht
On 27.07.21 07:51, Dominik Csapak wrote: > Makes it easier to test https without creating a valid certificate or > adding a ca to the ca-certificate store. in general OK but I'd like to stream-line the property name a bit, we have * `verify` for access domains/realms * `verify-certificates` (wei

[pve-devel] applied: [PATCH widget-toolkit] node/Tasks: show correct node-specific task log

2021-07-27 Thread Thomas Lamprecht
On 23.07.21 08:59, Dominik Csapak wrote: > while refactoring, we forgot to replace the 'localhost' url > (which is valid for pmg/pbs) with the actual nodename we have in pve > > do this by setting the correct url in the viewModel right at the start > of the initComponent > > we now also have the

[pve-devel] applied: [PATCH widget-toolkit] node: add MTU column in NetworkView

2021-07-27 Thread Thomas Lamprecht
On 08.07.21 15:44, Oguz Bektas wrote: > hidden by default since it's an "advanced" setting > > Signed-off-by: Oguz Bektas > --- > src/node/NetworkView.js | 6 ++ > 1 file changed, 6 insertions(+) > > applied, thanks! I dropped the gettext usage on 'MTU' in a follow-up, that's a widely know

Re: [pve-devel] [PATCH container] vmstatus: include detected IP address of running containers

2021-07-27 Thread Thomas Lamprecht
On 27.07.21 16:17, Oguz Bektas wrote: > On Tue, Jul 27, 2021 at 04:03:17PM +0200, Thomas Lamprecht wrote: >> On 27.07.21 15:37, Oguz Bektas wrote: >>> add a helper 'find_lxc_ip_address' to fetch IP address of container from >>> its network namespace using lxc-info. >>> >>> for the moment it can be

[pve-devel] [PATCH manager] ui: remove local cloud-init live migration limitation

2021-07-27 Thread Mira Limbeck
With live migration with local cloud-init disk now possible via the CLI also remove the limitation in the GUI. Signed-off-by: Mira Limbeck --- www/manager6/window/Migrate.js | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/www/manager6/window/Migrate.js b/www/manager