-
Notifications
You must be signed in to change notification settings - Fork 47
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
Use SPDK's nvmf_subsystem_set_ns_anagrpid() to change namespace's load balancing group #754
Comments
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jul 10, 2024
Fixes ceph#754 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jul 10, 2024
Fixes ceph#754 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jul 10, 2024
Fixes ceph#754 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jul 10, 2024
Fixes ceph#754 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jul 11, 2024
Fixes ceph#754 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jul 11, 2024
Fixes ceph#754 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jul 12, 2024
Fixes ceph#754 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jul 17, 2024
Fixes ceph#754 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jul 21, 2024
Fixes ceph#754 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jul 22, 2024
Fixes ceph#754 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jul 22, 2024
Fixes ceph#754 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jul 23, 2024
Fixes ceph#754 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jul 23, 2024
Fixes ceph#754 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
Now that we have nvmf_subsystem_set_ns_anagrpid() in SPDK there is no more need to delete and re-add the namespace in order to change its load balancing group. We can use this call to change the group for an existing namespace.
The text was updated successfully, but these errors were encountered: