View | Details | Raw Unified | Return to bug 217046
Collapse All | Expand All

(-)GIDs (-1 / +1 lines)
Lines 108-114 _iked:*:163: Link Here
108
lightdm:*:164:
108
lightdm:*:164:
109
uwsgi:*:165:
109
uwsgi:*:165:
110
yule:*:166:
110
yule:*:166:
111
# free: 167
111
ceph:*:167:
112
# free: 168
112
# free: 168
113
# free: 169
113
# free: 169
114
tile38:*:170:
114
tile38:*:170:
(-)UIDs (-1 / +1 lines)
Lines 113-119 _iked:*:163:163::0:0:IKEv2 Daemon:/var/empty:/usr/ Link Here
113
lightdm:*:164:164::0:0:Light Display Manager:/var/lib/lightdm-data:/usr/sbin/nologin
113
lightdm:*:164:164::0:0:Light Display Manager:/var/lib/lightdm-data:/usr/sbin/nologin
114
uwsgi:*:165:165::0:0:uwsgi Daemon:/nonexistent:/usr/sbin/nologin
114
uwsgi:*:165:165::0:0:uwsgi Daemon:/nonexistent:/usr/sbin/nologin
115
yule:*:166:166::0:0:Samhain Daemon:/nonexistent:/usr/sbin/nologin
115
yule:*:166:166::0:0:Samhain Daemon:/nonexistent:/usr/sbin/nologin
116
# free: 167
116
ceph:*:167:167::0:0:Ceph Daemons:/var/lib/ceph:/usr/sbin/nologin
117
# free: 168
117
# free: 168
118
# free: 169
118
# free: 169
119
tile38:*:170:170::0:0:Tile38 User:/var/db/tile38:/usr/sbin/nologin
119
tile38:*:170:170::0:0:Tile38 User:/var/db/tile38:/usr/sbin/nologin
(-)net/Makefile (+1 lines)
Lines 67-72 Link Here
67
    SUBDIR += c3270
67
    SUBDIR += c3270
68
    SUBDIR += cagibi
68
    SUBDIR += cagibi
69
    SUBDIR += ccxstream
69
    SUBDIR += ccxstream
70
    SUBDIR += ceph-devel
70
    SUBDIR += cf
71
    SUBDIR += cf
71
    SUBDIR += chrony
72
    SUBDIR += chrony
72
    SUBDIR += citrix_ica
73
    SUBDIR += citrix_ica
(-)net/ceph-devel/Makefile (+121 lines)
Line 0 Link Here
1
# Created by: Willem Jan Withagen <wjw@digiware.nl>
2
# $FreeBSD$
3
4
PORTNAME=	ceph
5
DISTVERSION=	wip.v2017-2-14
6
CATEGORIES=	net
7
PKGNAMESUFFIX=	-devel
8
9
MAINTAINER=	wjw@digiware.nl
10
COMMENT=Ceph delivers object, block, and file storage in a unified system
11
12
LICENSE=	GPLv2 LGPL3
13
LICENSE_COMB=	dual
14
15
BUILD_DEPENDS=	\
16
	yasm:devel/yasm \
17
	pkgconf:devel/pkgconf \
18
	cython>=0.25.2:lang/cython \
19
	sphinx-build:textproc/py-sphinx \
