]> 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>
Tue, 2 Aug 2022 09:18:24 +0000 (11:18 +0200)
commit6190000993de698b91546e0f315adc3c0359aa64
tree63ff011ca660388601bb33e2c8dbd497898398c7
parent24489eaadaea5c1f35994ec0d86e404758e085db
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>
(cherry picked from commit 01112ba6894834287092d3b672ec548cb3a4d676)
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