Skip to content

Commit af2ec64

Browse files
authored
docs: fix standalone-with-crucible.md (#1155)
Minor fix to make the `propolis-standalone` TOML configuration file match the Crucible configuration used to create the downstairs.
1 parent 2fe83db commit af2ec64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/standalone-with-crucible.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ pci-path = "0.4.0"
184184
type = "crucible"
185185
# these MUST match the region configuration downstairs
186186
block_size = 4096
187-
blocks_per_extent = 131072
188-
extent_count = 128
187+
blocks_per_extent = 16384
188+
extent_count = 512
189189
targets = [
190190
"127.0.0.1:8810",
191191
"127.0.0.1:8820",

0 commit comments

Comments
 (0)