Skip to content

[Disk Manager] Add ssd-nbs2 disks created via YDB NbsService - #6827

Open
BarkovBG wants to merge 1 commit into
mainfrom
users/barkovbg/dm-ssd-nbs2
Open

[Disk Manager] Add ssd-nbs2 disks created via YDB NbsService#6827
BarkovBG wants to merge 1 commit into
mainfrom
users/barkovbg/dm-ssd-nbs2

Conversation

@BarkovBG

@BarkovBG BarkovBG commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

Add ssd-nbs2 disks created and deleted via YDB NbsService (CreatePartition/DeletePartition), the same API dstool uses. Other operations for this kind are rejected.

@github-actions

github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Note

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

Note

All workloads for linux-x86_64-relwithdebinfo have completed.

Tip

Planned checks for linux-x86_64-relwithdebinfo.

🟢 linux-x86_64-relwithdebinfo target: cloud/tasks/,cloud/storage/ (test time: 276s): all tests PASSED for commit c7a6f6d.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
1318 1318 0 0 0 0 0

🟢 linux-x86_64-relwithdebinfo target: cloud/disk_manager/ (test time: 268s): all tests PASSED for commit c7a6f6d.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
1640 1640 0 0 0 0 0

🔴 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 1226s): some tests FAILED for commit c7a6f6d.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
7003 7001 0 1 0 1 0

🟢 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 60s): all tests PASSED for commit c7a6f6d.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
2 2 0 0 0 0 0

🔴 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 4422s): some tests FAILED for commit c7a6f6d.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
4502 4500 0 1 0 1 0

🟢 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 27s): all tests PASSED for commit c7a6f6d.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
2 2 0 0 0 0 0

@BarkovBG
BarkovBG force-pushed the users/barkovbg/dm-ssd-nbs2 branch from c7a6f6d to 8d5b528 Compare August 20, 2026 10:08
@github-actions

github-actions Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Note

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

Note

All workloads for linux-x86_64-relwithdebinfo have completed.

Tip

Planned checks for linux-x86_64-relwithdebinfo.

🟢 linux-x86_64-relwithdebinfo target: cloud/tasks/,cloud/storage/ (test time: 283s): all tests PASSED for commit 8d5b528.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
1318 1318 0 0 0 0 0

🟢 linux-x86_64-relwithdebinfo target: cloud/disk_manager/ (test time: 299s): all tests PASSED for commit 8d5b528.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
1640 1640 0 0 0 0 0

🟢 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 1491s): all tests PASSED for commit 8d5b528.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
7003 7002 0 0 0 1 0

🟢 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 4692s): all tests PASSED for commit 8d5b528.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
4502 4501 0 0 0 1 0

@BarkovBG
BarkovBG force-pushed the users/barkovbg/dm-ssd-nbs2 branch from 8d5b528 to 12abebd Compare August 20, 2026 11:37
@github-actions

github-actions Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Note

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

Note

All workloads for linux-x86_64-relwithdebinfo have completed.

Tip

Planned checks for linux-x86_64-relwithdebinfo.

🟢 linux-x86_64-relwithdebinfo target: cloud/tasks/,cloud/storage/ (test time: 288s): all tests PASSED for commit 12abebd.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
1318 1318 0 0 0 0 0

🟢 linux-x86_64-relwithdebinfo target: cloud/disk_manager/ (test time: 282s): all tests PASSED for commit 12abebd.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
1640 1640 0 0 0 0 0

🔴 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 1285s): some tests FAILED for commit 12abebd.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
7003 7000 0 2 0 1 0

🟢 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 59s): all tests PASSED for commit 12abebd.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
4 4 0 0 0 0 0

🟢 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 4523s): all tests PASSED for commit 12abebd.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
4502 4501 0 0 0 1 0

@github-actions

github-actions Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Note

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

Note

All workloads for linux-x86_64-relwithdebinfo have completed.

Tip

Planned checks for linux-x86_64-relwithdebinfo.

  • 🚫 tasks + storage (cancelled or timed out before reporting completion)
  • 🚫 blockstore (cancelled or timed out before reporting completion)
  • 🚫 disk + manager (cancelled or timed out before reporting completion)
  • 🚫 filestore (cancelled or timed out before reporting completion)

NBS 2.0 partitions are created with the same CreatePartition/DeletePartition gRPC API that dstool uses, instead of blockstore CreateVolume. First slice supports empty create and delete only.

DeletePartition uses DiskId; create treats ALREADY_EXISTS as success and delete treats NOT_FOUND as success.
@BarkovBG
BarkovBG force-pushed the users/barkovbg/dm-ssd-nbs2 branch from 4345fc2 to db29b33 Compare August 24, 2026 09:13
@github-actions

github-actions Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Note

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

Note

All workloads for linux-x86_64-relwithdebinfo have completed.

Tip

Planned checks for linux-x86_64-relwithdebinfo.

🟢 linux-x86_64-relwithdebinfo target: cloud/tasks/,cloud/storage/ (test time: 281s): all tests PASSED for commit db29b33.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
1318 1318 0 0 0 0 0

🟢 linux-x86_64-relwithdebinfo target: cloud/disk_manager/ (test time: 306s): all tests PASSED for commit db29b33.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
1643 1643 0 0 0 0 0

🟢 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 1549s): all tests PASSED for commit db29b33.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
7003 7002 0 0 0 1 0

🟢 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 4564s): all tests PASSED for commit db29b33.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
4502 4501 0 0 0 1 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant