]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: fix a typo causing AttributeError 43950/head
authorTaha Jahangir <mtjahangir@gmail.com>
Sun, 17 Oct 2021 05:00:27 +0000 (08:30 +0330)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 16 Nov 2021 14:22:37 +0000 (15:22 +0100)
Signed-off-by: Taha Jahangir <mtjahangir@gmail.com>
(cherry picked from commit 4cdbba3344fe26b6351e88ce00a8655890a02115)

src/ceph-volume/ceph_volume/devices/lvm/migrate.py

index 886b9f7b4fd6b1a6e54a6b71be50358d33482f15..49b465592f4737f57dac42fa768c719bf74eac93 100644 (file)
@@ -413,7 +413,7 @@ class Migrate(object):
         target_lv = api.get_lv_by_fullname(self.args.target)
         if not target_lv:
             mlogger.error(
-                'Target path "{}" is not a Logical Volume'.formaat(
+                'Target path "{}" is not a Logical Volume'.format(
                     self.args.target))
             raise SystemExit(
                 'Unable to migrate to : {}'.format(self.args.target))