Recent content by Nemesiz

  1. N

    Cannot migrate VM, because HA resource vm is not allowed

    Could it be related to this? https://github.com/proxmox/pve-ha-manager/commit/dc200f10963fcb7ca81ea05246ce69bf03117629 # pveversion -v proxmox-ve: 9.2.0 (running kernel: 7.0.12-1-pve) pve-manager: 9.2.3 (running version: 9.2.3/d0fde103346cf89a) proxmox-kernel-helper: 9.2.0 proxmox-kernel-7.0...
  2. N

    Cannot migrate VM, because HA resource vm is not allowed

    Hello, I'm not sure which update caused this issue, but using HA Affinity Rules I can't migrate a VM to another node. In migration dialog I see: Cannot migrate VM, because HA resource vm:121 is not allowed on the selected target node. Using console # qm migrate 121 nmz-cl-1 --online...
  3. N

    [Feature Request] Limits of unsuccessful migration to the same node

    Created https://bugzilla.proxmox.com/show_bug.cgi?id=7755
  4. N

    [Feature Request] Limits of unsuccessful migration to the same node

    Hello, I am facing a problem where the rebooted server gets stuck with VM migration for various reasons and the process repeats endlessly [1]. The HA migration process should have a retry counter in case of unsuccessful migration to the same node and attempt migration to other nodes. I'm not...
  5. N

    Migration failed and loop trying again

    I can hit this error and the loop still continue task started by HA resource agent 2026-06-02 09:25:27 conntrack state migration not supported or disabled, active connections might get dropped 2026-06-02 09:25:27 use dedicated network address for sending migration traffic (10.10.8.5) 2026-06-02...
  6. N

    [SOLVED] CEPH OSD(s) failing to initialize after a hardware change

    After inserting sdc disk and LVM activation what you see ? What pvdisplay show?
  7. N

    [SOLVED] CEPH OSD(s) failing to initialize after a hardware change

    One of your OSD should start up. Try to start 'systemctl restart ceph-osd.target'
  8. N

    [SOLVED] CEPH OSD(s) failing to initialize after a hardware change

    Another try: boot host with no OSD disk and then put single HDD OSD to see does it up.
  9. N

    [SOLVED] CEPH OSD(s) failing to initialize after a hardware change

    Need to figure out why it say dublicate. What pvdisplay lvdisplay vgdisplay show?
  10. N

    [SOLVED] CEPH OSD(s) failing to initialize after a hardware change

    Maybe something is holding them from LVM activation. Could you boot host with unplugged not active HDD ? After that I would plug single HDD and look at the logs to understand what happens with LVM detection.
  11. N

    [SOLVED] CEPH OSD(s) failing to initialize after a hardware change

    Example: I unplugged wrong OSD disk, how to reactivate it? 1. Stop OSD process ( systemctl stop ceph-osd@XX ) and unmount OSD dir ( umount /var/lib/ceph/osd/ceph-XX ) 2. If OSD use encryption I need to close crypto mapper cryptsetup close /dev/mapper/*mapper id* cryptsetup close ceph-*LVM...
  12. N

    Migration failed and loop trying again

    node1 May 18 09:28:13 nmz-cl-1 systemd[1]: Stopping pve-ha-lrm.service - PVE Local HA Resource Manager Daemon... May 18 09:28:14 nmz-cl-1 pve-ha-lrm[754284]: received signal TERM May 18 09:28:14 nmz-cl-1 pve-ha-lrm[754284]: got shutdown request with shutdown policy 'migrate' May 18 09:28:14...
  13. N

    Migration failed and loop trying again

    Hello, I updated one node and wanted to reboot. In this node was running single VM at the time. HA started migration process but failed with: task started by HA resource agent 2026-05-18 09:29:24 conntrack state migration not supported or disabled, active connections might get dropped...