Recent content by ppyy

  1. P

    Opt-in Linux 6.17 Kernel for Proxmox VE 9 available on test & no-subscription

    we have several PVE cluster. the dell R630 cluster failed to boot with CPU error, and dell R640 cluster works with proxmox-kernel-6.17.2-1-pve-signed
  2. P

    Opt-in Linux 6.17 Kernel for Proxmox VE 9 available on test & no-subscription

    $ dpkg -l|grep proxmox-kernel-6.17 ii proxmox-kernel-6.17 6.17.2-1 all Latest Proxmox Kernel Image ii proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1 amd64 Proxmox Kernel Image (signed)
  3. P

    Opt-in Linux 6.17 Kernel for Proxmox VE 9 available on test & no-subscription

    i upgrade three nodes pve to 6.17.2-1-pve, reboot and failed. all nodes are Dell R630,all are failed to boot new kernel. i should boot 6.14.11-4-pve to recover. $ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 46 bits...
  4. P

    ceph 18.2.4 in test repo about one month

    why not put 18.2.4 in no-subscription repo? is any issue?
  5. P

    VMs hung after backup

    thanks, disalbe iothread, then it's OK now. when will the patch be merged?
  6. P

    VMs hung after backup

    same issue for my centos 7 guest vm. it's OK for almalinux8, debian 12. centos has 64G RAM and 16VCPU( 2 socket)
  7. P

    migrating failed with rcu_preempt message on proxmox 8

    i downgrade the pve-qemu-kvm from 8.1.2-4 to 8.0.2-3, same problem.
  8. P

    migrating failed with rcu_preempt message on proxmox 8

    https://gitlab.com/qemu-project/qemu/-/issues/2006 Host environment Operating system: Proxmox 8.1(Debian 12.2) OS/kernel version: Linux pve0.wx.xxxx.com 6.5.11-4-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.11-4 (2023-11-20T10:19Z) x86_64 GNU/Linux Architecture...
  9. P

    bridge-vlan-aware + vlan bug

    it's hardware limit of ConnectX-3 card. https://forum.proxmox.com/threads/vlan-with-tag-above-126-problem.46072/
  10. P

    bridge-vlan-aware + vlan bug

    it does not work even though i remove mtu 9000. it dose work if vlan number less than 127 with bridge-vlan-aware enabled. auto vmbr0 iface vmbr0 inet static bridge-ports bond0 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094 mtu 9000 address 172.18.100.10/24 gateway...
  11. P

    bridge-vlan-aware + vlan bug

    vlan 1002 and 1003 only worked when i comment "bridge-vlan-aware yes", otherwise it will not ping nodes each other. iface enp94s0 inet manual iface enp94s0d1 inet manual auto bond0 iface bond0 inet manual bond-slaves enp94s0 enp94s0d1 bond-miimon 100 bond-mode 802.3ad...