From: Gil Bregman Date: Sun, 15 Sep 2024 07:53:21 +0000 (+0300) Subject: Revert "mgr/cephadm: Default core mask for SPDK should be set in NVMEof spec file" X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0d024b602cfa017370348eb76807f24f79028f08;p=ceph-ci.git Revert "mgr/cephadm: Default core mask for SPDK should be set in NVMEof spec file" This reverts commit 1f470db1c7657d9f4f525d36df470208961d5787. --- diff --git a/src/python-common/ceph/deployment/service_spec.py b/src/python-common/ceph/deployment/service_spec.py index bd78406dc95..9d2fd64d7d1 100644 --- a/src/python-common/ceph/deployment/service_spec.py +++ b/src/python-common/ceph/deployment/service_spec.py @@ -1445,10 +1445,6 @@ class NvmeofServiceSpec(ServiceSpec): self.transport_tcp_options: Optional[Dict[str, int]] = transport_tcp_options #: ``tgt_cmd_extra_args`` extra arguments for the nvmf_tgt process self.tgt_cmd_extra_args = tgt_cmd_extra_args - if not self.tgt_cmd_extra_args: - self.tgt_cmd_extra_args = '--cpumask=0xF' - elif '--cpumask' not in self.tgt_cmd_extra_args: - self.tgt_cmd_extra_args = self.tgt_cmd_extra_args + ' --cpumask=0xF' #: ``discovery_addr`` address of the discovery service self.discovery_addr = discovery_addr #: ``discovery_port`` port of the discovery service