-
Notifications
You must be signed in to change notification settings - Fork 48
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
Change the namespace resize gRPC call to use size in MiBs #685
Comments
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
May 28, 2024
Fixes: ceph#685 Signed-off-by: Gil Bregman <[email protected]>
gbregman
changed the title
Change the namespace resize gRPC call to use siz`e in MiBs
Change the namespace resize gRPC call to use size in MiBs
May 28, 2024
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
May 28, 2024
Fixes: ceph#685 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
May 28, 2024
Fixes: ceph#685 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
May 28, 2024
Fixes: ceph#685 Signed-off-by: Gil Bregman <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the past the namespace resize gRPC call accepted the new size in MiBs, as needed for SPDK. This was changed and we now pass the size in bytes. We should restore the original behavior as it is relied on in other components.
The text was updated successfully, but these errors were encountered: