From 15831079794a6279ad865265f289b57eb2c8d1f6 Mon Sep 17 00:00:00 2001 From: Gil Bregman Date: Mon, 9 Sep 2024 16:52:39 +0300 Subject: [PATCH] Bump SPDK version to 24.05. Signed-off-by: Gil Bregman --- .env | 2 +- .gitmodules | 2 +- control/grpc.py | 2 +- spdk | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index ad08a6b0b..1eb5d8f22 100644 --- a/.env +++ b/.env @@ -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" diff --git a/.gitmodules b/.gitmodules index 59ba33812..d39e85915 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/control/grpc.py b/control/grpc.py index c839bec86..d5d77f53f 100644 --- a/control/grpc.py +++ b/control/grpc.py @@ -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: diff --git a/spdk b/spdk index cd16195a3..a4ce2674f 160000 --- a/spdk +++ b/spdk @@ -1 +1 @@ -Subproject commit cd16195a3dc914ea445e90b9cc8ba3211e17b267 +Subproject commit a4ce2674f351a95f5142a1c3945cc63350b0c856