]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
ceph-volume: fix type annotation in `objectore`
authorGuillaume Abrioux <gabrioux@ibm.com>
Wed, 8 Jan 2025 13:40:54 +0000 (13:40 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Mon, 24 Feb 2025 11:53:33 +0000 (11:53 +0000)
commitee286660d18fc73d65d1d971074c83923341210d
treec7071eb140f647f47326f0d58ab276f5be1f4891
parentf3b210e349465909092e407c5f429efc179574e1
ceph-volume: fix type annotation in `objectore`

This commit addresses some python type annotations errors
in `objectstore` code.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
(cherry picked from commit 79acee1347fb26bbe03ddcf8b8dac2f286520b1b)
src/ceph-volume/ceph_volume/api/lvm.py
src/ceph-volume/ceph_volume/objectstore/baseobjectstore.py
src/ceph-volume/ceph_volume/objectstore/bluestore.py
src/ceph-volume/ceph_volume/objectstore/lvmbluestore.py
src/ceph-volume/ceph_volume/objectstore/rawbluestore.py