From 108d1b2a3a00e61982b466d9ac8fdc2cc1061609 Mon Sep 17 00:00:00 2001 From: Diwakar Sharma <120022567+dsharma-dc@users.noreply.github.com> Date: Fri, 4 Oct 2024 18:08:24 +0530 Subject: [PATCH] feat: add rdma capability flag for mayastor instance (#97) Signed-off-by: Diwakar Sharma --- apis/io-engine/protobuf/v1/common.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apis/io-engine/protobuf/v1/common.proto b/apis/io-engine/protobuf/v1/common.proto index e5bc5d1..eadc171 100644 --- a/apis/io-engine/protobuf/v1/common.proto +++ b/apis/io-engine/protobuf/v1/common.proto @@ -15,6 +15,8 @@ message MayastorFeatures { optional bool logicalVolumeManager = 2; // SnapshotRebuild presence and enablement status. optional bool snapshotRebuild = 3; + // RDMA support for Mayastor nvmf target. + optional bool rdmaCapableIoEngine = 4; } message MayastorBugFixes {