ydb-platform / nbs

Network Block & File Store
Apache License 2.0
54 stars 21 forks source link

[NBS] Add blockstore-client API to suspend acquire/release requests in Disk Agent #1502

Closed komarevtsev-d closed 2 months ago

komarevtsev-d commented 3 months ago

We need to signal to Disk Agent that we will be launching a replacement soon, and it should reject all acquire and release requests. This is required to ensure the new Agent will not acquire an already released session.