]> git.apps.os.sepia.ceph.com Git - ceph.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, 20 Jan 2025 07:27:18 +0000 (07:27 +0000)
commit79acee1347fb26bbe03ddcf8b8dac2f286520b1b
treeae7fdda6554f5815d66575db89751f42b68885a9
parent3f6dae8d616e5c5064e7f9f9920d340eb4d32c5b
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>
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