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:
1 changed files with 1 additions and 1 deletions
@@ -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"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.