diff options
author | yuryalekseev <yuryalekseev@yandex-team.com> | 2023-02-09 15:34:17 +0300 |
---|---|---|
committer | yuryalekseev <yuryalekseev@yandex-team.com> | 2023-02-09 15:34:17 +0300 |
commit | 41ed181a9e4d11cb6831c7113716e0d2df124fcd (patch) | |
tree | 2133ce3b3644b13597bb12c1533c514cc5145e37 | |
parent | 4a1daf15c300c771ad7cf30dc9463212cf5c208f (diff) | |
download | ydb-41ed181a9e4d11cb6831c7113716e0d2df124fcd.tar.gz |
Fill out LastSeenPath.
-rw-r--r-- | ydb/core/mind/bscontroller/config_fit_pdisks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/mind/bscontroller/config_fit_pdisks.cpp b/ydb/core/mind/bscontroller/config_fit_pdisks.cpp index 70248e1bd98..8cfae51805a 100644 --- a/ydb/core/mind/bscontroller/config_fit_pdisks.cpp +++ b/ydb/core/mind/bscontroller/config_fit_pdisks.cpp @@ -242,7 +242,7 @@ namespace NKikimr { TDiskInfo disk; disk.BoxId = driveInfo.BoxId; disk.HostId = *hostId; - disk.LastSeenPath = TString(); + disk.LastSeenPath = GetDiskPathFromNode(*nodeId, serial, state, /* throwOnError */ false); disk.LastSeenSerial = TString(); disk.NodeId = *nodeId; disk.Path = *path; |