]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: legacy_encrypted() shouldn't call lsblk() when device is 'tmpfs' 50157/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Sat, 18 Feb 2023 02:05:51 +0000 (03:05 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Sat, 18 Feb 2023 02:05:51 +0000 (03:05 +0100)
commitc0369fbecee1a4d71004ee5e72ee0e2526d0fcf2
treede2cf19cd875b1f9ea76da250cf85f446baba4a7
parent8cd83a6253789e5540130a10d4801b2a8f6eafa9
ceph-volume: legacy_encrypted() shouldn't call lsblk() when device is 'tmpfs'

When the device variable is rebound and become 'tmpfs', lsblk() shouldn't be called.

Fixes: https://tracker.ceph.com/issues/58784
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/ceph-volume/ceph_volume/util/disk.py
src/ceph-volume/ceph_volume/util/encryption.py