nfs

  1. 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...
  2. innostus

    Problem adding NFS4 storage

    I cannot add a NFS4 storage via Datacenter->Storage->Add->NFS. I always get "create storage failed: storage 'nfsshare' is not online (500)". I also tried adding the NFS4 storage manually to /etc/pve/storage.cfg: nfs: nfsshare export /nfsonceph path /mnt/pve/nfsshare...
  3. I

    [SOLVED] vzdump hang up with offline nfs storage

    hi, if a storage was mounted with nfs and a backup is running, storage goes offline (power lost for exsample), vzdump is hang up, prozess can not be kill, not stop in web gui and not with kill -9 pid pve-manager/7.2-11/b76d3178 any ideas for fix or is a bug in main software for proxmox team...
  4. F

    Can forward NFS traffic fine, except from Proxmox and its VMs

    Hello. I have a NAS directly connected to my Proxmox machine, which forwards all NFS traffic via iptables to the NAS (I can't directly connect the NAS per our system policy). I can connect to the NFS share from every other machine on our network but not from ProxMox or the VMs running on it...
  5. V

    Mount NFS share on host and create a mount point in a unprivileged container

    So I have a trueNAS VM that handles my NFS. I also have an LXC-unprivileged container with Jellyfin etc. I want to be able to mount the NFS inside the container to use as media storage. NO w from what I have read mounting NFS shares in privileged containers is currently not possible. The...
  6. M

    Firewall setting for NFS Shares

    Hello, i need help for the Firewall settings for NFS Shares in VM's. My Proxmox Server has 3 different LAN Interfaces for WAN LAN and DMZ. I have different VM and container in this networks. My Problem: In the DMZ i have a Debian11 VM and try to connect an NFS Share from my NAS in the LAN...
  7. E

    Sharing a host's folder with containers for read and write

    I am currently running into permission errors inside an Alpine LXC (using the template included with Proxmox 7.3) when trying (as root) to mount a folder shared on the Proxmox host. The error occurs for both SMB and NFS. Here is how it looks like from the client side: Alpine-CT100:~# cat...
  8. L

    High Packet Loss & NFS Issues

    I am having an issue with my Proxmox 7.2 install. I am getting between 65-70% packet loss almost all the time, and I am unable to connect to my NAS via NFS where I store my VM disks and ISOs. My Proxmox machine is the only one having trouble, and nothing has changed setup wise (at least before...
  9. J

    Server hangs during backup

    Hello, we have 3 proxmox servers, we take weekly backups of our containers on an external drive using NFS. The first 2 server's backups are successfully being stored. However, the 3rd server seems to get stuck while taking a backup. Here is the backup job logs, we had added a write bandwidth...
  10. T

    Disk Move issue from NFS

    Hi, Recently I have migrated a disk from Azure to Proxmox. I use a NFS share to easily download the disk to Proxmox directly and then mount it to a newly created machine. Which works fine! After testing everything I wanted to move the disk to ceph. But this does not seem to work. Even migrating...
  11. B

    NFS Share make me crazy

    Hi all, I'm trying to put a nfs share from my nas to my datacenter so it is available on all my nodes. The nas is a bit old but i have only that for now. It is a DLink DNS-1550-04 I make a /ldnas/backup with for nfs * and 10.90.0.2 (to test, the ip is the principal node on my cluster)...
  12. I

    NFS share working via CLI but times out on GUI

    I use a synology to hold templates and isos, I added another server to my cluster and it is freaking out, I have got it to work normally by disabling the NFS share from a datacenter level. In trying to figure out what is wrong I was testing via CLI and was able to see that I can write files...
  13. F

    Truenas NFS to proxmox backup server

    mounted the share in fstab and did mount-a in truenas i configured an nfs share But everytime i go to add a datastore and add the absolute path to /mnt/ProxMoxSharea it will not back to it. Even though that path is mounted on the backup server.
  14. T

    NFS Mount issues

    I'm having an issue with the Gray ? In the system log it shows: Oct 14 04:00:48 mscluster1-pve02 pvestatd[3184]: mount error: mount.nfs: mount system call failed Oct 14 04:00:49 mscluster1-pve02 pvestatd[3184]: status update time (360.802 seconds) I have set up a second NFS storage drive and...
  15. M

    [SOLVED] PBS > how to properly mount NFS storage

    Hi folks, Where in the file system shall I request a mount point to be mounted at boot time? What I'm currently doind post boot is simply that: root@pbs:~# mount fqdn:/volume/datastore /mnt/ds1/ Obviously a datastore is hosted on that mounted NFS share. Everything works all fine, I'd just...
  16. G

    VM Internal Disk (ATA) Errors (NFS Share disconnecting?)

    Hey everyone, I have some of my VM Disks on my Unraid NAS on a NFS share, connected via a 10Gbit link; Now, after some time, i started noticing ATA Errors coming up in my Nextcloud VM. It has 2 Disks, one for data and one for the OS. While the VM itself runs fine, the disk for the data...
  17. T

    R7525 : VDI with spice, shared storage (NFS / Samba or TrueNAS ??) : help required on ideal configuration

    Hi All,, We have a R7525 Dell server (2 sockets, 64 cores/socket, 2 Ghz base clk, 3.2 Ghz boost clk, 128 GB RAM, 96TB [8TB x 12] 7200 rpm SAS HDD, Dell BOSS S1 SSD 240G RAID1 boot, H745 PERC RAID controller with PCIe 4.0 bus. 2 x 2 raiser slots are available, one is having H745 RAID...
  18. M

    [SOLVED] Configuring NFSv4 storage for backups - PVE still trying random ports

    Hello all, I've just setup a nfs server (https://help.ubuntu.com/community/NFSv4Howto#NFSv4_Server) on my NAS (a QNAP with Debian installed). The system should be using NFSv4, and so I manually edited my storage.cfg on PVE as following: nfs: nas_proxmox_backups path...
  19. A

    Help needed regarding bind mount/NFS permissions.

    I recently switched to using Proxmox as my OS of choice and installed OMV inside a VM. I passed through my already existing 4TB drive and everything is good so far. Now I learned that in Proxmox if I use unprivilged LXC container, I need to mount either NFS or SMB share to Proxmox and then bind...
  20. L

    [SOLVED] Meaning of DEGRADED state on ZFS pool

    Hey y'all, So I recently set up proxmox on a r720xd and run it as a secondary node in my proxmox cluster. It has 10 1.2TB SAS drives on it (ST1200MM0108) that i have been running in raidz2 and i use a seperate SSD for the host (which runs a NFS share for the zfs pool) and the single VM i run on...