]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
objectstore/bluestore.yaml: enable bdev discard 14727/head
authorTaeksang Kim <voidbag@gmail.com>
Tue, 20 Feb 2018 12:38:52 +0000 (21:38 +0900)
committerTaeksang Kim <voidbag@gmail.com>
Tue, 20 Feb 2018 15:00:52 +0000 (00:00 +0900)
set bdev_enable_discard and bdev_async_discard true.

Signed-off-by: Taeksang Kim <voidbag@gmail.com>
qa/objectstore/bluestore.yaml

index 19dfeb036ff31dca3d2c69bb8c798bd10e92b3a3..07817ccb53a356d440dc457cd597114200161767 100644 (file)
@@ -19,6 +19,8 @@ overrides:
         osd failsafe full ratio: .95
 # this doesn't work with failures bc the log writes are not atomic across the two backends
 #        bluestore bluefs env mirror: true
+        bdev enable discard: true
+        bdev async discard: true
   ceph-deploy:
     fs: xfs
     bluestore: yes
@@ -35,4 +37,6 @@ overrides:
         mon osd backfillfull_ratio: .85
         mon osd nearfull ratio: .8
         osd failsafe full ratio: .95
+        bdev enable discard: true
+        bdev async discard: true