Skip to content

NFS single server cluster creation needs several configuration changes #5

@fwiw6430

Description

@fwiw6430

After cluster creation using the stuck whose OCID is as follows,
ocid1.ormstack.oc1.eu-frankfurt-1.aaaaaaaay3sn4cgukqp2f5cbyimu6eq2x2pwzh5bxgdj3ngcxj2owgff6yba

I needed to apply following changes on NFS server to complete setting up NFS service.

  1. Change /etc/fstab by both correcting mount point and eliminating nobarrier option
    #/dev/vg_nfs_disk/disk /mnt/nfsshare xfs defaults,_netdev,nofail,noatime,inode64,nobarrier,uquota,prjquota 0 2
    /dev/vg_nfs_disk/disk /mnt/nfsshare/exports xfs defaults,_netdev,nofail,noatime,inode64,uquota,prjquota 0 2
  2. Change /etc/exports by modifying CIDR range (This file seems not to support classless CIDR, like /22)
    #/mnt/nfsshare/exports 10.0.8.0/255.255.252.0(rw,sync,no_root_squash,no_all_squash,no_subtree_check,insecure_locks) 10.0.4.0/255.255.252.0(rw,sync,no_root_squash,no_all_squash,no_subtree_check,insecure_locks)
    /mnt/nfsshare/exports 10.0.0.0/255.255.0.0(rw,sync,no_root_squash,no_all_squash,no_subtree_check,insecure_locks)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions