Search results

  1. K

    PVE 9.05 disk devices lost with PCIe Passthrough VM. Only root drive not affected.

    Simular to Proxmox VE 9 PCIe Passthrough TrueNAS VM and PCIe-Passthrough no Longer Working on PVE 9.0.3 with kernel 6.14 - VM Hangs on Start, I have problem when VM using PCIe Passthrough. Everything works fine before with PVE 8.4. After upgrade to 9.05, this problem happenes. I thought...
  2. K

    Nvidia vGPU offical host driver override mdev type without unlocking

    I am using Nvidia offical kvm driver on my proxmox host. vGPU works fine without any problem. The only concern is I don't know, did quite some research already, how to override the mdev types. The problem of offical types they split vGPU equally. Google results are all showing to use the unlock...
  3. K

    Help: PVE Cluster storage problem

    I think I screwed up the cluster. Below the details about my cluster storage. pve-dellr330: $lvs LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert data pve twi-aotz-- <63.38g 40.32 2.64 root pve -wi-ao----...
  4. K

    [SOLVED] Help: Host backup cronjob email only error occur

    I am using proxmox-backup-client to backup my PVE nodes. Everything works fine. Problem is when I put that in cronjob, even I am using > /dev/null, I am getting the output. Since I setup postfix on the nodes, I am getting email all the time. Is it anyway I can get email only when error occur...
  5. K

    [SOLVED] Help: Network problem, not able to set same IP on new NIC

    My PVE host has 2 NICs before. The /etc/network/interfaces` config shows below. auto lo iface lo inet loopback iface eno1 inet manual iface eno2 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.0.141/24 gateway 192.168.0.1 bridge-ports eno1...