Currently, the mon client work is not merged on main, but our
default nvmeof container will attempt to make use of it by default,
causing it to crash. This makes it configurable and defaults the
behavior to false. That can be changed once the work is actually
present in main.
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit
3276471ff765b0118105a7820a13d9e5efa9934b)
(cherry picked from commit
4cf2a8ab7ef08f0aaa898db641547cd113cec434)
Resolves: rhbz#
2276900
allowed_consecutive_spdk_ping_failures = 1
spdk_ping_interval_in_seconds = 2.0
ping_spdk_under_lock = False
-enable_monitor_client = False
+enable_monitor_client = True
[gateway-logs]
log_level = INFO
max_log_directory_backups: Optional[int] = 10,
log_directory: Optional[str] = '/var/log/ceph/',
monitor_timeout: Optional[float] = 1.0,
- enable_monitor_client: bool = False,
+ enable_monitor_client: bool = True,
placement: Optional[PlacementSpec] = None,
unmanaged: bool = False,
preview_only: bool = False,