You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@bench-01:~/juicefs# ./juicefs mount --help
--cache-expire value cached blocks not accessed for longer than this option will be automatically evicted (0 means never) (default: "0")
user don't know the unit of value
--cache-scan-interval value interval (in seconds) to scan cache-dir to rebuild in-memory index (default: "3600")
3600 should be 1h
we should tell the user we support time in string format and numerical format in command help.
Why is this needed:
The text was updated successfully, but these errors were encountered:
zhoucheng361
changed the title
should specify the unit of value for cache-expire.
should specify the unit of value for time options
Apr 9, 2024
zhoucheng361
changed the title
should specify the unit of value for time options
should tell user we support time in string format and numerical format in the help document.
Apr 9, 2024
zhoucheng361
changed the title
should tell user we support time in string format and numerical format in the help document.
should tell user we support time in string format and numerical format in command help.
Apr 9, 2024
What would you like to be added:
root@bench-01:~/juicefs# ./juicefs mount --help
--cache-expire value cached blocks not accessed for longer than this option will be automatically evicted (0 means never) (default: "0")
user don't know the unit of value
--cache-scan-interval value interval (in seconds) to scan cache-dir to rebuild in-memory index (default: "3600")
3600 should be 1h
we should tell the user we support time in string format and numerical format in command help.
Why is this needed:
The text was updated successfully, but these errors were encountered: