Project

General

Profile

Actions

Bug #44738

closed

drivegroups/cephadm: db_devices don't get applied correctly when using "paths"

Added by Joshua Schmid about 4 years ago. Updated over 3 years ago.

Status:
Won't Fix
Priority:
Low
Assignee:
-
Category:
cephadm/osd
Target version:
% Done:

0%

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

Description

service_type: osd
service_id: test_dg
data_devices:
  paths:
    - /dev/vdb
    - /dev/vdc
db_devices:
  paths:
    - /dev/vdk
placement:
  host_pattern: cephadm-dev

will result in

[DBG] Found drive selection <ceph.deployment.drive_selection.selector.DriveSelection object at 0x7f424af835f8>
[DBG] translated to cmd lvm batch --no-auto /dev/vdb /dev/vdc --yes --no-systemd
[INF] Applying osd.test_dg on host cephadm-dev...

While the command should look like this:

lvm batch --no-auto /dev/vdb /dev/vdc --db-devices /dev/vdk --yes --no-systemd

Related issues 1 (0 open1 closed)

Related to Orchestrator - Bug #46558: cephadm: paths attribute ignored for db_devices/wal_devices via OSD specResolvedJuan Miguel Olmo Martínez

Actions
Actions #1

Updated by Joshua Schmid about 4 years ago

  • Category set to cephadm
  • Target version set to v15.0.0
  • Source set to Development
Actions #2

Updated by Joshua Schmid about 4 years ago

It seems that db_devices are ignored whenever "paths" is used in the "data_devices" section.

Ignore that.

Actions #3

Updated by Sebastian Wagner almost 4 years ago

  • Category changed from cephadm to cephadm/osd
Actions #4

Updated by Joshua Schmid over 3 years ago

  • Status changed from New to Won't Fix
  • Priority changed from Normal to Low
  • Pull request ID set to 36543
Actions #5

Updated by Sebastian Wagner about 3 years ago

  • Related to Bug #46558: cephadm: paths attribute ignored for db_devices/wal_devices via OSD spec added
Actions

Also available in: Atom PDF