]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: fix dmcrypt activation regression 60727/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Wed, 13 Nov 2024 15:23:36 +0000 (16:23 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Wed, 13 Nov 2024 15:23:36 +0000 (16:23 +0100)
commit3cf00cde820ec838e4fbda1799d2ce336c9e2d86
tree31eec6ebaccc9dd047ee09262985a07592b9d51f
parentce0d6fccc4c3ef1c0d0477e8f6fcd192671a5ee7
ceph-volume: fix dmcrypt activation regression

`ceph.with_tpm` tag is actually a `str`, which means that
`bool('0')` will return `True`.

Fixes: https://tracker.ceph.com/issues/68944
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/ceph-volume/ceph_volume/objectstore/lvmbluestore.py