We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 support for removing the Distribute groups.
kadalu volume create myvol \ replica node1.example.com:/exports/myvol/s1 \ node2.example.com:/exports/myvol/s2 \ node3.example.com:/exports/myvol/s3 \ replica node4.example.com:/exports/myvol/s4 \ node5.example.com:/exports/myvol/s5 \ node6.example.com:/exports/myvol/s6
kadalu volume shrink myvol \ node1.example.com:/exports/myvol/s1 \ node2.example.com:/exports/myvol/s2 \ node3.example.com:/exports/myvol/s3 \ start --auto-commit
Check the status
kadalu volume shrink myvol \ node1.example.com:/exports/myvol/s1 \ node2.example.com:/exports/myvol/s2 \ node3.example.com:/exports/myvol/s3 \ status
Commit the Operation if auto-commit was not set.
auto-commit
kadalu volume shrink myvol \ node1.example.com:/exports/myvol/s1 \ node2.example.com:/exports/myvol/s2 \ node3.example.com:/exports/myvol/s3 \ commit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add support for removing the Distribute groups.
Check the status
Commit the Operation if
auto-commit
was not set.The text was updated successfully, but these errors were encountered: