qm create

  1. C

    VMs über Shell und SSH erstellen

    Guten Nachmittag zusammen, gerne würde ich mir Skripte vorbereiten um VMs mit einem Klick zu erstellen. Ich habe auch schonmal durch die Dokumentation geblättert und gesehen das es wirklich viele Parameter für qm create gibt. Gerne würde ich eine VM grafisch erstellen und irgendwie auslesen was...
  2. O

    qm create Commands aufrufen

    Gibt es eine Möglichkeit über die WebUi eine VM zu erstellen (qemu) und das entsprechende qm create anzusehen. In einem Log oder ähnlichen? Hintergrund, ich kann natürlich die gesamte Doku durchlesen, ich möchte aber eine einfache Möglichkeite erhalten eine qm via WebUi zu erzeugen das Kommando...
  3. L

    [SOLVED] unable to create vm with qm

    So I'm unable to create a vm with qm or pvesh. I can create them with the webui no problem. The commands I use are bellow plus their output. root@proxmox:~# pvesm alloc VM-OS-Drives 106 vm-106-disk-0 1M --format raw successfully created 'VM-OS-Drives:vm-106-disk-0' root@proxmox:~# pvesm alloc...
  4. H

    [SOLVED] QEMU fail to boot Virtual Machine failed : Could not read from CD ROM

    Using libvirt, I am creating VM on Proxmox with Scaleway. I have an ansible file that create a VM name CentOS_Base, the most important commands are: # Downloading a CentOS-7-x86_64-GenericCloud-1809.qcow2 curl https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1809.qcow2 #...
  5. S

    QM args in GUI

    I did a quick search, but apologies if this is a duplicate. If I create a machine using qm and pass through args where is this shown in the GUI ? I can't find it anywhere to add/modify/remove Cheers
  6. D

    Warum sind mit qm create erstellte VMs langsamer als händisch erstellte?

    Guten Tag, ich habe das Problem das wenn ich mit dem Befehl qm create eine VM erstelle diese viel langsamer als eine in der GUI erstellte VM ist. Außerdem kann ich bei einer VM welche über die Shell erstellt wurde weder hin noch raus pingen. Habe das ganze schon mit Linux Ubuntu 20.04 und Win10...
  7. T

    Has cloud-init been changed between 5.3 and 6.0?

    Hello, I maintain a project that bootstraps a Kubernetes cluster on Proxmox using Ansible. My code has always worked reliably when tested on 5.3, however I recently upgraded my server to 6.0-4 and now cloud-init is behaving strangely. It successfully sets the IP Address, Subnet, and Gateway to...