Checking NFS version from DX O2 pods
search cancel

Checking NFS version from DX O2 pods

book

Article ID: 256075

calendar_today

Updated On:

Products

DX Operational Intelligence DX Application Performance Management DX Operational Observability

Issue/Introduction

As per documentation NFS 4.1 is recommended: 

" NFSv4.1 is the required version." 

Can I verify can I am using the expected version?

Environment

DX O2 2*

Resolution

You can verify this information from the apm services-nass pod


1) connect to the pod using :

kubernetes: kubectl exec -it <podname> bash -ndxi

openshift : oc rsh <pod-name>

 

2) execute /proc/mounts as below:

cat /proc/mounts | grep nfs

Example output:

#.#.#.#:/volumes/data-store/apmservices/nass-001/data /usr/local/apmservices/nass/data nfs4 rw,relatime,vers=4.1,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=#.#.#.#,local_lock=none,addr=#.#.#.#