Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion turbonfs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion turbonfs/inc/nfs_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rollback this change.


/*
* For Blob NFS force nfsport and mountport to avoid portmapper
Expand Down
8 changes: 4 additions & 4 deletions turbonfs/sample-turbo-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rollback this file also

container: nfsv3test

#cloud_suffix: blob.core.windows.net
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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