Skip to content
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

Don't migrate local devices #2949

Closed
wants to merge 1 commit into from

Conversation

komarevtsev-d
Copy link
Collaborator

@komarevtsev-d komarevtsev-d added the blockstore Add this label to run only cloud/blockstore build and tests on PR label Jan 30, 2025
Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 7afeddb.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3609 3609 0 0 0 0

@komarevtsev-d komarevtsev-d force-pushed the users/komarevtsev-d/issue-2948/0 branch 3 times, most recently from 590db32 to 9b4b4fa Compare January 30, 2025 10:34
@komarevtsev-d komarevtsev-d force-pushed the users/komarevtsev-d/issue-2948/0 branch from de3b6bf to 3f6188a Compare January 30, 2025 11:29
Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 3f6188a.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3609 3609 0 0 0 0

@@ -459,6 +459,17 @@ void TDiskRegistryState::ProcessDisks(TVector<NProto::TDiskConfig> configs)
disk.MediaKind = NProto::STORAGE_MEDIA_SSD_NONREPLICATED;
disk.MigrationStartTs = TInstant::MicroSeconds(config.GetMigrationStartTs());

if (config.DeviceUUIDsSize() == 1) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А почему только для тех дисков, у которых один девайс?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blockstore Add this label to run only cloud/blockstore build and tests on PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants