Search results

  1. T

    nfs storage mount shows up inactive on some members

    as i said, the nfs export gets correctly mounted by proxmox itself on all members of the cluster and works, including doing backups to it via proxmox itself on all nodes. there is no firewalling done between them and i do not mount this myself via fstab or similar. i'm not sure what you mean by...
  2. T

    nfs storage mount shows up inactive on some members

    Relevant entry from storage.cfg nfs: backup export /mnt/data/backup/proxmox path /mnt/pve/backup server 192.168.xx.yy content backup prune-backups keep-all=1 from node with the nfs export: # pvesm status Name Type Status Total Used...
  3. T

    nfs storage mount shows up inactive on some members

    Hello. i have a pve cluster with 3 nodes, one of them got an nfs export that is setup as a shared storage area for backups in the cluster. on the node with the export it shows up correctly (icon in the front) and i can see disk usage over time and so on. on all the other members of the...
  4. T

    wish: easier assignment of sriov enabled network interfaces to VMs

    Hello i guess this one is a bit obvious but something that would be nice to have is an easy way to directly from the web gui to add a vf from a sriov enabled network card to a vm. it can be done already with manual configuration and pci assignments but it is not as convenient. the way i think...
  5. T

    Backup of shutdown VM that uses assigned pci devices

    ok, thanks. it was that lack of locking around the use of the pci devices that was a bit unexpected. i came from a setup using libvirt and virt-manage and it will refuse to start a vm if the resources is already in use so i assumed (incorrectly) proxmox also would have some kind of locking.
  6. T

    Backup of shutdown VM that uses assigned pci devices

    Hi I have run into a bit of an odd problem i can party understand it but it is still strange. I have two vms, an old and a new one where the old one is before an upgrade i did. i wanted to backup the old vm that is shut down. So i did a onetime backup the normal way and this failed. BUT the...