Search results

  1. 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...
  2. 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...
  3. N

    Building ProxMox on Devuan

    Hi @nmateo systemd-boot is not bad. You can use ZFS with all options, GRUB cannot, but GRUB have option to lock with password. So use whatever you want. As of all age laws you must look forward - better to have one working solution than multi-solution. As for programs developers you don't need...
  4. N

    Ceph 20.2 Tentacle Release Available as test preview and Ceph 18.2 Reef soon to be fully EOL

    I`m tracking Ceph mailing list and from it I assume developers leaves testing stage to customers. Safe upgrade should be done to X.Y.2+ version only.
  5. N

    High latency on proxmox ceph cluster

    Try to turn off write cache.
  6. N

    Struggling to expose Proxmox VMs publicly via WireGuard + VPS routed IPs (routing loop & connectivity issues)

    If I wanted to trick VPS provider I would look does he use ARP. In that case I would use L2 VPN (wireguard is only L3): Cloudzy VPS eth0 -> bridge with VPN -> VPN L2 -> Proxmox -> bridge with VPS -> VPS
  7. N

    cron job not executed

    VM OS ignored shutdown or you haven't installed qemu agent. If you really need to stop VM you can use "qm stop" to kill it.
  8. N

    SDN VLAN zone

    VNet. Personally I`m not sure but lets try.
  9. N

    SDN VLAN zone

    Try to enable "VLAN Aware"
  10. N

    SDN VLAN zone

    Can you show VM network configuration ?
  11. N

    Ceph freeze when a node reboots on Proxmox cluster

    5 MON - A.I suggest to use this number only on really huge setup. 1 MON - on single ceph machine. 2 MON - no quorum 3 MON - regular setup 4 MON - no quorum? Try to lower MON setup to 3.
  12. N

    Is it possible to create replication rule that uses two osd classes and uses them in equal manner?

    I suggest you take a look at these links https://www.osris.org/article/2019/03/01/ceph-osd-site-affinity https://ceph.io/en/news/blog/2015/crushmap-example-of-a-hierarchical-cluster-map/
  13. N

    Ceph - Reduced data availability: 3 pgs inactive

    How OSD lose PG objects ? Who cause it ?
  14. N

    Ceph freeze when a node reboots on Proxmox cluster

    In maintenance time I set noout norebalance norecover flags before OSD/server shutdown. It stops from moving data around others OSD. In some Ceph talks was mentioned that single HDD can impact all cluster event HDD SMART will not show any evidence of coming HDD death. So you must track of disk...
  15. N

    Legacy-Boot with ZFS-Root on Supermicro X8DT3 (Proxmox VE 9.0, no UEFI)

    Proxmox installation is not so rich with option. Try to install debian as you wish and then convert to Proxmox.
  16. N

    ZFS pool won’t import after switching from /dev/sdx to /dev/disk/by-id – mixed vdev paths

    Hi, have you tried to run 'zpool import -d /dev/disk/by-id' to see what zfs sees ?
  17. N

    Ceph - feasible for Clustered MSSQL?

    You have to ask what Ceph will solve for you. Scalable, failure .... If you decide to use Ceph in my short experience and other people suggestions: 1. Get fast network as possible. Network latency have big role. 2. Get SSD/NVME enterprise grade to survive the load. 3. More CPU cores not always...