-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 2709: add cleanup of leaked devices #2745
base: main
Are you sure you want to change the base?
Conversation
Hi! Thank you for contributing! |
cloud/blockstore/libs/storage/disk_registry/model/device_list.h
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/model/device_list.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/testlib/test_state.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/disk_registry_state.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/disk_registry_state.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/disk_registry_state.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/disk_registry_state.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/disk_registry_state.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/disk_registry_state.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/disk_registry_state.cpp
Outdated
Show resolved
Hide resolved
107d852
to
f23a59d
Compare
cloud/blockstore/libs/storage/disk_registry/disk_registry_state.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/disk_registry_state.h
Outdated
Show resolved
Hide resolved
.../blockstore/libs/storage/disk_registry/disk_registry_actor_cleanup_devices_without_agent.cpp
Outdated
Show resolved
Hide resolved
.../blockstore/libs/storage/disk_registry/disk_registry_actor_cleanup_devices_without_agent.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/model/device_list.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_loadstate.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/disk_registry_state.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/testlib/test_state.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_loadstate.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/disk_registry_state.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/testlib/test_state.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/testlib/test_state.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_cleanup_orphan_devices.cpp
Outdated
Show resolved
Hide resolved
cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_cleanup_orphan_devices.cpp
Outdated
Show resolved
Hide resolved
// CleanupOrphanDevices | ||
// | ||
|
||
struct TCleanupOrphanDevices |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
У нас есть транзакция TCleanupDevices , которая чистит девайсы. А TCleanupOrphanDevices удаляет девайсы. Давай переименуем в TRemoveOrphanDevices.
#2709