blob: a005f52037c79f8a8aa6c71f68f3f17644d713ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
overrides:
ceph:
conf:
global:
osd_pool_default_size: 1
osd_pool_default_min_size: 1
client:
debug ms: 1
debug client: 20
mds:
debug ms: 1
debug mds: 20
osd: # force bluestore since it's required for ec overwrites
osd objectstore: bluestore
bluestore block size: 2147483648
tasks:
- workunit:
cleanup: true
clients:
client.0:
- fs/full/subvolume_rm.sh
- workunit:
cleanup: true
clients:
client.0:
- fs/full/subvolume_clone.sh
- workunit:
cleanup: true
clients:
client.0:
- fs/full/subvolume_snapshot_rm.sh
|