Merge pull request #44566 from falcon78921/minor-messaging-nit

mgr/cephadm: fix minor grammar nit in Dry-Runs message
This commit is contained in:
Sebastian Wagner 2022-01-17 16:47:53 +01:00 committed by GitHub
commit d05bd30436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2414,7 +2414,7 @@ Then run the following:
@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]):