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 support for rbd_resize2 #933

Closed
khayyamsaleem opened this issue Oct 17, 2023 · 0 comments · Fixed by #934
Closed

Add support for rbd_resize2 #933

khayyamsaleem opened this issue Oct 17, 2023 · 0 comments · Fixed by #934

Comments

@khayyamsaleem
Copy link
Contributor

khayyamsaleem commented Oct 17, 2023

rbd_resize is supported by go-ceph, but rbd_resize2 exposes additional functionality and is not exposed by go-ceph.

khayyamsaleem added a commit to khayyamsaleem/go-ceph that referenced this issue Oct 18, 2023
librbd exposes rbd_resize2, which allows clients to pass in a boolean controlling
whether or not the allocation should be allowed to shrink, and a progress-tracking
callback. This contribution extends go-ceph to be able to call rbd_resize2.

Closes ceph#933

Signed-off-by: Khayyam Saleem <khayyam.saleem@gmail.com>
khayyamsaleem added a commit to khayyamsaleem/go-ceph that referenced this issue Oct 23, 2023
librbd exposes rbd_resize2, which allows clients to pass in a boolean controlling
whether or not the allocation should be allowed to shrink, and a progress-tracking
callback. This contribution extends go-ceph to be able to call rbd_resize2.

Closes ceph#933

Signed-off-by: Khayyam Saleem <khayyam.saleem@gmail.com>
khayyamsaleem added a commit to khayyamsaleem/go-ceph that referenced this issue Nov 8, 2023
… controlling

whether or not the allocation should be allowed to shrink, and a progress-tracking
callback. This contribution extends go-ceph to be able to call rbd_resize2.

Closes ceph#933

Signed-off-by: Khayyam Saleem <khayyam.saleem@gmail.com>
khayyamsaleem added a commit to khayyamsaleem/go-ceph that referenced this issue Nov 8, 2023
… controlling

whether or not the allocation should be allowed to shrink, and a progress-tracking
callback. This contribution extends go-ceph to be able to call rbd_resize2.

Closes ceph#933

Signed-off-by: Khayyam Saleem <khayyam.saleem@gmail.com>
@mergify mergify bot closed this as completed in #934 Nov 8, 2023
mergify bot pushed a commit that referenced this issue Nov 8, 2023
… controlling

whether or not the allocation should be allowed to shrink, and a progress-tracking
callback. This contribution extends go-ceph to be able to call rbd_resize2.

Closes #933

Signed-off-by: Khayyam Saleem <khayyam.saleem@gmail.com>
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

Successfully merging a pull request may close this issue.

1 participant