Vibhansa/read streaming (#637)
Updated README for basic-remount-check config
This commit is contained in:
Родитель
073f962ca0
Коммит
8da827df82
|
@ -74,7 +74,7 @@ For more information, see the [wiki](https://github.com/Azure/azure-storage-fuse
|
|||
* [OPTIONAL] **--http-proxy=http://10.1.22.4:8080/** : Only used when https is turned off using --use-https=false, and if external network is only available through a proxy server, this parameter should specify the proxy server along with the port which is 8080 unless there are some deviations from normal port allocation numbers. This option is only available from version 1.3.7
|
||||
* [OPTIONAL] **--max-retry=26** : Maximum retry count if the failure codes are retryable. Default count is 26. This option is only available from version 1.3.8
|
||||
* [OPTIONAL] **--max-retry-interval-in-seconds=60** : Maximum number of seconds between 2 retries, retry interval is exponentially increased but it can never exceed this value. Default naximum interval is 60 seconds. This option is only available from version 1.3.8
|
||||
* [OPTIONAL] **--basic-remount-check=false** : Set this to true if you want to check for an already mounted status using /etc/mtab instead of calling the syscall setmntent. Default is true. It is known that for AKS 1.19, blobfuse will throw a segmentation fault error, so set this to false. This option is only available from version 1.3.8
|
||||
* [OPTIONAL] **--basic-remount-check=false** : Set this to true if you want to check for an already mounted status using /etc/mtab instead of calling the syscall 'setmntent'. Default is false. It is known that for AKS 1.19 and a few other linux distros, blobfuse will throw a segmentation fault error on mount, so set this to true. This option is only available from version 1.3.8
|
||||
* [OPTIONAL] **--pre-mount-validate=false** : Set this to true to skip the cURL version check and just straight validate storage connection before mount. Default is false, so use this only if you know that you have the recent Curl version, otherwise blobfuse will hang. This option is only available from version 1.3.8
|
||||
* [OPTIONAL] **--background-download=false** : Set this true if you want file download to run in the background on open. Setting this to true will put a wait on 'read'/'write' calls till download completes. If the file is already in the local cache this switch is not evaluated. Default value is false. This option is only available from version 1.4.0
|
||||
* [OPTIONAL] **--invalidate-on-sync=false** : Set this to true if you want the particular file or directory content and attribute cache to be invalidated when the linux "sync" command is issued on a file or on a directory. 'sync' on file will remove the file from cache and invalidate its attribute cache, while 'sync' on directory will invalidate attribute cache for all files and directories under it recursively. Default is false. This option is only available from version 1.4.0
|
||||
|
|
Загрузка…
Ссылка в новой задаче