nfs

  1. H

    Storage problem

    Dear, hello everyone. I have a storage server with truenas, on the other hand I have other servers with proxmox. What I need is for the disks of both the containers and the virtual machines to be stored on the NAS server. But what happens, if the share is nfs I can create containers and not run...
  2. M

    Lessons learned about using NFS shared storage in a ProxMox environment (w/ Synology?)

    It's possible some of the following is specific to my environment... but having read a ton of threads to solve my issues, I suspect these are more general insights gained. NFS has had serious reliability problems when it comes to rebuilding broken links... until version 4.1 Before that...
  3. A

    NFS not showing dimension

    I've add my NFS (basaed on OpenZFS) to my PVE and works fine. If I do a df -h i see correct dimension (available and used space) but from UI I see on tree CIFS partition is on same system and I can see dimension.
  4. E

    Storage confusion

    Hi all, I've been wrangling with how to setup storage on my two node cluster for a while. The main node has two 4tb SSD drives (currently btrfs raid1) that I can't pass through to a VM since they are on the same bus as one of the tow 1tb SSDs (btrfs raid1) used for Proxmox. Secondary node has a...
  5. M

    Replicate current setup in Proxmox

    Our current backup writes to an NFS share on an isolated storage network. We want to configure PBS to do the same thing. Is there a way to funnel traffic down a particular pipe? Is there any other potential issues with this?
  6. C

    Network-related kernel panics in FreeBSD guest after PVE 8 upgrade

    I have a PVE setup with a TrueNAS (FreeBSD-based) file server as a KVM guest. It is configured with a separate network interface (virtio) used for an NFS share between it and the Proxmox host, as well as one for the local network. This provides storage for some other containers and as a backup...
  7. I

    [SOLVED] group rights for using iso

    hi all, i have a group since older versions for users. since v8 group rights are different/new. i have mount a nfs storage with iso´s, how can i add rights to my user group, thats users can only use iso´s, but don´t can remove and edit it and don´t show others on this storage? my user-group is...
  8. B

    [SOLVED] FIX the ISSUE NFS mout disk questions

    Hello team, The NFS volume has been mounted on PBS 3.1-2. The NFS volume is on TrueNAS. Now, I run backup job and I can see there is backup data under /dump directory on TrueNAS NFS volume, but I don't see hostname in the "Content" tab. Also, the datasize of NFS voume is incorrect. The...
  9. J

    Move the NFS that I created on my first disk and move it to my second disk.

    Hello, I have two disks on my NUK and I would like to move the NFS that I have on one disk to my other disk in order to free up space. Is there a solution?
  10. G

    Proxmox LXC, Docker, NFS, and the beast.

    Howdy! I'm sure what I'd like to do is possible, however I'm not having any luck so far. I have a Debian 11 based unprivileged LXC, pretty much everything works fine. Many of my Docker configs however, I'd like to offload to an NFS share. I'd followed this guide...
  11. J

    CT on NFS backup freezes and does not start again

    I have 3 nodes and all CTs are running of NFS server and backing up (using STOP mode) to another NFS server all over 10Gb link. Everything is running without problem but every lets say 14 days one node during backup of CT freezes, and until I manually stop it it shows just: INFO: starting new...
  12. M

    Connecting Azure FileShare in a Proxmox Ubuntu VM

    I am having an issue for mounting the NFS fileshare on proxmox ubuntu vm, the local network gateway and vnet gateway between local and azure have been setup. Azure VM successfully mount the nfs, and the ubuntu vm also good to ssh to a private ip Azure VM, so seems the network should be fine...
  13. J

    HA disponible sur l'ensemble des noeud

    Bonjour à tous. J'ai essayé de trouver un moyen d'implémenter la HA (haute disponibilité) sur tous les nœuds, mais je n'ai pas trouvé comment le faire, sauf sur NFS où j'ai réussi. Cependant, le problème est que lorsque j'éteins ce serveur NFS, mes machines qui dépendent de NFS sont...
  14. J

    Perform HA on all nodes

    Hello everyone. I've tried to find a way to implement HA (High Availability) across all nodes, but I haven't found how to do it, except on NFS where I managed to. However, the issue is that when I turn off this NFS server, it makes my machines that rely on NFS unavailable. Is there a way or...
  15. K

    nextcloud-data mount in unprivilegiertem LXC verhält sich seltsam

    Hallo zusammen, Ich versuche aktuell, eine Nextcloud zum Laufen zu bringen, bei der ich die Daten gerne auf dem NAS ablegen möchte, den Container selbst aber auf dem Host. Dazu habe ich auf dem PVE über die fstab einen CIFS Share (uid und gid = 100033 [www-data]) eingebunden und per mount an den...
  16. K

    [SOLVED] nfs mount failed

    the nfs share can be manually mount in the pve host by command "mount -t nfs4 172.16.0.31:/export/nfs-pve" , but auto mount failed. nfs share is configured in cluster - storage. nfs server side option is anongid=100, anonuid=100, insecure, no_root_squash, rw, subtree_check tried this...
  17. P

    [SOLVED] Proxmox 8 can't attache NFSv4 share (Synology) to both nodes, only one can connect.

    Hi everyone, I have an NFSv4 share setup on Synology I'm trying to add to 2 nodes Proxmox v8 (pve1 & pve2). I've used the Proxmox Cluster admin UI to add the share. pve1 connects no problem, however pve2 times out. Detailed setup info can be reviewed here ->...
  18. J

    [SOLVED] CIFS VFS errors about old shares (bad network name)

    Hello everyone, i am encountering a lot of strange error messages in the journal about old (now not configured and not existing) cifs shares on my Synology (IP 10.0.1.20). These shares are not configured in the GUI, they are not show in /etc/pve/storage.cfg and they are not listed when using...
  19. A

    Deduplication factor depending on ?

    Hi! I some specific questions. I am testing out PBS for a specific workflow consisiting of backing up debian hosted NFS server nearly 1 PB total. i want to know if i have to invest a little or many money for that. What i see is that i only achieve nearly 1.2 ~ 1.3 deduplication factor for...
  20. P

    [SOLVED] NFS permission question

    Hi eveyone, recently started to explore pve. So what I am currently trying to share a TrueNAS managed ZFS dataset to an unprivileged lxc container following https://pve.proxmox.com/wiki/Unprivileged_LXC_containers by using bind mount point TrueNAS dataset (/mnt/pool/docker) -> Proxmox Storage...