Search results

  1. 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]...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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
  7. 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/
  8. 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...
  9. 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...
  10. 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?
  11. 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?
  12. 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...
  13. dakralex

    Massenstart von VMs und Container

    Hilfreich wäre auch noch einen dieser Tasklogs (per Doppelklick auf den Task) zu sehen.
  14. 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...
  15. 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?
  16. dakralex

    NR status for quorum nodes in three node cluster

    Hi! How did you add the node to the cluster? Note that it is required to remove the QDevice before adding (or deleting for that matter) a node to the cluster [0]. Also note that a QDevice in a odd numbered cluster is discouraged, see [1] for more information. [0]...
  17. dakralex

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

    Hi! Which kernel were you using before that made the ASM1166 controller stop working? Could you include a bootlog and the communication errors that you reported? AFAICS there were a few patches [0] [1] [2] regarding the ASM1166, but all of these patches are present in...
  18. dakralex

    [SOLVED] VM won't start with PCI passthrough after upgrade to 9.0

    As soon as there is a go-to solution to the problem, then yes, this will be backported to Proxmox VE 8 as well. Is there any trouble with the virtual machine on Proxmox VE 9 with the following? If yes, it would be valuable information to fix the problem. args: -cpu...
  19. dakralex

    Trouble upgrading from 8.4.1 to 9.0

    Hi! Are there any Debian Bookworm / Proxmox VE 8 repositories left in /etc/apt/sources.list or /etc/apt/sources.list.d/*? You can also check the output with apt policy to see the priority of each configured repository.
  20. dakralex

    pvestatd segfaults

    Hi! As there are multiple programs segfaulting, I'd check if there are any problems with memory (memtest), filesystem corruptions or package corruptions (e.g. smart tests, checking packages with debsums -c, etc.).