]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
hammer: min_write_recency_for_promote does not exist in hammer
authorVicente Cheng <freeze.bilsted@gmail.com>
Tue, 29 Mar 2016 16:25:22 +0000 (00:25 +0800)
committerVicente Cheng <freeze.bilsted@gmail.com>
Tue, 29 Mar 2016 16:28:08 +0000 (00:28 +0800)
Fixes #15301

`cache min_write_recency_for_promote` which do not exist
in hammer is introduced as part of proxy write.

This config just remove simply

Signed-off-by: Vicente Cheng <freeze.bilsted@gmail.com>
suites/rados/thrash/workloads/cache-agent-big.yaml
suites/rados/thrash/workloads/cache-agent-small.yaml
suites/rados/thrash/workloads/cache-snaps.yaml

index b33a8320eb817e5b6015e495eca52ab778dae535..bafc08df69f1c4c67855ff58acf5e8d395efc929 100644 (file)
@@ -17,7 +17,6 @@ tasks:
       - ceph osd pool set cache hit_set_period 60
       - ceph osd pool set cache target_max_objects 5000
       - ceph osd pool set cache min_read_recency_for_promote 2
-      - ceph osd pool set cache min_write_recency_for_promote 2
 - rados:
     clients: [client.0]
     pools: [base]
index 44120803d27c95ba56a8d6b4337bd1c8ea63d058..9cbc435815e6dd856468e5657adc5fdb06b28a1d 100644 (file)
@@ -16,7 +16,6 @@ tasks:
       - ceph osd pool set cache hit_set_period 60
       - ceph osd pool set cache target_max_objects 250
       - ceph osd pool set cache min_read_recency_for_promote 0
-      - ceph osd pool set cache min_write_recency_for_promote 0
 - rados:
     clients: [client.0]
     pools: [base]
index 07d48525854167bab8feb5d83037be573a05e7f5..21d963d7f6076a9b41aa2df6a9b774a6545874e3 100644 (file)
@@ -15,7 +15,6 @@ tasks:
       - ceph osd pool set cache hit_set_period 3600
       - ceph osd pool set cache target_max_objects 250
       - ceph osd pool set cache min_read_recency_for_promote 0
-      - ceph osd pool set cache min_write_recency_for_promote 0
 - rados:
     clients: [client.0]
     pools: [base]