Skip to content

Commit

Permalink
Merge pull request ceph#257 from baum/f88d9684-fix
Browse files Browse the repository at this point in the history
Fix typo in introduced in f88d968
  • Loading branch information
baum authored Oct 10, 2023
2 parents 3388962 + 3e041bc commit d24a890
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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
3 changes: 0 additions & 3 deletions tests/test_multi_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ def test_multi_gateway_coordination(config, image, conn):
num_subsystems = 2

pool = config.get("ceph", "pool")
enable_discovery_controller = config.getboolean_with_default("gateway", "enable_discovery_controller", False)
if not enable_discovery_controller:
num_subsystems -= 1

# Send requests to create a subsystem with one namespace to GatewayA
bdev_req = pb2.create_bdev_req(bdev_name=bdev,
Expand Down

0 comments on commit d24a890

Please sign in to comment.