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
There is only redis example in the command line help output, and some new users may choose other meta storage than redis, they will ask how to specify a MySQL/PG/TIKV as a meta storage.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
NAME:
juicefs quota - Manage directory quotas
USAGE:
juicefs quota command [command options] META-URL
DESCRIPTION:
Examples:
$ juicefs quota set redis://localhost --path /dir1 --capacity 1 --inodes 100
$ juicefs quota get redis://localhost --path /dir1
$ juicefs quota list redis://localhost
$ juicefs quota delete redis://localhost --path /dir1
<Please add MySQL/PG/TIKV meta storage example>
.......
Why is this needed:
There is only redis example in the command line help output, and some new users may choose other meta storage than redis, they will ask how to specify a MySQL/PG/TIKV as a meta storage.
The text was updated successfully, but these errors were encountered: