Recent content by speedgaze

  1. S

    Server Crash while using PCI passthrough

    Hi We are observing frequent crashes of Proxmox PVE when using with PCI Passthrough for NVIDIA GPUs. Below is the error we get on console Trying to get more telemetry data to help us understand this better, but can someone throw some light on this?
  2. S

    Clone VMs in Proxmox Cluster from template simultaniously

    Thanks bbgeek17. Have to consider then to be in Cluster or not.
  3. S

    Clone VMs in Proxmox Cluster from template simultaniously

    To expand my question - ON master node, i have my templates, when we have to spin VMs, we do following. qm clone <VM ID> <New VM ID> --target <NODE02 in CLUSTER> qm set <set parameters like CPU, RAM etc> ssh to NODE02; qm start <New VM ID> My question was, when templetes are on 1 NODE, how do i...
  4. S

    Clone VMs in Proxmox Cluster from template simultaniously

    Hi I have a 8 node cluster with a shared NFS storage for VM Templates and VM Images. I would like to spin-off multiple VMs from a template on every node of the cluster. Currently we are using a basic bash script with for loop to spin VM which is very sequential and time consuming. Is there...