20
	${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
21
LIB_DEPENDS=	\
22
	libboost_system.so:devel/boost-all \
23
	libboost_python.so:devel/boost-python-libs \
24
	libboost_thread.so:devel/boost-libs \
25
	libleveldb.so:databases/leveldb \
26
	libldap.so:net/openldap24-client \
27
	libnss3.so:security/nss \
28
	libcryptopp.so:security/cryptopp \
29
	libsnappy.so:archivers/snappy \
30
	libcurl.so:ftp/curl \
31
	libxml2.so:textproc/libxml2 \
32
	libexpat.so:textproc/expat2 \
33
	liblz4.so:archivers/liblz4 \
34
	libfcgi.so:www/fcgi \
35
	libplds4.so:devel/nspr \
36
	libtcmalloc.so:devel/google-perftools
37
RUN_DEPENDS=	\
38
	bash:shells/bash \
39
	${LOCALBASE}/bin/getopt:misc/getopt \
40
	xml:textproc/xmlstarlet \
41
	jq:textproc/jq \
42
	flock:sysutils/flock \
43
	virtualenv:devel/py-virtualenv
44
45
USE_GITHUB=	yes
46
GH_ACCOUNT=	wjwithagen:DEFAULT
47
GH_TUPLE+=	facebook:rocksdb:a0deec9:rocksdb/src/rocksdb
48
GH_TUPLE+=	ceph:ceph-erasure-code-corpus:b5c8634:cepherasurecodecorpus/ceph-erasure-code-corpus
49
GH_TUPLE+=	ceph:ceph-object-corpus:master:cephobjectcorpus/ceph-object-corpus
50
GH_TUPLE+=	ceph:civetweb:v1.5-1809-g7f9f5d1:civetweb/src/civetweb
51
GH_TUPLE+=	ceph:jerasure:v2-ceph:jerasure/src/erasure-code/jerasure/jerasure
52
GH_TUPLE+=	ceph:gf-complete:v3-ceph:gfcomplete/src/erasure-code/jerasure/gf-complete
53
GH_TUPLE+=	ceph:googletest:ceph-release-1.7.x:googletest/src/googletest
54
GH_TUPLE+=	ceph:spdk:v1.2.0-39-g9322c25:spdk/src/spdk
55
GH_TUPLE+=	ceph:xxHash:v0.5.1-2-g1f40c65:xxHash/src/xxHash
56
GH_TUPLE+=	ceph:isa-l:v2.16.0:isal/src/isa-l
57
GH_TUPLE+=	ceph:lua:lua-5.3-ceph:lua/src/lua
58
GH_TUPLE+=	ceph:Beast:999e2fa:Beast/src/Beast
59
GH_TUPLE+=	boostorg:boost:boost-1.61.0-275-g1790aff:boost/src/boost
60
GH_TUPLE+=	ceph:dpdk:a38e5ec:dpd/src/dpd
61
GH_TUPLE+=	facebook:zstd:v1.1.2:zstd/src/zstd
62
63
CMAKE_BUILD_TYPE=	Release
64
CMAKE_ARGS=	\
65
	-D ENABLE_GIT_VERSION:BOOL=OFF \
66
	-D WITH_SYSTEM_BOOST:BOOL=ON \
67
	-D WITH_LTTNG:BOOL=OFF \
68
	-D WITH_FUSE:BOOL=OFF \
69
	-D WITH_KRBD:BOOL=OFF \
70
	-D WITH_XFS:BOOL=OFF \
71
	-D WITH_KVS:BOOL=OFF \
72
	-D WITH_LIBCEPHFS:BOOL=OFF \
73
	-D WITH_CEPHFS:BOOL=OFF \
74
	-D WITH_EMBEDDED:BOOL=OFF
75
76
USES=	gmake cmake:outsource python:2.7 gettext-runtime shebangfix
77
SHEBANG_FILES=src/rbdmap src/ceph-post-file.in src/rbd-replay-many
78
79
# even though i386 will build, it is not really advised.
80
ONLY_FOR_ARCHS=	amd64
81
82
USE_RC_SUBR=	ceph
83
USE_LDCONFIG=	yes
84
85
USERS=		ceph
86
GROUPS=		ceph
87
88
pre-configure:
89
	${LN} -s ${CONFIGURE_WRKSRC} ${WRKSRC}/build
90
91
post-install:
92
	${MKDIR} ${STAGEDIR}${PREFIX}/etc/ceph
93
	${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-mds
94
	${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-osd
95
	${MKDIR} ${STAGEDIR}/var/lib/ceph/mds
96
	${MKDIR} ${STAGEDIR}/var/lib/ceph/mon
97
	${MKDIR} ${STAGEDIR}/var/lib/ceph/osd
98
	${MKDIR} ${STAGEDIR}/var/lib/ceph/tmp
99
	${MKDIR} ${STAGEDIR}/var/log/ceph
100
	# Use the Ceph init.d script as the interface to regular
101
	# starting and stopping deamons. rc.d work is done thru
102
	# a separate rc.d/ceph script calling init-ceph again.
103
	${MV} ${STAGEDIR}${PREFIX}/etc/init.d/ceph ${STAGEDIR}${PREFIX}/bin/init-ceph
104
	# remove files not packaged
105
	${RM} ${STAGEDIR}${DOCSDIR}/sample.fetch_config
106
	${RM} ${STAGEDIR}${DOCSDIR}/sample.ceph.conf
107
	${RMDIR} ${STAGEDIR}${DOCSDIR}
108
	${RM} ${STAGEDIR}${PREFIX}/bin/ceph_bench_log
109
	${RM} ${STAGEDIR}${PREFIX}/bin/ceph_multi_stress_watch
110
	${RM} ${STAGEDIR}${PREFIX}/bin/ceph_perf*
111
	${RM} ${STAGEDIR}${PREFIX}/bin/ceph_psim
112
	${RM} ${STAGEDIR}${PREFIX}/bin/ceph_scratchtoolpp
113
	${RM} ${STAGEDIR}${PREFIX}/bin/ceph_smalliobench*
114
	${RM} ${STAGEDIR}${PREFIX}/bin/ceph_test*
115
	${RM} ${STAGEDIR}${PREFIX}/bin/ceph_tpbench
116
	${RM} ${STAGEDIR}${PREFIX}/bin/ceph_xattr_bench
117
	${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-disk-udev
118
	${RMDIR} ${STAGEDIR}${PREFIX}/etc/init.d
119
	${INSTALL_DATA} ${WRKSRC}/src/sample.ceph.conf ${STAGEDIR}${PREFIX}/etc/ceph/ceph.conf.sample
120
121
.include <bsd.port.mk>
(-)net/ceph-devel/distinfo (+33 lines)
Line 0 Link Here
1
TIMESTAMP = 1489750630
2
SHA256 (wjwithagen-ceph-wip.v2017-2-14_GH0.tar.gz) = 5216c970e7c7f38595f3dc61bb4fdf9a999a5926c7e3b8760ce97bcca1155a0e
3
SIZE (wjwithagen-ceph-wip.v2017-2-14_GH0.tar.gz) = 9473554
4
SHA256 (facebook-rocksdb-a0deec9_GH0.tar.gz) = bd3803c476c088b68815d6627a9b81da5e2b6447f3590885434c73534b1df62e
5
SIZE (facebook-rocksdb-a0deec9_GH0.tar.gz) = 2911761
6
SHA256 (ceph-ceph-erasure-code-corpus-b5c8634_GH0.tar.gz) = 2b72364ebfd6ba53b187a4503cf416c7182d83e757bf24a1aa14c642bb9ca9ed
7
SIZE (ceph-ceph-erasure-code-corpus-b5c8634_GH0.tar.gz) = 3577946
8
SHA256 (ceph-ceph-object-corpus-master_GH0.tar.gz) = a10b7e6fae4e91341cffe5565c2ea8e0e960255a5a22050964ef83aa479af234
9
SIZE (ceph-ceph-object-corpus-master_GH0.tar.gz) = 1328378
10
SHA256 (ceph-civetweb-v1.5-1809-g7f9f5d1_GH0.tar.gz) = 5d08d3c7b8d09cb055e8e67df4c956e7292efb7ae556e03b6c1f0d9f4fa7fd82
11
SIZE (ceph-civetweb-v1.5-1809-g7f9f5d1_GH0.tar.gz) = 6850432
12
SHA256 (ceph-jerasure-v2-ceph_GH0.tar.gz) = 94421f7249fca91af9076fa4ca38f16829c00a1fd05846cc0e09188ab9421f91
13
SIZE (ceph-jerasure-v2-ceph_GH0.tar.gz) = 806304
14
SHA256 (ceph-gf-complete-v3-ceph_GH0.tar.gz) = 4ce344235ed0fcb2776dc0fbef55f8753638f1fabd65c9d2f22c8f071fe2e4ac
15
SIZE (ceph-gf-complete-v3-ceph_GH0.tar.gz) = 342277
16
SHA256 (ceph-googletest-ceph-release-1.7.x_GH0.tar.gz) = 4a70b3a6b1a92ba0f623a560c9d1cdc84b925bd90458e080ebc2c4100225d54e
17
SIZE (ceph-googletest-ceph-release-1.7.x_GH0.tar.gz) = 1281303
18
SHA256 (ceph-spdk-v1.2.0-39-g9322c25_GH0.tar.gz) = 0730eb63fbc7d61e213aeb95f4def48525c7ec01fcf36aee1b3cce044e77447d
19
SIZE (ceph-spdk-v1.2.0-39-g9322c25_GH0.tar.gz) = 162759
20
SHA256 (ceph-xxHash-v0.5.1-2-g1f40c65_GH0.tar.gz) = bd0de02be53b8019f5844776a534439bee0b1f982cb1e8af4fae79f78cfb0924
21
SIZE (ceph-xxHash-v0.5.1-2-g1f40c65_GH0.tar.gz) = 25494
22
SHA256 (ceph-isa-l-v2.16.0_GH0.tar.gz) = 6fab1d920db76dc58f43df09020b0e8a1e08e455962dfb4dde111ea697ab8845
23
SIZE (ceph-isa-l-v2.16.0_GH0.tar.gz) = 364853
24
SHA256 (ceph-lua-lua-5.3-ceph_GH0.tar.gz) = 33ce7f79ea3dd1389b48cdcd6d8750fc9977994ea423f4a56f184affad1707be
25
SIZE (ceph-lua-lua-5.3-ceph_GH0.tar.gz) = 366804
26
SHA256 (ceph-Beast-999e2fa_GH0.tar.gz) = f3ac9a1c891b138e68137c0a1a2b37befa09b53f7e551f6ebb67fa8ed9b792f4
27
SIZE (ceph-Beast-999e2fa_GH0.tar.gz) = 521462
28
SHA256 (boostorg-boost-boost-1.61.0-275-g1790aff_GH0.tar.gz) = 22d2d0fcb83044a185ee0c1d009dd9eb43bf340c0d25432df4e889bdd67f2445
29
SIZE (boostorg-boost-boost-1.61.0-275-g1790aff_GH0.tar.gz) = 1096867
30
SHA256 (ceph-dpdk-a38e5ec_GH0.tar.gz) = 2f88c1e6361c99b4525dbc524c0c56cb5a45273028045d966190e73c416a0b24
31
SIZE (ceph-dpdk-a38e5ec_GH0.tar.gz) = 16158917
32
SHA256 (facebook-zstd-v1.1.2_GH0.tar.gz) = 980b8febb0118e22f6ed70d23b5b3e600995dbf7489c1f6d6122c1411cdda8d8
33
SIZE (facebook-zstd-v1.1.2_GH0.tar.gz) = 769017
(-)net/ceph-devel/files/ceph.in (+54 lines)
Line 0 Link Here
1
#!/bin/sh
2
#
3
# $FreeBSD$
4
#
5
6
# PROVIDE: ceph
7
# REQUIRE: LOGIN
8
# BEFORE:  securelevel
9
# KEYWORD: shutdown
10
11
# Add the following lines to /etc/rc.conf to enable `ceph':
12
#
13
# ceph_enable="YES"
14
#
15
16
. /etc/rc.subr
17
18
PATH=$PATH:%%PREFIX%%/bin:%%PREFIX%%/sbin
19
20
name="ceph"
21
rcvar=ceph_enable
22
extra_commands="condrestart"
23
24
# read configuration and set defaults
25
: ${ceph_enable="NO"}
26
: ${ceph_configfile:=%%PREFIX%%/etc/ceph/ceph.conf}
27
28
start_cmd="cephstart_cmd"
29
stop_cmd="cephstop_cmd"
30
restart_cmd="cephrestart_cmd"
31
condrestart_cmd="cephcondrestart_cmd"
32
33
cephstart_cmd()
34
{ 
35
    %%PREFIX%%/bin/init-ceph start $* 
36
}
37
38
cephstop_cmd()
39
{ 
40
    %%PREFIX%%/bin/init-ceph stop $* 
41
}
42
43
cephrestart_cmd()
44
{ 
45
    %%PREFIX%%/bin/init-ceph restart $* 
46
}
47
48
cephcondrestart_cmd()
49
{ 
50
    %%PREFIX%%/bin/init-ceph condrestart $* 
51
}
52
53
run_rc_command "$1"
54
(-)net/ceph-devel/files/patch-src_rocksdb_CMakeLists.txt (+10 lines)
Line 0 Link Here
1
--- src/rocksdb/CMakeLists.txt.orig	2016-11-21 02:24:12 UTC
2
+++ src/rocksdb/CMakeLists.txt
3
@@ -45,7 +45,6 @@ else()
4
   endif()
5
   if(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
6
     # FreeBSD has jemaloc as default malloc
7
-    add_definitions(-DROCKSDB_JEMALLOC)
8
     set(WITH_JEMALLOC ON)
9
   endif()  
10
   option(WITH_SNAPPY "build with SNAPPY" OFF)
(-)net/ceph-devel/pkg-descr (+21 lines)
Line 0 Link Here
1
Ceph is a distributed object store and file system designed to provide
2
excellent performance, reliability and scalability.
3
4
* Object Storage
5
  Ceph provides seamless access to objects using native language bindings or 
6
  radosgw, a REST interface for applications written with S3 and Swift.
7
* Block Storage
8
  Ceph's RADOS Block Device (RBD) provides access to block device images
9
  that are striped and replicated across the entire storage cluster.
10
* File System
11
  Ceph provides a POSIX-compliant network file system aiming for large data
12
  storage, high performance, and maximum compatibility with legacy applications.
13
14
This FreeBSD build will build most of the tools in Ceph:
15
* Mon, OSD, rados, RadosGW, rbd
16
* init-ceph, and etc/rc.d/ceph on top of that
17
* ceph-disk {prepare, activate}
18
With these tools one can build a multi server, multi osd cluster fully 
19
running on FreeBSD and do some testing...
20
21
WWW: http://ceph.com
(-)net/ceph-devel/pkg-plist (+283 lines)
Line 0 Link Here
1
bin/ceph
2
bin/ceph-authtool
3
bin/ceph-brag
4
bin/ceph-clsinfo
5
bin/ceph-conf
6
bin/ceph-coverage
7
bin/ceph-crush-location
8
bin/ceph-debugpack
9
bin/ceph-dencoder
10
bin/ceph-detect-init
11
bin/ceph-kvstore-tool
12
bin/ceph-mds
13
bin/ceph-mgr
14
bin/ceph-mon
15
bin/ceph-monstore-tool
16
bin/ceph-objectstore-tool
17
bin/ceph-osd
18
bin/ceph-osdomap-tool
19
bin/ceph-post-file
20
bin/ceph-rbdnamer
21
bin/ceph-rest-api
22
bin/ceph-run
23
bin/ceph_erasure_code
24
bin/ceph_erasure_code_benchmark
25
bin/ceph_objectstore_bench
26
bin/ceph_omapbench
27
bin/ceph_radosacl
28
bin/ceph_rgw_jsonparser
29
bin/ceph_rgw_multiparser
30
bin/ceph_scratchtool
31
bin/crushtool
32
bin/init-ceph
33
bin/librados-config
34
bin/monmaptool
35
bin/osdmaptool
36
bin/rados
37
bin/radosgw
38
bin/radosgw-admin
39
bin/radosgw-object-expirer
40
bin/radosgw-token
41
bin/rbd
42
bin/rbd-mirror
43
bin/rbd-replay
44
bin/rbd-replay-many
45
bin/rbdmap
46
etc/bash_completion.d/ceph
47
etc/bash_completion.d/rados
48
etc/bash_completion.d/radosgw-admin
49
etc/bash_completion.d/rbd
50
%%ETCDIR%%/ceph.conf.sample
51
include/rados/buffer.h
52
include/rados/buffer_fwd.h
53
include/rados/crc32c.h
54
include/rados/inline_memory.h
55
include/rados/librados.h
56
include/rados/librados.hpp
57
include/rados/librgw.h
58
include/rados/memory.h
59
include/rados/page.h
60
include/rados/rados_types.h
61
include/rados/rados_types.hpp
62
include/rados/rgw_file.h
63
include/radosstriper/libradosstriper.h
64
include/radosstriper/libradosstriper.hpp
65
include/rbd/features.h
66
include/rbd/librbd.h
67
include/rbd/librbd.hpp
68
lib/ceph/ceph-monstore-update-crush.sh
69
lib/ceph/compressor/libceph_snappy.so
70
lib/ceph/compressor/libceph_snappy.so.2
71
lib/ceph/compressor/libceph_snappy.so.2.0.0
72
lib/ceph/compressor/libceph_zlib.so
73
lib/ceph/compressor/libceph_zlib.so.2
74
lib/ceph/compressor/libceph_zlib.so.2.0.0
75
lib/ceph/compressor/libceph_zstd.so
76
lib/ceph/compressor/libceph_zstd.so.2
77
lib/ceph/compressor/libceph_zstd.so.2.0.0
78
lib/ceph/erasure-code/libec_isa.so
79
lib/ceph/erasure-code/libec_isa.so.2
80
lib/ceph/erasure-code/libec_isa.so.2.14.0
81
lib/ceph/erasure-code/libec_jerasure.so
82
lib/ceph/erasure-code/libec_jerasure_generic.so
83
lib/ceph/erasure-code/libec_jerasure_sse3.so
84
lib/ceph/erasure-code/libec_jerasure_sse4.so
85
lib/ceph/erasure-code/libec_lrc.so
86
lib/ceph/erasure-code/libec_shec.so
87
lib/ceph/erasure-code/libec_shec_generic.so
88
lib/ceph/erasure-code/libec_shec_sse3.so
89
lib/ceph/erasure-code/libec_shec_sse4.so
90
lib/ceph/libceph-common.so
91
lib/ceph/mgr/.gitignore
92
lib/ceph/mgr/fsstatus/__init__.py
93
lib/ceph/mgr/fsstatus/module.py
94
lib/ceph/mgr/mgr_module.py
95
lib/ceph/mgr/rest/__init__.py
96
lib/ceph/mgr/rest/app/__init__.py
97
lib/ceph/mgr/rest/app/fixtures/ceph_fake.json
98
lib/ceph/mgr/rest/app/management/__init__.py
99
lib/ceph/mgr/rest/app/management/commands/__init__.py
100
lib/ceph/mgr/rest/app/management/commands/api_docs.py
101
lib/ceph/mgr/rest/app/manager/__init__.py
102
lib/ceph/mgr/rest/app/manager/osd_request_factory.py
103
lib/ceph/mgr/rest/app/manager/pool_request_factory.py
104
lib/ceph/mgr/rest/app/manager/request_collection.py
105
lib/ceph/mgr/rest/app/manager/request_factory.py
106
lib/ceph/mgr/rest/app/manager/user_request.py
107
lib/ceph/mgr/rest/app/models.py
108
lib/ceph/mgr/rest/app/serializers/__init__.py
109
lib/ceph/mgr/rest/app/serializers/fields.py
110
lib/ceph/mgr/rest/app/serializers/v2.py
111
lib/ceph/mgr/rest/app/settings.py
112
lib/ceph/mgr/rest/app/types.py
113
lib/ceph/mgr/rest/app/urls/__init__.py
114
lib/ceph/mgr/rest/app/urls/v2.py
115
lib/ceph/mgr/rest/app/util.py
116
lib/ceph/mgr/rest/app/views/__init__.py
117
lib/ceph/mgr/rest/app/views/paginated_mixin.py
118
lib/ceph/mgr/rest/app/views/rpc_view.py
119
lib/ceph/mgr/rest/app/views/v2.py
120
lib/ceph/mgr/rest/logger.py
121
lib/ceph/mgr/rest/module.py
122
lib/librados.so
123
lib/librados.so.2
124
lib/librados.so.2.0.0
125
lib/libradosstriper.so
126
lib/libradosstriper.so.1
127
lib/libradosstriper.so.1.0.0
128
lib/librbd.so
129
lib/librbd.so.1
130
lib/librbd.so.1.0.0
131
lib/librgw.so
132
lib/librgw.so.2
133
lib/librgw.so.2.0.0
134
%%PYTHON_SITELIBDIR%%/ceph_argparse.py
135
%%PYTHON_SITELIBDIR%%/ceph_daemon.py
136
%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/PKG-INFO
137
%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/SOURCES.txt
138
%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/dependency_links.txt
139
%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/entry_points.txt
140
%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/requires.txt
141
%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/top_level.txt
142
%%PYTHON_SITELIBDIR%%/ceph_detect_init/__init__.py
143
%%PYTHON_SITELIBDIR%%/ceph_detect_init/__init__.pyc
144
%%PYTHON_SITELIBDIR%%/ceph_detect_init/alpine/__init__.py
145
%%PYTHON_SITELIBDIR%%/ceph_detect_init/alpine/__init__.pyc
146
%%PYTHON_SITELIBDIR%%/ceph_detect_init/arch/__init__.py
147
%%PYTHON_SITELIBDIR%%/ceph_detect_init/arch/__init__.pyc
148
%%PYTHON_SITELIBDIR%%/ceph_detect_init/centos/__init__.py
149
%%PYTHON_SITELIBDIR%%/ceph_detect_init/centos/__init__.pyc
150
%%PYTHON_SITELIBDIR%%/ceph_detect_init/debian/__init__.py
151
%%PYTHON_SITELIBDIR%%/ceph_detect_init/debian/__init__.pyc
152
%%PYTHON_SITELIBDIR%%/ceph_detect_init/exc.py
153
%%PYTHON_SITELIBDIR%%/ceph_detect_init/exc.pyc
154
%%PYTHON_SITELIBDIR%%/ceph_detect_init/fedora/__init__.py
155
%%PYTHON_SITELIBDIR%%/ceph_detect_init/fedora/__init__.pyc
156
%%PYTHON_SITELIBDIR%%/ceph_detect_init/freebsd/__init__.py
157
%%PYTHON_SITELIBDIR%%/ceph_detect_init/freebsd/__init__.pyc
158
%%PYTHON_SITELIBDIR%%/ceph_detect_init/gentoo/__init__.py
159
%%PYTHON_SITELIBDIR%%/ceph_detect_init/gentoo/__init__.pyc
160
%%PYTHON_SITELIBDIR%%/ceph_detect_init/main.py
161
%%PYTHON_SITELIBDIR%%/ceph_detect_init/main.pyc
162
%%PYTHON_SITELIBDIR%%/ceph_detect_init/rhel/__init__.py
163
%%PYTHON_SITELIBDIR%%/ceph_detect_init/rhel/__init__.pyc
164
%%PYTHON_SITELIBDIR%%/ceph_detect_init/suse/__init__.py
165
%%PYTHON_SITELIBDIR%%/ceph_detect_init/suse/__init__.pyc
166
%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO
167
%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt
168
%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt
169
%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/entry_points.txt
170
%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/requires.txt
171
%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt
172
%%PYTHON_SITELIBDIR%%/ceph_disk/__init__.py
173
%%PYTHON_SITELIBDIR%%/ceph_disk/__init__.pyc
174
%%PYTHON_SITELIBDIR%%/ceph_disk/main.py
175
%%PYTHON_SITELIBDIR%%/ceph_disk/main.pyc
176
%%PYTHON_SITELIBDIR%%/ceph_rest_api.py
177
%%PYTHON_SITELIBDIR%%/ceph_volume_client.py
178
%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO
179
%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt
180
%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt
181
%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt
182
%%PYTHON_SITELIBDIR%%/rados.so
183
%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO
184
%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt
185
%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt
186
%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt
187
%%PYTHON_SITELIBDIR%%/rbd.so
188
%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO
189
%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt
190
%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt
191
%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt
192
%%PYTHON_SITELIBDIR%%/rgw.so
193
lib/rados-classes/libcls_hello.so
194
lib/rados-classes/libcls_hello.so.1
195
lib/rados-classes/libcls_hello.so.1.0.0
196
lib/rados-classes/libcls_journal.so
197
lib/rados-classes/libcls_journal.so.1
198
lib/rados-classes/libcls_journal.so.1.0.0
199
lib/rados-classes/libcls_lock.so
200
lib/rados-classes/libcls_lock.so.1
201
lib/rados-classes/libcls_lock.so.1.0.0
202
lib/rados-classes/libcls_log.so
203
lib/rados-classes/libcls_log.so.1
204
lib/rados-classes/libcls_log.so.1.0.0
205
lib/rados-classes/libcls_lua.so
206
lib/rados-classes/libcls_lua.so.1
207
lib/rados-classes/libcls_lua.so.1.0.0
208
lib/rados-classes/libcls_numops.so
209
lib/rados-classes/libcls_numops.so.1
210
lib/rados-classes/libcls_numops.so.1.0.0
211
lib/rados-classes/libcls_rbd.so
212
lib/rados-classes/libcls_rbd.so.1
213
lib/rados-classes/libcls_rbd.so.1.0.0
214
lib/rados-classes/libcls_refcount.so
215
lib/rados-classes/libcls_refcount.so.1
216
lib/rados-classes/libcls_refcount.so.1.0.0
217
lib/rados-classes/libcls_replica_log.so
218
lib/rados-classes/libcls_replica_log.so.1
219
lib/rados-classes/libcls_replica_log.so.1.0.0
220
lib/rados-classes/libcls_rgw.so
221
lib/rados-classes/libcls_rgw.so.1
222
lib/rados-classes/libcls_rgw.so.1.0.0
223
lib/rados-classes/libcls_statelog.so
224
lib/rados-classes/libcls_statelog.so.1
225
lib/rados-classes/libcls_statelog.so.1.0.0
226
lib/rados-classes/libcls_timeindex.so
227
lib/rados-classes/libcls_timeindex.so.1
228
lib/rados-classes/libcls_timeindex.so.1.0.0
229
lib/rados-classes/libcls_user.so
230
lib/rados-classes/libcls_user.so.1
231
lib/rados-classes/libcls_user.so.1.0.0
232
lib/rados-classes/libcls_version.so
233
lib/rados-classes/libcls_version.so.1
234
lib/rados-classes/libcls_version.so.1.0.0
235
libexec/ceph/ceph-osd-prestart.sh
236
libexec/ceph/ceph_common.sh
237
man/man8/ceph-authtool.8.gz
238
man/man8/ceph-clsinfo.8.gz
239
man/man8/ceph-conf.8.gz
240
man/man8/ceph-create-keys.8.gz
241
man/man8/ceph-debugpack.8.gz
242
man/man8/ceph-dencoder.8.gz
243
man/man8/ceph-deploy.8.gz
244
man/man8/ceph-detect-init.8.gz
245
man/man8/ceph-disk.8.gz
246
man/man8/ceph-mds.8.gz
247
man/man8/ceph-mon.8.gz
248
man/man8/ceph-osd.8.gz
249
man/man8/ceph-post-file.8.gz
250
man/man8/ceph-rbdnamer.8.gz
251
man/man8/ceph-rest-api.8.gz
252
man/man8/ceph-run.8.gz
253
man/man8/ceph-syn.8.gz
254
man/man8/ceph.8.gz
255
man/man8/crushtool.8.gz
256
man/man8/librados-config.8.gz
257
man/man8/monmaptool.8.gz
258
man/man8/mount.ceph.8.gz
259
man/man8/osdmaptool.8.gz
260
man/man8/rados.8.gz
261
man/man8/radosgw-admin.8.gz
262
man/man8/radosgw.8.gz
263
man/man8/rbd-mirror.8.gz
264
man/man8/rbd-nbd.8.gz
265
man/man8/rbd-replay-many.8.gz
266
man/man8/rbd-replay-prep.8.gz
267
man/man8/rbd-replay.8.gz
268
man/man8/rbd.8.gz
269
man/man8/rbdmap.8.gz
270
sbin/ceph-create-keys
271
sbin/ceph-disk
272
%%DATADIR%%/id_rsa_drop.ceph.com
273
%%DATADIR%%/id_rsa_drop.ceph.com.pub
274
%%DATADIR%%/known_hosts_drop.ceph.com
275
@dir /var/lib/ceph/bootstrap-mds
276
@dir /var/lib/ceph/bootstrap-osd
277
@dir /var/lib/ceph/mds
278
@dir /var/lib/ceph/mon
279
@dir /var/lib/ceph/osd
280
@dir /var/lib/ceph/tmp
281
@dir /var/lib/ceph
282
@dir /var/lib
283
@dir /var/log/ceph

Return to bug 217046