Skip to content

Commit

Permalink
Update SPDK to version 24.09.
Browse files Browse the repository at this point in the history
Fixes #917

Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
  • Loading branch information
gbregman committed Oct 28, 2024
1 parent eec58f7 commit 841d255
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Globals
VERSION="1.3.2"
CEPH_VERSION="19.2.0"
SPDK_VERSION="24.05"
SPDK_VERSION="24.09"
CONTAINER_REGISTRY="quay.io/ceph"
QUAY_SPDK="${CONTAINER_REGISTRY}/spdk"
QUAY_CEPH="${CONTAINER_REGISTRY}/vstart-cluster"
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "spdk"]
path = spdk
url = https://github.com/ceph/spdk.git
branch = ceph-nvmeof-v24.05
branch = ceph-nvmeof-v24.09
1 change: 0 additions & 1 deletion control/grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,6 @@ def namespace_change_load_balancing_group_safe(self, request, context):
nqn=request.subsystem_nqn,
nsid=request.nsid,
anagrpid=request.anagrpid,
transit_anagrpid=0
)
self.logger.debug(f"nvmf_subsystem_set_ns_ana_group: {ret}")
if not find_ret.empty():
Expand Down
2 changes: 1 addition & 1 deletion spdk
Submodule spdk updated 634 files

0 comments on commit 841d255

Please sign in to comment.