Skip to content

Commit

Permalink
Fix typo in introduced in f88d968
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Indenbaum <[email protected]>
  • Loading branch information
Alexander Indenbaum committed Oct 10, 2023
1 parent 3388962 commit 96b177a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def serve(self):

def _start_discovery_service(self):
"""Runs either SPDK on CEPH NVMEOF Discovery Service."""
enable_spdk_discovery_controller = self.config.getboolean_with_default("gateway", "enable_spdk_discpovery_controller", False)
enable_spdk_discovery_controller = self.config.getboolean_with_default("gateway", "enable_spdk_discovery_controller", False)
if enable_spdk_discovery_controller:
self.logger.info("Using SPDK discovery service")
return
Expand Down

0 comments on commit 96b177a

Please sign in to comment.