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

Volume Shrink #68

Open
aravindavk opened this issue Oct 29, 2021 · 0 comments
Open

Volume Shrink #68

aravindavk opened this issue Oct 29, 2021 · 0 comments

Comments

@aravindavk
Copy link
Member

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.

kadalu volume shrink myvol \
       node1.example.com:/exports/myvol/s1 \
       node2.example.com:/exports/myvol/s2 \
       node3.example.com:/exports/myvol/s3 \
       commit
@aravindavk aravindavk transferred this issue from another repository Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant