]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm/nvmeof: enable rbd_with_crc32c by default 66957/head
authorAlexander Indenbaum <aindenba@redhat.com>
Tue, 9 Dec 2025 10:15:14 +0000 (12:15 +0200)
committerAlexander Indenbaum <aindenba@redhat.com>
Mon, 4 May 2026 13:37:07 +0000 (16:37 +0300)
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
(cherry picked from commit 46e574a616d792a34fbd71c413c2498dbafbb9f5)

src/pybind/mgr/cephadm/tests/test_services.py
src/python-common/ceph/deployment/service_spec.py

index 53e93db1673ca630467ed36203ae6a23ae32211e..f31a7f912ac9206343bc37fee187928b7d7d05da 100644 (file)
@@ -443,7 +443,7 @@ conn_retries = 10
 transports = tcp
 transport_tcp_options = {{"in_capsule_data_size": 8192, "max_io_qpairs_per_ctrlr": 7}}
 enable_dsa_acceleration = False
-rbd_with_crc32c = False
+rbd_with_crc32c = True
 tgt_cmd_extra_args = {tgt_cmd_extra_args}
 qos_timeslice_in_usecs = 0
 notifications_interval = 60
index 0408024121599707a508353b32fed6a852181c73..ecdc270322de925afb2a6796ab8098958abb7d85 100644 (file)
@@ -1444,7 +1444,7 @@ class NvmeofServiceSpec(ServiceSpec):
                  transport_tcp_options: Optional[Dict[str, int]] =
                  {"in_capsule_data_size": 8192, "max_io_qpairs_per_ctrlr": 7},
                  enable_dsa_acceleration: bool = False,
-                 rbd_with_crc32c: bool = False,
+                 rbd_with_crc32c: bool = True,
                  tgt_cmd_extra_args: Optional[str] = None,
                  iobuf_options: Optional[Dict[str, int]] = None,
                  qos_timeslice_in_usecs: Optional[int] = 0,