Search results

  1. N

    [SOLVED] slow migrations

    In a live migration needs to transfer the state of the running VM. If the VM has a lot of memory or has its memory changing rapidly, it can take a long time or might never finish because the migration might not be able to catch up to the changing RAM of the VM to get the difference small enough...
  2. N

    Official DarkMode

    I know it is the always ongoing discussion, but I am really curious, have you set the brightness and contrast levels of your screen to something normal? Most screens have both set way to high. This usually leads to images having completely blown out colors andmissing nuance due to the high...
  3. N

    USB Passthrough - USB Stick am Server zur VM durchreichen, Stick erscheint nicht unter Windows?

    Zum besseren Verständnis: beim Starten der VM sollte die geänderte Config angewendet werden. Ein Neustarten der gesamten Node ist dafür nicht notwendig.
  4. N

    Proxmox VM Export

    Indem du ein Storage hast das als Content auch Backups konfiguriert hast und dann entweder über das <node> -> <vm> -> Backup Panel oder das Datacenter -> Backup Panel. Das kann entweder ein lokales Storage sein, von dem du dann die Backupdateien weg kopierst bevor du neu aufsetzt oder ein...
  5. N

    Proxmox mit Glusterfs

    Soweit ich weiß nicht, bin jetzt aber auch nicht der GlusterFS Experte. Ceph könte für dich als Alternative interessant sein, wenn es mit Hardware und Netzwerk zusammenpasst.
  6. N

    Proxmox VM Export

    am einfachsten indem du ein backup machst und wieder zurückspielst.
  7. N

    Unable to reach the web interface of Proxmox VE

    apt install --reinstall pve-manager This should install everything again for the web GUI to work as expected. Consider buying a community subscription if you are that annoyed by that pop up and feel good that you are supporting the project and help to pay the developers' salary as well as for...
  8. N

    Solved: Cant Migrate a vm on shared storage in a newly created cluster.

    If you edit a storage, you can limit it to certain nodes only. In the edit window top right. This way the PVE tooling will know on which node it can expect which storage and the migration should work.
  9. N

    Unable to reach the web interface of Proxmox VE

    Hmm, I would try to see what happens if you try to install the latest updates: apt update apt full-upgrade full-upgrade is important in order to resolve new and changed dependencies.
  10. N

    Unable to reach the web interface of Proxmox VE

    Did you install some updates recently? Do you see anything in the browsers Console tab in the developer tools?
  11. N

    Eigenen file Storage auf sda zwecks Mountpoint setzen?

    Ich glaube da hat sich ein Missverständnis eingeschlichen. PVE setzt auf Debian auf. Man kann dann laut verlinkter Anleitung PVE nachträglich installieren. Abgesehen vom Festplatten / partitionslayout sollte es kaum von einer PVE Installation mit dem PVE eigenem Installer unterscheidbar sein.
  12. N

    Ceph Upgrade Uninstalls Proxmox

    This is usually caused by repositories not configured correctly. Can you run apt update and show the output? This is the quickest way to determine which repositories are set.
  13. N

    HBA Wechsel

    Wenn die Platten wieder erkannt werden sollte ein zpool import den Pool darauf wieder finden.
  14. N

    ZFS Replication failed: got timeout

    This can happen if there is too much load on the zpool. IO gets high and the time until the snapshot for the next replication run is taken is too long -> time out. Check the IO delay graph in the node summary if you have peaks that correlate with the timeouts
  15. N

    Missing VM file

    This is very much a problem! Use different shares so that each cluster has its own and cannot interfere with the other cluster.
  16. N

    Missing VM file

    Do you use the same share on multiple separate PVE instances? If you use the same share in a cluster everything should be okay. If you have separate PVE instances, not clustered, you should never share the exact same network storage. Use different shares in that case. Each PVE instance (if...
  17. N

    Proxmox Backup Server (beta)

    Can you open a new thread (to not pollute this one) and show the output of the command apt update?
  18. N

    Proxmox Backup Server (beta)

    Should be in the no-subscription repository.
  19. N

    ZFS and over provisioning?

    ah okay, that's what you mean. Well, as I said, you can create partitions yourself and use those to create the zpool. But honestly, if you fear that your SSDS won't last, check out the TBW or DWPD values in the specs of your SSDs to get an idea how long they will probably last. Additionally you...