Recent content by RobFantini

  1. R

    lxc_init: 877 Failed to initialize LSM

    now from cli this one starts: pct start 34101 and this too: pct start 34201 I do not know why those start now and not before from cli.
  2. R

    lxc_init: 877 Failed to initialize LSM

    and another lxc run_apparmor_parser: 906 Failed to run apparmor_parser on "/var/lib/lxc/34101/apparmor/lxc-34101_<-var-lib-lxc>": apparmor_parser: Unable to replace "lxc-34101_</var/lib/lxc>". Profile doesn't conform to protocol apparmor_prepare: 1078 Failed to load generated AppArmor profile...
  3. R

    lxc_init: 877 Failed to initialize LSM

    reboot an lxc failed: :# pct start 34201 run_apparmor_parser: 906 Failed to run apparmor_parser on "/var/lib/lxc/34201/apparmor/lxc-34201_<-var-lib-lxc>": apparmor_parser: Unable to replace "lxc-34201_</var/lib/lxc>". Profile doesn't conform to protocol apparmor_prepare: 1078 Failed to load...
  4. R

    [SOLVED] ifupdown2 and /etc/network/interfaces issue

    I had one more system which had an ifupdown2 issue after upgrade to Trixie. All 5 systems with ifupdown2 bug were solved with removing comments from /etc/network/interfaces . specifically the comment lines had a interface name within the comment line. These insterface files with those...
  5. R

    Live VM Migration fails

    1- what are Q35 and i440fx? 2- post /etc/network/interfaces for vmbr on both nodes
  6. R

    Live VM Migration fails

    I solved this . the node that would have migrations fail to and from needed an adjustment in /etc/network/interfaces . the other 4 nodes have vmbr3 set as: auto vmbr3 iface vmbr3 inet static address 10.1.10.7/24 gateway 10.1.10.1 bridge-ports bond3 bridge-stp...
  7. R

    Live VM Migration fails

    what is ' sdn config' ? I see software defined network.
  8. R

    Live VM Migration fails

    from a node that is okay to migrate live to: root@pve2:[~]:# pveversion -v proxmox-ve: 9.0.0 (running kernel: 6.14.8-2-pve) pve-manager: 9.0.5 (running version: 9.0.5/9c5600b249dbfd2f) proxmox-kernel-helper: 9.0.3 proxmox-kernel-6.14.8-2-pve-signed: 6.14.8-2 proxmox-kernel-6.14: 6.14.8-2...
  9. R

    Live VM Migration fails

    from a node that fails more info: root@pve5:[~]:# pveversion -v proxmox-ve: 9.0.0 (running kernel: 6.14.8-2-pve) pve-manager: 9.0.5 (running version: 9.0.5/9c5600b249dbfd2f) proxmox-kernel-helper: 9.0.3 proxmox-kernel-6.14.8-2-pve-signed: 6.14.8-2 proxmox-kernel-6.14: 6.14.8-2...
  10. R

    Live VM Migration fails

    here is a migration that worked to an old node: task started by HA resource agent 2025-08-21 15:40:39 conntrack state migration not supported or disabled, active connections might get dropped 2025-08-21 15:40:39 starting migration of VM 107 to node 'pve2' (10.10.0.2) 2025-08-21 15:40:39 starting...
  11. R

    Live VM Migration fails

    I have 5 nodes. pve was recently installed on 2 of the nodes. I can live migrate to the 3 older nodes. The 2 newer nodes get this warning [ sometimes , sometimes no warning ] : conntrack state migration not supported or disabled, active connections might get dropped Live migration fails...
  12. R

    INFO: task kworker blocked for more than 122 seconds

    I also noticed the ext4 part. However the issue starts 100% of the time when a node is in the process of shutting down for a reboot - shortly after the point it turns off osd , the hang starts at some or all of the remaining nodes. I did not think that ext4 had hnything to do with ceph...
  13. R

    INFO: task kworker blocked for more than 122 seconds

    Also: has anyone else had the same issue? It could be that I have done something uniquely wrong.
  14. R

    INFO: task kworker blocked for more than 122 seconds

    so with no node restarts there have been no hangs on pve nodesand kvm's . I have this set in sysctl.d since 2019 per https://tracker.ceph.com/projects/ceph/wiki/Tuning_for_All_Flash_Deployments#Sample-sysctlconf could these be causing an issue? fs.file-max = 6553600...