We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c188267 + e717a92 commit 7c0f6ebCopy full SHA for 7c0f6eb
src/python-common/ceph/deployment/service_spec.py
@@ -1544,7 +1544,7 @@ def __init__(self,
1544
self.monitor_client_log_file_dir = monitor_client_log_file_dir
1545
1546
def get_port_start(self) -> List[int]:
1547
- return [5500, 4420, 8009]
+ return [self.port, 4420, self.discovery_port]
1548
1549
def validate(self) -> None:
1550
# TODO: what other parameters should be validated as part of this function?
0 commit comments