]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: fix filestore/dmcrypt activate
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 18 Nov 2020 07:26:27 +0000 (08:26 +0100)
committerJan Fajerski <jfajerski@suse.com>
Thu, 19 Nov 2020 21:17:48 +0000 (22:17 +0100)
commite9edcc371d1f5850378f2367639b55c6bc1ef80d
treeceb0fd90afbaaa7cfabe263fe7796fd87d36b2ea
parent08106742f6aca9a087a056f2f7b2560ac0cc849b
ceph-volume: fix filestore/dmcrypt activate

The uuid set for tags['ceph.journal_uuid'] should point to its
corresponding lv_uuid instead of the uuid generated for the lv_name.

The variable name 'uuid' used so far was probably too confusing so let's
change it to make it more clear.

Closes: https://tracker.ceph.com/issues/48271
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit ee3aece808fd22e659c2c30c0674f7ec200f411b)
src/ceph-volume/ceph_volume/devices/lvm/prepare.py