Project

General

Profile

Actions

Bug #15587

closed

deb: wrong /etc/default/ceph/ceph location

Added by alexandre derumier about 8 years ago. Updated almost 8 years ago.

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

0%

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

Description

debian rules file is wrong, it's create a /etc/default/ceph directory with a /etc/default/ceph/ceph file.

the correct path (used by systemd and init script) is /etc/default/ceph

--- a/debian/rules
+++ b/debian/rules

- install d -m0755 debian/ceph-common/etc/default/ceph
install -m0644 etc/default/ceph debian/ceph-common/etc/default/ceph
+ install -d -m0755 debian/ceph-common/etc/default
+ install -m0644 etc/default/ceph debian/ceph-common/etc/default/

Actions #2

Updated by Kefu Chai almost 8 years ago

  • Status changed from New to Fix Under Review
  • Backport set to jewel
Actions #3

Updated by Nathan Cutler almost 8 years ago

  • Project changed from Ceph to devops
  • Subject changed from jewel: debian package: wrong /etc/default/ceph/ceph location to deb: wrong /etc/default/ceph/ceph location
Actions #4

Updated by Sage Weil almost 8 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF