Skip to content

Commit

Permalink
Merge pull request #52058 from guits/tracker_61673
Browse files Browse the repository at this point in the history
ceph-volume: set lvm membership for mpath type devices
  • Loading branch information
guits committed Jun 15, 2023
2 parents 73567f9 + 27e39e1 commit 0ea177e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ceph-volume/ceph_volume/util/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def _parse(self):
self.disk_api = dev
device_type = dev.get('TYPE', '')
# always check is this is an lvm member
valid_types = ['part', 'disk']
valid_types = ['part', 'disk', 'mpath']
if allow_loop_devices():
valid_types.append('loop')
if device_type in valid_types:
Expand Down

0 comments on commit 0ea177e

Please sign in to comment.