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:
@@ -63,7 +63,7 @@ MANILA_CEPH_USER=${MANILA_CEPH_USER:-manila}
|
|||||||
|
|
||||||
# NFS OPTIONS
|
# NFS OPTIONS
|
||||||
FSNAME=${FSNAME:-'cephfs'}
|
FSNAME=${FSNAME:-'cephfs'}
|
||||||
NFS_PORT=12345
|
NFS_PORT=2049
|
||||||
CEPHFS_CLIENT=0
|
CEPHFS_CLIENT=0
|
||||||
CEPHFS_CLIENT_NAME="client.$MANILA_CEPH_USER"
|
CEPHFS_CLIENT_NAME="client.$MANILA_CEPH_USER"
|
||||||
CEPHFS_CLIENT_LOG="/var/log/ceph-$CEPHFS_CLIENT_NAME.log"
|
CEPHFS_CLIENT_LOG="/var/log/ceph-$CEPHFS_CLIENT_NAME.log"
|
||||||
|
|||||||
Reference in New Issue
Block a user