File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
libs/storage/disk_registry Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1360,5 +1360,5 @@ message TStorageServiceConfig
13601360 optional uint64 MaxInflightAttachDetachPathRequestsProcessing = 467 ;
13611361
13621362 // Timeout for attach/detach path requests (in milliseconds).
1363- optional uint32 AttachDetachPathRequestTimeout = 467 ;
1363+ optional uint32 AttachDetachPathRequestTimeout = 468 ;
13641364}
Original file line number Diff line number Diff line change @@ -5585,6 +5585,9 @@ NProto::TError TDiskRegistryState::UpdateCmsHostState(
55855585 for (const auto & device: agent->GetDevices ()) {
55865586 paths.emplace_back (device.GetDeviceName ());
55875587 }
5588+ for (const auto & [path, _]: agent->GetPathAttachStates ()) {
5589+ paths.emplace_back (path);
5590+ }
55885591 SortUnique (paths);
55895592
55905593 for (auto & path: paths) {
You can’t perform that action at this time.
0 commit comments