summaryrefslogtreecommitdiffstats
path: root/qa/suites/fs/workload/ranks/multi/replication/always.yaml
blob: 099ced6637fb7d814a84c9c96f9f217e7139eda3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# To exercise lock/witness code paths more regularly, try to get all
# directories replicated.
overrides:
  ceph:
    conf:
      mds:
        mds_bal_replicate_threshold: 1
# Note: dir_update is only sent by an MDS trying to replicate a dir.
# dir_update is always sent for root, so the count should be more than 2
  check-counter:
    counters:
      mds:
        -
          name: mds_cache.dir_update
          min: 3
        -
          name: mds_cache.dir_update_receipt
          min: 3