Skip to content

Commit

Permalink
[Disk Manager] use 262144 as device block count (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
SvartMetal authored Apr 10, 2024
1 parent 66c9883 commit 0610800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/disk_manager/test/recipe/nbs_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

SERVICE_NAME = "nbs"
DEFAULT_BLOCK_SIZE = 4096
DEFAULT_BLOCK_COUNT_PER_DEVICE = 262186 # 262144 + 42
DEFAULT_BLOCK_COUNT_PER_DEVICE = 262144


class NbsLauncher:
Expand Down

0 comments on commit 0610800

Please sign in to comment.