Skip to content

Commit 4b8d34a

Browse files
authored
Merge pull request ceph#63564 from Hezko/nvmeof-cli-update-nvme-submodule
mgr/dashboard update ceph nvmeof proto files
2 parents 18eb1b2 + a039820 commit 4b8d34a

File tree

3 files changed

+526
-154
lines changed

3 files changed

+526
-154
lines changed

src/pybind/mgr/dashboard/services/proto/gateway.proto

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ message namespace_add_req {
149149
optional bool no_auto_visible = 11;
150150
optional bool trash_image = 12;
151151
optional bool disable_auto_resize = 13;
152+
optional bool read_only = 14;
152153
}
153154

154155
message namespace_resize_req {
@@ -270,6 +271,7 @@ message remove_host_req {
270271

271272
message list_hosts_req {
272273
string subsystem = 1;
274+
optional bool clear_alerts = 2;
273275
}
274276

275277
message list_connections_req {
@@ -509,6 +511,7 @@ message host {
509511
string nqn = 1;
510512
optional bool use_psk = 2;
511513
optional bool use_dhchap = 3;
514+
optional bool disconnected_due_to_keepalive_timeout = 4;
512515
}
513516

514517
message hosts_info {
@@ -532,6 +535,7 @@ message connection {
532535
optional bool use_psk = 10;
533536
optional bool use_dhchap = 11;
534537
optional string subsystem = 12;
538+
optional bool disconnected_due_to_keepalive_timeout = 13;
535539
}
536540

537541
message connections_info {
@@ -559,6 +563,7 @@ message namespace_cli {
559563
optional string ns_subsystem_nqn = 15;
560564
optional bool trash_image = 16;
561565
optional bool disable_auto_resize = 17;
566+
optional bool read_only = 18;
562567
}
563568

564569
message namespaces_info {
@@ -620,4 +625,4 @@ message gateway_log_level_info {
620625
int32 status = 1;
621626
string error_message = 2;
622627
GwLogLevel log_level = 3;
623-
}
628+
}

0 commit comments

Comments
 (0)