Skip to content

Commit 84b4eda

Browse files
authored
Merge pull request #92 from chaen/davixRedirect
Disable DAVIX redirection caching
2 parents c792071 + dae1894 commit 84b4eda

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

create_diracosrc.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
echo ''
2121
echo '# Davix options (will be default in the future)'
2222
echo 'export DAVIX_USE_LIBCURL=1'
23+
echo '# Disable caching redirection to avoid asking storage nodes instead of head nodes'
24+
echo '# in setups like EOS'
25+
echo 'export DAVIX_DISABLE_REDIRECT_CACHING=1'
2326
echo ''
2427
echo '# Set up the X509 variables'
2528
echo ''

0 commit comments

Comments
 (0)