Project

General

Profile

Actions

Bug #9801

closed

ceph 0.80.7 build rpm packages in centos 7 error

Added by wei li over 9 years ago. Updated over 9 years ago.

Status:
Won't Fix
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

Description

ceph 0.80.7 build rpm packages in centos 7 error

Checking for unpackaged file(s): /home/liwei/rpmbuild/BUILDROOT/ceph-0.80.7-0.el7.x86_64
  warning: Installed (but unpackaged) file(s) found:
    /sbin/mkcephfs

I make this change, and build rpm packages succeeds.

--- ceph.spec.in.org    2014-10-17 21:14:27.366000000 +0800
+++ ceph.spec.in        2014-10-17 19:21:46.820000000 +0800
@@ -425,6 +425,11 @@
 %{_sbindir}/ceph-create-keys
 %{_sbindir}/rcceph
 %if 0%{?rhel} >= 7
+%{_sbindir}/mkcephfs
+%else
+/sbin/mkcephfs
+%endif
+%if 0%{?rhel} >= 7
 %{_sbindir}/mount.ceph
 %else
 /sbin/mount.ceph
 

Actions #1

Updated by Samuel Just over 9 years ago

  • Status changed from New to Won't Fix
Actions #2

Updated by Sage Weil over 9 years ago

mkcephfs is removed post-firefly anyway, ignore the warning

Actions

Also available in: Atom PDF