Search results

  1. dakralex

    pvestatd segfaults

    Which CPU tests have you made? A good test suite that usually shows some signs of hardware trouble is stress-ng as these kinds of errors are usually caused when there's quite a load on the CPU. Otherwise random segfaults of widespread executables (such as perl, dnsmaq, python, ...) on a stable...
  2. dakralex

    Positive Resource Affinity Rules are migrating to target node and back to source node

    Hi! I couldn't fully reproduce the issue yet, but from what I can see there is a little difference in migration times for VM 910 (25 secs) and VM 911 (45 secs), which might cause the HA Manager to detect a separation between those guests inbetween and request that VM 910 should be put pack...
  3. dakralex

    pve-ha-simulator missing module

    Hi! Thanks for the report! I'll look into it, this should be rather straightforward to fix. The package should be able to run independently on a machine without any Proxmox VE packages installed, but it seems that there are still some dependencies left. If you want you can create a Bugzilla...
  4. dakralex

    Add an option to make resource affinity rules "strict/loose"

    Hi! Thanks for the feedback! Correct, HA resource affinity rules are currently strict only as one of the initial main use cases was to provide strict separation in case of a resource limitation, e.g. a specific PCIe device is only available once on each node and so guests must not be on the...
  5. dakralex

    Proxmox Virtual Environment 9.0 released!

    Thanks for the report! The other bug is already fixed in a newer version and for this bug there's now a proposed fix [0]. [0] https://lore.proxmox.com/pve-devel/20250905101648.79655-1-d.kral@proxmox.com/
  6. dakralex

    Removed proxmox host and now all of my VMs seem to have disappeared

    Hi! Have you moved all guests from the host and powered off the host before issuing the pvecm delnode $nodename command [0]? What is the output of pvecm status and an output/excerpt of journalctl would be helpful to diagnose the issue further. [0]...
  7. dakralex

    Help installing LXC to shared drive for HA

    Hi! For larger clusters, we usually recommend a proper Ceph setup, but for smaller setups a NFS can do OK as a shared storage. For the rest of the post, it is hard to tell without any configurations and when the error exactly happens. How is the storage setup in PVE? Is it available on all...
  8. dakralex

    Migration type definition per VM

    Hi! AFAICT this is something that could be implemented in a rather straight-forward fashion, so if you want the feature, you can create a feature request at our Bugzilla [0]. If I didn't oversee it, there was no entry with that feature request yet, but please make sure to double check so...
  9. dakralex

    [SOLVED] Verständnis Replication und HA bei Cluster ohne shared storage

    Hi! Ein shared storage ist die beste Variante um HA zu garantieren, aber es ist auch möglich mit den Replication Jobs HA zu konfigurieren, wenn auf den Nodes jeweils das ZFS Pool auch den gleichen Namen hat und die Gäste so häufig wie möglich repliziert werden, um Datenverlust und/oder...
  10. dakralex

    Affinity rules can't be enabled after disabling

    Thanks for the report! This is a known issue and will be fixed with pve-manager >= 9.0.7 [0], which should be packaged soon for pve-no-subscription. For now, HA rules can also be enabled again by using ha-manager rules set <type> <ruleid> --delete disable, where <ruleid> can be gathered from...
  11. dakralex

    Proxmox Virtual Environment 9.0 released!

    Thanks for the report! This is fixed with pve-manager >= 9.0.7 [0], which should be packaged soon for pve-no-subscription. [0] https://git.proxmox.com/?p=pve-manager.git;a=commit;h=4008a6472ada2bbd0f21c15fd7f5b047d71fcbd3
  12. dakralex

    PCIe-Passthrough no Longer Working on PVE 9.0.3 with kernel 6.14 - VM Hangs on Start

    Just FYI, there is another user reporting problems with an ASM1166 between these kernel versions in [0], but AFAICT the errors are not the same. [0] https://forum.proxmox.com/threads/asm1166-issues-with-pve-9-kernel-6-14-11-1-pve.170905/
  13. dakralex

    PCIe-Passthrough no Longer Working on PVE 9.0.3 with kernel 6.14 - VM Hangs on Start

    The log just states that it cannot connect to the PBS server, is it offline? pve01-c pvestatd[3595]: VM 200 qmp command failed - VM 200 qmp command 'query-proxmox-support' failed - unable to connect to VM 200 qmp socket - timeout after 50 retries pve01-c pvestatd[3595]: PBS: error fetching...
  14. dakralex

    ASM1166 issues with PVE 9 (kernel 6.14.11-1-pve)

    Thanks! It would be great if you added the "[ SOLVED ]" prefix to your post, so that other users with the same problem can find the solution quicker. On another note, does the ASM1166/the disks support LRM? The lpm-pol 3 indicates that it's policy is reported as ATA_LPM_MED_POWER_WITH_DIPM by...
  15. dakralex

    pvestatd segfaults

    It's also worth a try to check the dmesg/syslog around the time where the segfaults happen and/or if there are any errors during boot. Are there any BIOS settings that were changed? What about resetting the BIOS settings to default?
  16. dakralex

    Massenstart von VMs und Container

    Es wird jedoch ein Skript pvenode startall ausführen. Haben Gäste z.B. hookscripts aktiv, die das ausführen? Oder ein systemd unit?
  17. dakralex

    Massenstart von VMs und Container

    Könnte es sein, dass Skripte die oben genannten CLI Kommandos/API Endpunkte in scheinbar unregelmäßigen Intervallen ausführen? z.B. Hook scripts, externe Automatisierungstools, etc. Scheinen in der Task Ausgabe bestimmte VMs/Container auf oder andere Information? Das könnte auch genauer...
  18. dakralex

    Massenstart von VMs und Container

    Hilfreich wäre auch noch einen dieser Tasklogs (per Doppelklick auf den Task) zu sehen.
  19. dakralex

    Massenstart von VMs und Container

    Auf welcher Version befindet sich die Node und die packages darauf (pveversion -v)? Gibt es Auffälligkeiten im syslog (e.g. journalctl -xe)? Wie ist der Status von systemctl status pve-guests.service? Der "Massenstart von VMs und Container" ist normalerweise nur über pvenode startall oder POST...
  20. dakralex

    Massenstart von VMs und Container

    Hi! Könntest du einen Auszug aus den Tasklogs hier posten und wie einer der VM/Container Configs aussieht? Wird in dem Cluster/auf der Node der HA Manager betrieben?