Project

General

Profile

Actions

Bug #43615

closed

mgr/dashboard: support multiple drive groups in OSD creation

Added by Kiefer Chang over 4 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Component - OSDs
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

The PR https://github.com/ceph/ceph/pull/32545 allows multiple DriveGroups in one definition.
e.g.

{
  "all_with_a": {
    "host_pattern": "a*",
    "data_devices": {
      "size": "10G" 
    }
  },
  "all_with_b": {
    "host_pattern": "b*",
    "data_devices": {
      "size": "20G" 
    }
  },
  "all_with_c": {
    "host_pattern": "c*",
    "data_devices": {
      "all": true
    }
  }
}

Currently, the dashboard sends only one DriveGroup when creating OSD.
We should adapt the parameter change.

Actions

Also available in: Atom PDF