]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: fix a typo causing AttributeError 43949/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:11 +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 811ff63ee919824a15051dd1720ef5e4037a70bf..dc982f153b4ed25a02626bfed8bd3d1c630edd82 100644 (file)
@@ -414,7 +414,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))