]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: systemd fix typo in log message 30520/head
authorManu Zurmühl <m.zurmuehl@heinlein-support.de>
Fri, 20 Sep 2019 14:47:22 +0000 (16:47 +0200)
committerNathan Cutler <ncutler@suse.com>
Mon, 23 Sep 2019 17:05:50 +0000 (19:05 +0200)
Fixes: https://tracker.ceph.com/issues/41942
Signed-off-by: Manu Zurmühl <m.zurmuehl@heinlein-support.de>
(cherry picked from commit 8d9780ce50ef5d986c4994ed6ba5629be0bbfb74)

src/ceph-volume/ceph_volume/systemd/main.py

index bf24f0a01549f65b0d64e3efc0536965132cfcfc..e4d244f5d56d22c9167286861d4496b9944120f5 100644 (file)
@@ -99,7 +99,7 @@ def main(args=None):
             # don't log any output to the terminal, just rely on stderr/stdout
             # going to logging
             process.run(command, terminal_logging=False)
-            logger.info('successfully trggered activation for: %s', extra_data)
+            logger.info('successfully triggered activation for: %s', extra_data)
             break
         except RuntimeError as error:
             logger.warning(error)