Search results

  1. G

    Nagios plugins for monitoring ZFS?

    NRPE (Nagios Remote Plugin Executor) is working very well for me with this plugin. This is solved, but I don't think I can mark it as such. https://exchange.nagios.org/directory/Plugins/Operating-Systems/Solaris/check_zpools-2Esh/details
  2. G

    Is clustering production-ready on Proxmox VE 8.2.2?

    I have 8 Proxmox VE 8.2.2 hosts. Each host is built the exact same way, running the same hardware. Besides the pro of everything being accessible from one clean GUI and VM moves being a breeze (compared to my current PBS backup and restore method), what other potential pros would I gain from...
  3. G

    Nagios plugins for monitoring ZFS?

    Hi! Does anyone have any good Nagios plugins for monitoring ZFS? Most of the ones I'm finding on Nagios Exchange are outdated and I can't get them to work without a dependency issue somewhere. I'm using Nagios Core Version 4.4.14 PS: Please don't recommend ZED, I need something that feeds...
  4. G

    [SOLVED] Error creating datastore on NFS mount

    @Chris thanks, re-adding the datastore to /etc/proxmox-backup/datastore.cfg fixed it. Marking as solved.
  5. G

    [SOLVED] Error creating datastore on NFS mount

    I'm encountering this issue when trying to add a NFS mount as a datastore after upgrading my PBS. This was working before upgrading. Any support would be greatly appreciated! Here is my fstab entry. 10.50.10.98:/volume1/ncBackupNAS/ncBackup/Unix/PBS /mnt/volume1-backend nfs...
  6. G

    NIC PCIe passthrough troubles

    Hello everyone, I'm having troubles passing through my Intel X550T ethernet controller to a VM. Can anyone please spot my mistake, I can't seem to find what I'm doing wrong. Proxmox VE7.2-3 Kernel 5.15.39-4-pve root@pvemob2:~# cat /etc/kernel/cmdline root=ZFS=rpool/ROOT/pve-1 boot=zfs...
  7. G

    Moving Centos6 VM from Citrix XenServer to Proxmox issues

    I removed the "rhgb quiet rhgb quiet" lines from grub and rebooted. It's hanging on "Probing EDD (edd=off to disable)... ok". I tried disabling EDD by adding edd=off to the end of the kernel grub entry, now I'm getting a blank screen again when I try to boot.
  8. G

    Moving Centos6 VM from Citrix XenServer to Proxmox issues

    Hi all, I tried moving a Centos 6 VM from Citrix XenServer v6.5 to Proxmox v7.1-10, but the VM is getting stuck after the GRUB menu. I regenerated initramfs, but the VM is still hanging. I also tried removing the "quiet" kernel options, but that didn't help (not pictured here). It boots fine...
  9. G

    Can you save a snapshot to a NFS volume?

    What would happen if the connection to the the NFS server was lost?
  10. G

    Can you save a snapshot to a NFS volume?

    I have a NFS mount (10.50.1.220:/volume2/Netbackup1/Cluster_1_Backup/proxmox-24) pointed at /mnt/pve/volume2Snapshots which I would like to save VM snapshots to. I noticed in the WebGUI, when taking snapshots there is no option to select the storage device and the snapshots are saved to whatever...
  11. G

    Does PVE software collect and send any data to the developers?

    I apologize if I am not posting this question in the correct location. I tried emailing official@proxmox.com about this, but the delivery failed. Anyways, I was reading the Proxmox privacy policy webpage to see what type of data is collected from Proxmox's services, and where it's collected...
  12. G

    Linked clone support with Ceph?

    Are there any issues with creating a linked clone to a Ceph RBD share, or is there a faster way to do this? I’m trying to find the best way to share “live” data between multiple PVE hosts, with a high transfer rate. The VM images that I want to share are in qcow2 format.
  13. G

    Passthrough Sangoma D100 PCIe Card

    Hi, are there any issues with passing through a Sangoma D100 PCIe Card to a VM? It's a VoIP Transcoding card, I can't find and documented cases of it being passed-through on PVE. We want to use it on a Centos 7 VM with PVE 7.2-7. I don't want SR-IOV passthrough...
  14. G

    Netplan dying on VM

    I am running PVE v7.7-1 with a VM running ubuntu 18.04.4. I encountered weird errors regarding my networking interface on the VM when I tried to restore from a snapshot. The networking configuration was working fine at the time of the snapshot, and before the restore. I am seeing weird errors...
  15. G

    Networking interface won't start after snapshot restore

    Hello all, I had something weird happen today, and I can't seem to figure out the root cause of it. The issue actually stumped my entire company and it was recommended to me that I just rebuild the VM entirely. I obviously don't want to do that, as it has important stuff on it, and it would...