Project

General

Profile

Actions

Backport #47544

closed

nautilus: add missing device health dependencies to rpm and deb

Added by Nathan Cutler over 3 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Release:
nautilus
Pull request ID:
Crash signature (v1):
Crash signature (v2):


Related issues 1 (0 open1 closed)

Copied from Ceph - Fix #47479: add missing device health dependencies to rpm and debResolvedYaarit Hatuka

Actions
Actions #1

Updated by Nathan Cutler over 3 years ago

  • Copied from Fix #47479: add missing device health dependencies to rpm and deb added
Actions #2

Updated by Yaarit Hatuka over 3 years ago

Regarding Nautilus backport:

Please do not include the new smartmontools and nvme-cli dependencies for ceph-mon.

That is both in ceph.spec.in, and in debian/control.

So the dependencies should be backported only for OSD packages:

In ceph.spec.in under %package osd include:

%if 0%{?weak_deps}
Recommends:    nvme-cli
Recommends:    smartmontools
%endif

In debian/control, under Package: ceph-osd, include:

Recommends: nvme-cli,
            smartmontools,

That's because in Nautilus we do not scrape the health metrics of mon devices, please see:
https://github.com/ceph/ceph/pull/31446/commits/d592e56e74d94c6a05b9240fcb0031868acefbab

Actions #3

Updated by Nathan Cutler over 3 years ago

  • Status changed from New to Need More Info
  • Assignee set to Yaarit Hatuka
Actions #4

Updated by Yaarit Hatuka over 3 years ago

  • Status changed from Need More Info to In Progress
Actions #5

Updated by Yuri Weinstein over 3 years ago

Yaarit Hatuka wrote:

https://github.com/ceph/ceph/pull/37288

merged

Actions #6

Updated by Nathan Cutler over 3 years ago

  • Description updated (diff)
  • Status changed from In Progress to Resolved
  • Target version set to v14.2.12

This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37288
merge commit 24677eb1bf69c17118ddb8657054487f116ced64 (v14.2.11-225-g24677eb1bf)

Actions

Also available in: Atom PDF