Skip to content

Commit

Permalink
Merge pull request ceph#44566 from falcon78921/minor-messaging-nit
Browse files Browse the repository at this point in the history
mgr/cephadm: fix minor grammar nit in Dry-Runs message
  • Loading branch information
sebastian-philipp committed Jan 17, 2022
2 parents 9e8b2d8 + ed20f98 commit d05bd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind/mgr/cephadm/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,7 @@ def _plan(self, spec: ServiceSpec) -> dict:
@handle_orch_error
def plan(self, specs: Sequence[GenericSpec]) -> List:
results = [{'warning': 'WARNING! Dry-Runs are snapshots of a certain point in time and are bound \n'
'to the current inventory setup. If any on these conditions changes, the \n'
'to the current inventory setup. If any of these conditions change, the \n'
'preview will be invalid. Please make sure to have a minimal \n'
'timeframe between planning and applying the specs.'}]
if any([spec.service_type == 'host' for spec in specs]):
Expand Down

0 comments on commit d05bd30

Please sign in to comment.