* if 'du' is not found, skip checking for disk usage in LRU policy
* for unmount check for fusermount3 rather then fusermount
* add more lru policy logs to detect why deletions are done
* v1 flag for file-cache-timeout-in-seconds is not honored while creating cache policy
#1079
Pod deletion will cause global mount point to disappear. The root cause is csi driver will bind mount the global mount point into Pod volume immediately after blobfuse2 mount return successfully. However, fuse is still mounting at background, so actually bind mount and fuse mount happened at the same time, this will lead to a problem that unmount the bind mount (when deleting a Pod) will cause the original mount point unmounted as well.
#1081
Mount is actually failed, but the errno returned by blobfuse2 is 0 and no error log (both terminal and log file).
#999 Upgrade dependencies to resolve known CVEs.
#1002 In case version check fails to connect to public container, dump a log to check network and proxy settings.
#1006 Remove user and group config from logrotate file.
* Add retry in rename call when deletion fails
* Fix config file name in mount all command
* Update change log
* Reset some config which was set just for mount all before firing mount commands
* Resolving review comments
* correcting mount all commands
* Added support to work with virtual directories
* fix spelling
* Fix lint
* Fix subdir issue
* Correcting infinte loop in getattr using list failure condition
* Add cli flag to enable virtual directory support
* Update ReadME for virtual-dir cli options
* Corrected
Co-authored-by: vibhansa-msft <vibhansa@microsoft.com>
* parsing os args
* Removing auto completion
* Update changelog
* Add more flags to ignore
* Small change'
* coverage edit
* Removing dead code
* Add test cases for parse and validate config
* Init logger for UT on config
* Correctly define const slice for fuse ignored flags
* Adding unmount test cases
* Add comments as per review comments
* Correcting unmount tests
* Add logs if mkdir fails
* spell correction in comments
* Run all unmount tests serially with different mount points
* correcting unmount test cases
* Making unmount test parallel
* Adding handle map test cases
Co-authored-by: vibhansa-msft <vibhansa@microsoft.com>