Skip to content

Commit

Permalink
feat: add rdma capability flag for mayastor instance (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: Diwakar Sharma <[email protected]>
  • Loading branch information
dsharma-dc authored Oct 4, 2024
1 parent 4d9501d commit 108d1b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/io-engine/protobuf/v1/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 108d1b2

Please sign in to comment.