diff --git a/ceph-deploy/ceph.conf b/ceph-deploy/ceph.conf index 24c68b8..aba619e 100644 --- a/ceph-deploy/ceph.conf +++ b/ceph-deploy/ceph.conf @@ -77,3 +77,17 @@ bluestore_rocksdb_options = compression=kNoCompression,max_write_buffer_number=3 mon allow pool delete = true mgr initial modules = dashboard ms_bind_msgr2 = true + +# SAS SSD Micron S630DC что-то не очень умеют в discard + +[osd.0] +bdev_enable_discard = false +bdev_async_discard = false + +[osd.1] +bdev_enable_discard = false +bdev_async_discard = false + +[osd.2] +bdev_enable_discard = false +bdev_async_discard = false