Project

General

Profile

Actions

Bug #37502

closed

lvm batch potentially creates multi-pv volume groups

Added by Jan Fajerski over 5 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Both bluestore and filestore MixedStrategy create one volume group if multiple free SSDs are detected. This can create scenarios where a single bad ssd device takes down significantly more OSDs than necessary.

Consider a machine with 2 SSDs and 10 spinners. A batch call with all drives will create one vg on both SSDs and place wal/db volume on this vg. If one SSD goes bad, the single vg is inaccessible and in turn all OSDs on the machine go down.

The better implementation would be to create one vg per pv/device.

Actions

Also available in: Atom PDF