Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multiple meta storage in command examples #5426

Open
anysql opened this issue Dec 24, 2024 · 2 comments
Open

Add multiple meta storage in command examples #5426

anysql opened this issue Dec 24, 2024 · 2 comments
Labels
kind/feature New feature or request

Comments

@anysql
Copy link

anysql commented Dec 24, 2024

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.

@anysql anysql added the kind/feature New feature or request label Dec 24, 2024
@davies
Copy link
Contributor

davies commented Dec 25, 2024

We don't need to add these in every command, but some where globally.

@anysql
Copy link
Author

anysql commented Dec 26, 2024

Just add samples to "mount" command, since it's a relatively high frequency operation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants