Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 40180d61e7 | |||
| 8d7cd94689 | |||
| ae54f50589 | |||
| d5d844e547 | |||
| e54974a235 | |||
| 0f382eb9c9 | |||
| b81df99ea4 | |||
| 454fb3d60d | |||
| 897c4bbb15 | |||
| dc4aea2520 | |||
| e2514bc7b0 | |||
| 768e30a6d6 | |||
| 38d866465a | |||
| 4e33e003a1 | |||
| bb9f0b064d | |||
| a7086b93e9 | |||
| d2d8b52247 | |||
| da844afb90 |
@@ -1,2 +0,0 @@
|
||||
ceph-*.tar.*
|
||||
*.src.rpm
|
||||
@@ -1,13 +0,0 @@
|
||||
--- ceph-0.80.5/src/perfglue/heap_profiler.cc.orig 2014-08-15 16:05:00.161794290 +0200
|
||||
+++ ceph-0.80.5/src/perfglue/heap_profiler.cc 2014-08-15 16:05:04.691794305 +0200
|
||||
@@ -12,8 +12,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
-#include <google/heap-profiler.h>
|
||||
-#include <google/malloc_extension.h>
|
||||
+#include <gperftools/heap-profiler.h>
|
||||
+#include <gperftools/malloc_extension.h>
|
||||
#include "heap_profiler.h"
|
||||
#include "common/environment.h"
|
||||
#include "common/LogClient.h"
|
||||
@@ -1,11 +0,0 @@
|
||||
--- ceph-0.80.5/src/test/Makefile.am.orig 2014-08-15 16:30:18.831799418 +0200
|
||||
+++ ceph-0.80.5/src/test/Makefile.am 2014-08-15 16:23:17.758464663 +0200
|
||||
@@ -642,7 +642,7 @@ bin_DEBUGPROGRAMS += ceph_test_librbd
|
||||
if LINUX
|
||||
ceph_test_librbd_fsx_SOURCES = test/librbd/fsx.c
|
||||
ceph_test_librbd_fsx_LDADD = $(LIBRBD) $(LIBRADOS) -lm
|
||||
-ceph_test_librbd_fsx_CFLAGS = ${AM_CFLAGS} -Wno-format
|
||||
+ceph_test_librbd_fsx_CFLAGS = ${AM_CFLAGS}
|
||||
bin_DEBUGPROGRAMS += ceph_test_librbd_fsx
|
||||
endif
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
outdated version, no longer supported on el6, obsoleted by packages for el7 in CentOS Storage SIG
|
||||
Reference in New Issue
Block a user