From c9f8471d0c964139c7ff01fc9d0531d8e91f81bd Mon Sep 17 00:00:00 2001 From: Pragya Gandhi Date: Fri, 19 Sep 2025 10:21:49 +0000 Subject: [PATCH] Some changes --- turbonfs/build.sh | 2 +- turbonfs/inc/nfs_internal.h | 2 +- turbonfs/sample-turbo-config.yaml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/turbonfs/build.sh b/turbonfs/build.sh index aa4bdb00c..2d120754e 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 6d9901812..630223ead 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 34642c0e9..f4c39efc3 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