diff options
author | Gil Bregman <gbregman@il.ibm.com> | 2025-01-16 13:21:33 +0100 |
---|---|---|
committer | Gil Bregman <gbregman@il.ibm.com> | 2025-01-16 17:48:28 +0100 |
commit | 42bac97b53e2cc618070b72fab8bb1c2485ceceb (patch) | |
tree | 18024cc87bc33285ce5f31821811f293812b365a /src/pybind/mgr/cephadm/templates/services/nvmeof/ceph-nvmeof.conf.j2 | |
parent | Merge pull request #61349 from VallariAg/wip-vallari-nvmeof-ceph-version (diff) | |
download | ceph-42bac97b53e2cc618070b72fab8bb1c2485ceceb.tar.xz ceph-42bac97b53e2cc618070b72fab8bb1c2485ceceb.zip |
mgr/cephadm/nvmeof: Add SPDK iobuf options field to NVMeOF configuration
Fixes https://tracker.ceph.com/issues/69554
Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
Diffstat (limited to 'src/pybind/mgr/cephadm/templates/services/nvmeof/ceph-nvmeof.conf.j2')
-rw-r--r-- | src/pybind/mgr/cephadm/templates/services/nvmeof/ceph-nvmeof.conf.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pybind/mgr/cephadm/templates/services/nvmeof/ceph-nvmeof.conf.j2 b/src/pybind/mgr/cephadm/templates/services/nvmeof/ceph-nvmeof.conf.j2 index 37f2db52732..2a9ab309568 100644 --- a/src/pybind/mgr/cephadm/templates/services/nvmeof/ceph-nvmeof.conf.j2 +++ b/src/pybind/mgr/cephadm/templates/services/nvmeof/ceph-nvmeof.conf.j2 @@ -86,6 +86,9 @@ transport_tcp_options = {{ transport_tcp_options }} {% if spec.tgt_cmd_extra_args %} tgt_cmd_extra_args = {{ spec.tgt_cmd_extra_args }} {% endif %} +{% if iobuf_options %} +iobuf_options = {{ iobuf_options }} +{% endif %} [monitor] timeout = {{ spec.monitor_timeout }} |