Search results

  1. S

    Proxmox 7.2-11 live migrate between two machines suspend VM but only from one type of HW

    Hello, I have weird situation when I am live migrating VM between two nodes. Both have AMD cpu but different type. First node type : CPU(s) 64 x AMD EPYC 7513 32-Core Processor (2 Sockets) Kernel Version Linux 5.15.60-2-pve #1 SMP PVE 5.15.60-2 (Tue, 04 Oct 2022 16:52:28 +0200) PVE Manager...
  2. S

    /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/

    Hello, I have similar problem/issue. wrz 13 09:18:39 hv-panther-08.hhh.host.nask.pl pveproxy[15997]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1891. wrz 13 09:18:39 hv-panther-08.hhh.host.nask.pl...
  3. S

    pvesr.service all exit codes , I cannot find status=17/n/a

    20+ nodes , is there any calculator how much I need for this cluster network ?
  4. S

    pvesr.service all exit codes , I cannot find status=17/n/a

    before : Jul 18 10:21:03 hostname pvesr[11132]: trying to acquire cfs lock 'file-replication_cfg' ... Jul 18 10:21:04 hostname systemd[1]: pvesr.service: Succeeded. Jul 18 10:21:04 hostname systemd[1]: Started Proxmox VE replication runner. Jul 18 10:21:13 hostname sudo[11258]...
  5. S

    pvesr.service all exit codes , I cannot find status=17/n/a

    Yes there is cluster. There is nothing special during this error . I can see this error at other nodes also at different time.
  6. S

    pvesr.service all exit codes , I cannot find status=17/n/a

    Hello, thanks for reply here is info : cfs-lock 'file-replication_cfg' error: got lock request timeout lip 18 09:31:00 hv-panther-07 systemd[1]: Started Proxmox VE replication runner. lip 18 09:31:00 hv-panther-07 systemd[1]: pvesr.service: Succeeded. lip 18 09:31:00 hv-panther-07...
  7. S

    proxmox 6.4-14 + influxdb metricserver missing stats

    second, it seems that this data is already exported to influxdb? at least i can query it on my grafana instance... which version do You have ? (This thread is 3month old)
  8. S

    pvesr.service all exit codes , I cannot find status=17/n/a

    I checked links below and it'is nothing about exit codes: https://pve.proxmox.com/pve-docs-6/chapter-pvesr.html#_error_handling https://pve.proxmox.com/pve-docs-6/pvesr.1.htmland there is nothig about exit codes
  9. S

    proxmox 6.4-14 + influxdb metricserver missing stats

    How can I set proxmox to sent also details about each VM disks and Network card like above?
  10. S

    pvesr.service all exit codes , I cannot find status=17/n/a

    maybe after I added subscription key to my accont , there will be someone who can help ?
  11. S

    pvesr.service all exit codes , I cannot find status=17/n/a

    anyone knows exit codes of pvesr.service and of course their meaning ?
  12. S

    proxmox 6.4-14 + influxdb metricserver missing stats

    How can I set proxmox to sent also details about each VM disks and Network card like above?
  13. S

    pvesr.service all exit codes , I cannot find status=17/n/a

    Hello, Where Can I find all exit codes of pvesr.service ? I couldn't find 17/n/a. Linux 5.4.174-2-pve #1 SMP PVE 5.4.174-2 (Thu, 10 Mar 2022 15:58:44 +0100) pve-manager/6.4-14/15e2bf61 pvesr.service: Main process exited, code=exited, status=17/n/a Jul 01 06:12:01 hv-panther-01...
  14. S

    API how to use 'GET /api2/json/nodes/{node}/qemu --full' via HTTP/proxmoxer

    ok I just get it :D def vm_current_all_full(targetnode): status = proxmox.nodes(targetnode).qemu().get(full='1') return status
  15. S

    API how to use 'GET /api2/json/nodes/{node}/qemu --full' via HTTP/proxmoxer

    Hello, How can I use HTTP style of CLI : pvesh get /nodes/{node}/qemu --full GET /api2/json/nodes/{node}/qemu --full ? here is working example from proxmoxer wrapper but without "full" def vm_current_all(targetnode): x = proxmox.nodes(targetnode).qemu().get() return x
  16. S

    proxmox 6.4-14 + influxdb metricserver missing stats

    Hello, I am using proxmox : Kernel Version Linux 5.4.174-2-pve #1 SMP PVE 5.4.174-2 (Thu, 10 Mar 2022 15:58:44 +0100) PVE Manager Version pve-manager/6.4-14/15e2bf61 and Influx : ii influxdb 1.8.10-1 amd64 Distributed time-series database. At...