Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions qa/config/crimson_qa_overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ overrides:
seastore cachepin size pershard: 64M
seastore max concurrent transactions: 8
crimson_compat: true

cephadm:
crimson_compat: true
cephadm.apply:
specs:
- service_type: osd
service_id: osd.crimson
placement:
host_pattern: "*"
data_devices:
all: true
extra_container_args:
- "-v"
- "/usr/bin/ceph-osd-crimson:/usr/bin/ceph-osd"

workunit:
env:
CRIMSON_COMPAT: '1'
Loading