Project

General

Profile

Actions

Feature #46755

open

Tasks #46756: mgr/dashboard: orchestration workflows & enhancements

mgr/dashboard: allow the creation of 1 single OSD in 1 single host

Added by Alfonso Martínez almost 4 years ago. Updated about 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Component - OSDs
Target version:
% Done:

0%

Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Provided this environment:

  - ceph-node-00.cephlab.com
     + disks available for OSDs:
       - /dev/vdb
       - /dev/vdc
  - ceph-node-01.cephlab.com
     + disks available for OSDs:
       - /dev/vdb
       - /dev/vdc

Even if all disks have the same type, vendor, model & size,
it's possible to create a single OSD in a single host with a drive group spec, e.g. test.yml:

service_type: osd
service_id: example_osd_spec
placement:
  host_pattern: 'ceph-node-01.cephlab.com'
data_devices:
  paths: ['/dev/vdb']

ceph orch apply osd -i test.yml

But it's not possible to achieve this through Dashboard/UI.


Related issues 2 (2 open0 closed)

Related to Dashboard - Feature #44016: mgr/dashboard: support device_id filter when creating OSDNew

Actions
Related to Dashboard - Cleanup #50313: mgr/dashboard: Do not rely on /dev/sdxNew

Actions
Actions

Also available in: Atom PDF