]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: drop self.abspath in Device()
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 8 Jul 2022 11:47:00 +0000 (13:47 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 27 Jul 2022 14:41:26 +0000 (16:41 +0200)
commit01112ba6894834287092d3b672ec548cb3a4d676
treed5d96bb35ac8a5ae77d01f4cf0042424a696ca1f
parente439ada4c268a006b4089d5c5c21d162673e4774
ceph-volume: drop self.abspath in Device()

seems useless to have both self.path and self.abspath attributes.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
src/ceph-volume/ceph_volume/devices/lvm/zap.py
src/ceph-volume/ceph_volume/tests/devices/lvm/test_migrate.py
src/ceph-volume/ceph_volume/tests/devices/lvm/test_zap.py
src/ceph-volume/ceph_volume/tests/util/test_arg_validators.py
src/ceph-volume/ceph_volume/tests/util/test_device.py
src/ceph-volume/ceph_volume/util/device.py
src/ceph-volume/ceph_volume/util/disk.py
src/ceph-volume/ceph_volume/util/encryption.py