]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: fixes minor grammar nit in Dry-Runs message
authorJames McClune <jmcclune@mcclunetechnologies.net>
Thu, 13 Jan 2022 03:46:42 +0000 (22:46 -0500)
committerAdam King <adking@redhat.com>
Fri, 28 Jan 2022 16:23:51 +0000 (11:23 -0500)
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
(cherry picked from commit ed20f98df167680eb2bcb2b3d7e811867a75b2a5)

src/pybind/mgr/cephadm/module.py

index 146153e137e0571d44918de192165f671c9cba63..b45f4a2c3e52f3df4dc956cd8835de8e10e5c1ff 100644 (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]):