]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: disable cache for blkid calls 41114/head
authorRafał Wądołowski <rafal@rafal.net.pl>
Fri, 4 Dec 2020 12:25:58 +0000 (13:25 +0100)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Thu, 3 Jun 2021 16:03:35 +0000 (23:03 +0700)
commit925317e98c5cd932a59796d7255cd85bc0f4a1f9
treebcb714c3515ee577f3b37355c86c9936430f95e0
parentbf8cfe76a510aab4c2eb4b4fe9e458888b730576
ceph-volume: disable cache for blkid calls

Due to bugs in cache managment in blkid, there are possible to have
nonexistence entries. This entries breaks ceph-volume operations by
passing two or more outputs instead of one (eg. /dev/sdk2).

Fixes: https://tracker.ceph.com/issues/48464
Signed-off-by: Rafał Wądołowski <rwadolowski@cloudferro.com>
(cherry picked from commit 90ed2e03198edec4a61dd9d6010e8d7b306b5f3a)
src/ceph-volume/ceph_volume/util/disk.py