Search results

  1. J

    Doing a snapshot of the base OS install in ZFS

    I'm about to make some big changes to my Proxmox installation (I'm going to try VGPU Unlock), and I would like to be able to revert back to my present state if something goes wrong. Since I've installed Proxmox in a ZFS file system, is there any way to do what I want?
  2. J

    NVIDIA MIG (Multi-Instance GPU) on Proxmox

    Does Proxmox support the relatively new NVIDIA MIG functionality for GPU virtualization: https://docs.nvidia.com/datacenter/tesla/mig-user-guide/index.html I did manage to install the required drivers and setup the different GPU contexts from Proxmox command line, but then, there is no way to...
  3. J

    Cloud-init image only applies configuration on second boot

    I am having a strange problem and I don't even know where to start debugging it. I followed the could init instructions (https://pve.proxmox.com/wiki/Cloud-Init_Support) on Proxmox documentation to create a cloud init template out of an ubuntu LTS cloud init image...
  4. J

    Passing kernel cmdline parameters to VM

    I am trying to create a K3OS kubernetes cluster on Proxmox. K3OS all install process can be easily automated by simply booting from the install ISO and pointing the install command to a `config.yaml` file. Also, K3OS accepts a series of kernel cmdline parameters in order to start the install...
  5. J

    cgroups not working inside LXC containers

    I am trying to get a kubernetes node to run on a LXC container (tried with Ubuntu and Alpine so far), but I can't get it to work due to a problem with the cgroups. I am trying with a privileged LXC container, and I already configured lxc to that container at /etc/pve/lxc/200.conf with...
  6. J

    Guest agent not running (w/ QEMU guest agent enabled in host options and virtio installed in guest)

    I am having a strange bug showing up. I get the message "Guest Agent not running" on Proxmox, although on windows the Guest Agent is installed and confirmed running with `Get-Service QEMU-GA`. On proxmox itself the output of `qm agent <vmid> ping` is that `QEMU guest agent is not running`. But...
  7. J

    On a host with 2 Physical Network Devices, how to reserve 1 of them for a specific VM?

    I suppose this must be something trivial but I've been struggling with it. My host has 2 Physical Network Devices and I want to make a VM use specifically one of them. So, I created `vmbr1` which uses the `enp2s0f1` physical interface. Thing is: 1 - I can't access my proxmox on 192.168.10.100...