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

Bump SPDK version to 24.05.x #860

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1"
CEPH_VERSION="18.2.4"
SPDK_VERSION="24.01"
SPDK_VERSION="24.05"
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.01
branch = ceph-nvmeof-v24.05
6 changes: 3 additions & 3 deletions control/grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def _alloc_cluster(self, anagrp: int) -> str:
nonce = rpc_bdev.bdev_rbd_register_cluster(
self.spdk_rpc_client,
name = name,
user = self.rados_id,
user_id = self.rados_id,
core_mask = self.librbd_core_mask,
)
with self.shared_state_lock:
Expand Down Expand Up @@ -2153,8 +2153,8 @@ def list_connections_safe(self, request, context):
try:
if qp["cntlid"] != conn["cntlid"]:
continue
if qp["state"] != "active":
self.logger.debug(f"Qpair {qp} is not active")
if qp["state"] != "enabled":
self.logger.debug(f"Qpair {qp} is not enabled")
continue
addr = qp["listen_address"]
if not addr:
Expand Down
2 changes: 1 addition & 1 deletion spdk
Submodule spdk updated 653 files
Loading