Search results

  1. S

    Disk size display bug in Proxmox (unit rounding) Linux 6.8.12-12-pve (2025-07-14T13:20Z) pve-manager/8.4.5/57892e8e686cb35b

    Hello, pve-manager/8.4.5/57892e8e686cb35b Linux 6.8.12-12-pve (2025-07-14T13:20Z) I have noticed an issue with displaying the disk size in Proxmox after adding space to an existing disk in a VM configuration. When creating the disk, the size is specified in GiB (binary units), but after adding...
  2. S

    proxmox v8 ifupdown2 3.2.0-1+pmx5 bridge-vids not working

    Hello, I cannot add bridge-vids into vmbr network : ip link stats : vlan aware is working cause I can see bridge -c vlan show After I add vlan tag 123 into vm id 108 network 3 where is vmbr used :
  3. S

    proxmox v7.4.15 weird dmesg errors with 'clocksource: timekeeping watchdog...' and 'clocksource: wd-tsc-wd ... clock-skew test skipped!'

    Hello, How can I fix weird dmesg errors : proxmox version : processor
  4. S

    proxmox 8.0.3 and 7.4-16 with smartmontools 7.2-pve3 and 7.3-pve1"program smartctl is using a deprecated SCSI ioctl, please convert it to SG_IO"

    Hello, I have dmesg errors : proxmox version: I found that that could be some old smart version issue : https://www.smartmontools.org/changeset/5348 https://www.smartmontools.org/ticket/1618
  5. S

    VIP ip for cluster to connect with proxmox API

    Hello, Cluster Proxmox 7.3+ I want to setup VIP ip for API connection. - round robin dns / etc is not an option. - VIP ip must be only on Quorate cluster and active node. Is there any proxmox / corosync option to achiewe this ?
  6. S

    stuck task in 'tasks' - cannot close

    Hello , How to kill / delete /remove stuck TASK in TASKS ? - proxmox 6.4-15 "unable to open file - No such file or directory"
  7. S

    weird memory errors

    Hello, Linux 5.19.17-2-pve #1 SMP PREEMPT_DYNAMIC PVE 5.19.17-2 (Sat, 28 Jan 2023 16:40:25 pve-manager/7.3-4/d69b70d4 64 x AMD EPYC 7513 32-Core Processor (2 Sockets) 4.99% (12.56 GiB of 251.57 GiB) I have some weird memory errors. There is no ZFS. How to fix it ? : [pon mar 13 13:35:33...
  8. S

    Proxmox versions 7.3-6 vs 7.3-4

    Hello, I have two separate proxmox and both are up to date. one have version : pve-manager/7.3-6/723bb6ec another one pve-manager/7.3-4/d69b70d4 How it is possible ? Which version is latest ? How to fix it to have same version on both servers.
  9. S

    proxmox 7.2-11 problem with 'pvesh' command speed response.

    Hello, I have problem with 'pvesh' command speed response. My cluster with 12x nodes with same kernel/proxmox version : CPU(s) 64 x AMD EPYC 7513 32-Core Processor (2 Sockets) Kernel Version Linux 5.19.7-2-pve #1 SMP PREEMPT_DYNAMIC PVE 5.19.7-2 (Tue, 04 Oct 2022 17:18:40 + PVE Manager Version...
  10. 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...
  11. 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...
  12. 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
  13. 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...
  14. S

    SDN testing: after installation of libpve-network-perl and ifupdown2 interface eno with bond not up after reboot

    Hello, proxmox 6.3-6 with latest updates Linux 5.4.106-1-pve #1 SMP PVE 5.4.106-1 (Fri, 19 Mar 2021 11:08:47 +0100) x86_64 GNU/Linux libpve-network-perl is already the newest version (0.4-6). ii ifupdown2 3.0.0-1+pve3 all I found that afer installing...
  15. S

    SDN testing , changing MTU on specified interface not changing TAP MTU

    Hello, proxmox 6.3-6 with latest updates Linux 5.4.106-1-pve #1 SMP PVE 5.4.106-1 (Fri, 19 Mar 2021 11:08:47 +0100) x86_64 GNU/Linux libpve-network-perl is already the newest version (0.4-6). I want to change mtu on vlan. My steps : I am editing /etc/network/interfaces to insert new MTU. When...
  16. S

    SDN , ifreload --exclude -X examples

    Hello, In man ifreload there is exclude parameter : -X EXCLUDEPATS, --exclude EXCLUDEPATS Exclude interfaces from the list of interfaces to operate on. Can be specified multiple times Anyone could show any examples of using this one ? Is there any...