Use a standard port for NFS

We should be using a standard port for NFS

Most frequently used ports for NFS are 111 and 2049.

Change-Id: I78503c7780feebdc51ab32973b5cb7b8cea30272
This commit is contained in:
Victoria Martinez de la Cruz 2022-08-24 16:41:28 +00:00
parent 536335b9f8
commit 3c0ce20d00
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ MANILA_CEPH_USER=${MANILA_CEPH_USER:-manila}
# NFS OPTIONS
FSNAME=${FSNAME:-'cephfs'}
NFS_PORT=12345
NFS_PORT=2049
CEPHFS_CLIENT=0
CEPHFS_CLIENT_NAME="client.$MANILA_CEPH_USER"
CEPHFS_CLIENT_LOG="/var/log/ceph-$CEPHFS_CLIENT_NAME.log"