diff --git a/turbonfs/build.sh b/turbonfs/build.sh index aa4bdb00..2d120754 100755 --- a/turbonfs/build.sh +++ b/turbonfs/build.sh @@ -29,7 +29,7 @@ if [ "$BUILD_TYPE" == "Debug" ]; then # tcmalloc doesn't play well with ASAN. JEMALLOC=ON PARANOID=ON - INSECURE_AUTH_FOR_DEVTEST=ON + INSECURE_AUTH_FOR_DEVTEST=OFF else JEMALLOC=ON PARANOID=OFF diff --git a/turbonfs/inc/nfs_internal.h b/turbonfs/inc/nfs_internal.h index 6d990181..630223ea 100644 --- a/turbonfs/inc/nfs_internal.h +++ b/turbonfs/inc/nfs_internal.h @@ -124,7 +124,7 @@ struct mount_options { std::string url(1024, '\0'); // TODO: Take it from aznfsc_cfg. - const int debug = 1; + const int debug = 5; /* * For Blob NFS force nfsport and mountport to avoid portmapper diff --git a/turbonfs/sample-turbo-config.yaml b/turbonfs/sample-turbo-config.yaml index 34642c0e..f4c39efc 100644 --- a/turbonfs/sample-turbo-config.yaml +++ b/turbonfs/sample-turbo-config.yaml @@ -8,7 +8,7 @@ # "none" as source in the mount command. In that case account and container # are mandatory, cloud_suffix can be guessed and port is default 2048. # -account: sjc22prdste06hnfsv3acc1 +account: eaaxscnams20py01ex container: nfsv3test #cloud_suffix: blob.core.windows.net @@ -59,7 +59,7 @@ sys.nodrc.create_exist_as_success: true # # valid range: [1, 256] -nconnect: 96 +nconnect: 1 # valid range: [100, 6000] timeo: 600 @@ -201,8 +201,8 @@ auth: false # # Option controlling transport security, takes following values: -# none: do not use TLS encryption. +# none: do not use T LS encryption. # tls: use TLS encryption, as defined in RPC-with-TLS RFC 9289. # -xprtsec: none +xprtsec: tls