]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: disable cache for blkid calls 41115/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>
Sat, 1 May 2021 06:15:47 +0000 (13:15 +0700)
commit524eb3c30a6e6cea7598b1d5aafb0858d413b75f
treee1a4bffe7911093329ccd2e0a566152b05e87b89
parent037ec6ec1b0b6f98b77bdf8f8a5621b73b6fbb14
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