Recent content by mschau

  1. M

    Mount NFS 4.1 Share

    I know - I thought with this configuration it should work: auto bond0 iface bond0 inet static address 10.1.66.21 netmask 255.255.255.0 slaves eno10 eno11 bond_miimon 100 bond_mode 802.3ad bond_xmit_hash_policy layer3+4 # Storage
  2. M

    Multichannel SMB/NFS?

    any news on this?
  3. M

    Mount NFS 4.1 Share

    Is there any experience for nfs multipath / clientid trunking? I've testet my actual configuration (2x 10Gbit LACP) by setting up multiple VM's or copying files from/to the nfs share on my hosts, but there's only one NIC in use.
  4. M

    Mount NFS 4.1 Share

    Ok - seems that I got it running: There were two problems - on NetApp side I had to adjust the permissions on the root path and on the share. Second I had to add the "nolock" option in the manually created "storage.cfg": For multipathing I created two entries for the same NFS share - but I...
  5. M

    Mount NFS 4.1 Share

    On the NetApp side I've temporarily deactivated NFS3 +4 - only 4.1 is active. pvesm nfsscan netapp-nfs01 clnt_create: RPC: Program not registered command '/sbin/showmount --no-headers --exports xx.xx.xx.xx' failed: exit code 1 yes - the subfolders of the NFS01 share...
  6. M

    Mount NFS 4.1 Share

    Thanks for your reply. I already created the entry in the storage.cfg manually - since the NFS Share couldn't be configured via the Webinterface. The NFS Share appears in the Webinterface, but is not "active" and I can't access the storage via Webinterface (is not online, 500). nfs: NFS01...
  7. M

    Mount NFS 4.1 Share

    Hi, I cannot mount an NFS 4.1 Share via Webinterface - only NFS v3 works. "create storage failed: error with cfs lock 'file-storage_cfg': storage 'NFS02' is not online (500)" Mounting it on the same host via CLI works nfsstat -m /mnt/nfstest from server:/share Flags...
  8. M

    Completely removing node from cluster

    Hi! I've removed a node from our testcluster via "pvecm delnode ..." and reinstalled that node. When re-adding that node (with the same name) via "pvecm add ..." I get following errors: root@node2:/etc/pve/nodes# pvecm add nodename -force detected the following error(s): * authentication key...
  9. M

    How to setup shared NFS storage

    I tried to adapt "storage.cfg" analogue to following link: http://packetpushers.net/multipathing-nfs4-1-kvm/ cat /etc/pve/storage.conf: ... ... nfs: NFS export /V_KVM_0000 path /mnt/pve/NFS server 10.1.66.11 content images,backup,iso maxfiles 3...
  10. M

    How to setup shared NFS storage

    Thanks Klaus - got it working for one IP. Is there a way to setup NFS multipathing?
  11. M

    How to setup shared NFS storage

    Ok! Thanks for your input! I have to configure NFS 4.1 in order to provide for all hosts access to the share, I presume?
  12. M

    How to setup shared NFS storage

    Sorry - my fault. Its two IPs for the same share!
  13. M

    How to setup shared NFS storage

    Is there a way to manage the two NFS shares via proxmox in order to get HA?
  14. M

    How to setup shared NFS storage

    Hi! I want to setup a NFS shared storage for my 4 hosts. I got two IP's for my two NFS shares for redundancy. For that I already consulted the Wiki and the Administration Guide - but I can't find out how to correctly configure that for my scenario. Any help gladly appreciated!