Skip to content

Commit 0ea177e

Browse files
authored
Merge pull request ceph#52058 from guits/tracker_61673
ceph-volume: set lvm membership for mpath type devices
2 parents 73567f9 + 27e39e1 commit 0ea177e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ceph-volume/ceph_volume/util/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def _parse(self):
230230
self.disk_api = dev
231231
device_type = dev.get('TYPE', '')
232232
# always check is this is an lvm member
233-
valid_types = ['part', 'disk']
233+
valid_types = ['part', 'disk', 'mpath']
234234
if allow_loop_devices():
235235
valid_types.append('loop')
236236
if device_type in valid_types:

0 commit comments

Comments
 (0)