]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: systemd fix typo in log message 30497/head
authorManu Zurmühl <m.zurmuehl@heinlein-support.de>
Fri, 20 Sep 2019 14:47:22 +0000 (16:47 +0200)
committerManu Zurmühl <m.zurmuehl@heinlein-support.de>
Fri, 20 Sep 2019 14:47:22 +0000 (16:47 +0200)
Fixes: https://tracker.ceph.com/issues/41942
Signed-off-by: Manu Zurmühl <m.zurmuehl@heinlein-support.de>
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)