Daxcor's latest activity

  • D
    Daxcor reacted to louie1961's post in the thread Advise: shared vm storage using nfs with Like Like.
    NFS works fine, but it has limitations. Each read and write is a network hop. You will benefit from (and likely appreciate) at least a 10g network. NFS specifically benefits enormously from a proper SLOG, using an nvme drive or even better, an...
  • D
    Daxcor reacted to bbgeek17's post in the thread Advise: shared vm storage using nfs with Like Like.
    Hi @Daxcor, NFS is a good choice for your use case. It is used for shared storage by a great number of entities, from home users to multi-billion-dollar corporations. NFS has been around for 42 years. The good, bad, and ugly have probably been...
  • D
    I am using a dual 100G lacp bonded network, with a zfs raid 10 on nvme drives on the nfs server, which is stand alone hardware. Based on your recommendations, I think i check the boxes. Not sure if it matters, but my vms are for kubernetes...
  • D
    Hello, I have been running a 4 node cluster for a few years now. I have changed my storage options a few times. the last change I made was from ceph rbd to local zfs raid 1. This means that I can't use the HA features of proxmox 9.2...
  • D
    Ok, this was a zfs dataset issue on the nfs server. The data is actually there on the nfs server. mounting the zfs dataset was what I had to do to see the actual data.
  • D
    nfsstat -m 10.20.10.22:/proxmox on /mnt/pve/nfs-backup type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.20.10.40,local_lock=none,addr=10.20.10.22)...
  • D
    If I go and create a manual nfs mount mount -t nfs 10.20.10.22:/home /mnt/testnfs/ it completes the task. when I cd into /mnt/testnfs I can touch a file here. When I go look on the nfs server I do NOT see the file there. I have no clue as...
  • D
    Hi, here is the output. Yes you will notice the export name has changed, from /home to /proxmox. This was intentional. the expected dir on the local pve host are there, but they are not translated or saved on the remote nfs hosts...
  • D
    I am trying to setup a backup location on a remote nfs server. When I go to setup the nfs storage via the datacenter, it goes through and sets up the storage. storage.cfg snippet nfs: nfs-backup export /home path...