Skip to content

Commit

Permalink
ceph-volume lvm.batch use the abspath attribute for Device objects in…
Browse files Browse the repository at this point in the history
… bluestore

Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit b2a62c2)
  • Loading branch information
Alfredo Deza authored and andrewschoen committed Aug 29, 2018
1 parent b275d0f commit 2fa6ccd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -181,7 +181,7 @@ def compute(self):
osds.append(osd)

self.computed['vgs'] = [{
'devices': [d['path'] for d in self.ssds],
'devices': [d.abspath for d in self.ssds],
'parts': self.db_lvs,
'percentages': self.vg_extents['percentages'],
'sizes': self.vg_extents['sizes'],
Expand Down

0 comments on commit 2fa6ccd

Please sign in to comment.