Search results

  1. N

    Migrate VMware-VM to Proxmox

    Take a look at the qm disk import command (man page). This way you can point it to the source image and specify the target VM and storage. Converting the disk image to the correct format is done on the fly.
  2. N

    pbs freeze, where to start to debug? (zfs scrub)

    Hmm... if the memory seemed okay, and quite a few of the disks showed problems, it could have been a few things: - disk themselves - controller - cables to the disk - too old BIOS / firmware ... I hope it won't happen on the new machine :)
  3. N

    Licensing

    A bit of nitpicking first ;) Proxmox products are licensed under the AGPLv3. What you are talking about are the subscriptions :) You should be able to move the subscription keys to the new cluster. But they need to be renewed as they are bound to the server IDs. That should be possible in the...
  4. N

    High Availability with local ZFS storage

    Yes, using the VM replication feature in combination with HA is a possible way. The shortest possible replication interval is 1 minute: */1. The downside is, that in case of a HA recovery, the VM will be accessing the disk image with the data since the last successful replication. The upside...
  5. N

    [SOLVED] slow migrations

    If it is a live migration, you should see a task (bottom panel in the UI) that is called "VM <vmid> - Migrate". Double click on it and you should see the logs. That is what would be interesting to see. Not sure I fully understand the overall situation, but in order to migrate a VM without...
  6. N

    'local-lvm' does not exist

    Or in other words, do you actually have a "local-lvm" storage? If you installed Proxmox VE with ZFS or BTRFS as root file system, the default local-X storage can be named differently.
  7. N

    Need Help performance

    Hmm I don't see any problem with the config of the VM. How do you test it in the Windows VM? Have you done some benchmarking on an empty VM disk image directly on the PVE host? This way you will know what you can expect from the ZFS pool itself. fio on the host with an empty disk image as...
  8. N

    Need Help performance

    How is the VM configured? You can post the output of qm config <vmid> inside tags
  9. 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...
  10. 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...
  11. 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.
  12. 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...
  13. 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.
  14. N

    Proxmox VM Export

    am einfachsten indem du ein backup machst und wieder zurückspielst.
  15. 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...
  16. 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.
  17. 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.
  18. 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?
  19. 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.