| Port details on branch 2020Q3 |
- ceph14 Ceph delivers object, block, and file storage in a unified system
- 14.2.11 net
=0 14.2.11Version of this port present on the latest quarterly branch. - Maintainer: wjw@digiware.nl
 - Port Added: 2020-08-17 20:19:17
- Last Update: 2020-08-17 20:19:12
- Commit Hash: 5290c24
- License: GPLv2 LGPL3
- WWW:
- https://ceph.com/
- Description:
- Ceph is a distributed object store and file system designed to provide
excellent performance, reliability and scalability.
* Object Storage
Ceph provides seamless access to objects using native language bindings or
radosgw, a REST interface for applications written with S3 and Swift.
* Block Storage
Ceph's RADOS Block Device (RBD) provides access to block device images
that are striped and replicated across the entire storage cluster.
* File System
Ceph provides a POSIX-compliant network file system aiming for large data
storage, high performance, and maximum compatibility with legacy applications.
This FreeBSD build will build most of the tools in Ceph:
* Mon, OSD, rados, RadosGW, rbd
* init-ceph, and etc/rc.d/ceph on top of that
* ceph-disk {prepare, activate}
With these tools one can build a multi server, multi osd cluster fully
running on FreeBSD and do some testing...
WWW: https://ceph.com/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/net/ceph14/ && make install clean
- To add the package, run one of these commands:
- pkg install net/ceph14
- pkg install ceph14
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ceph14
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1597409334
SHA256 (ceph-ceph-v14.2.11_GH0.tar.gz) = 45470f70befab52dbf143224e3e9bfc90870369ae9413677e79f387863e76a80
SIZE (ceph-ceph-v14.2.11_GH0.tar.gz) = 21948721
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- git : devel/git
- gperf : devel/gperf
- yasm : devel/yasm
- py37-sphinx>=0 : textproc/py-sphinx@py37
- libatomic_ops.a : devel/libatomic_ops
- ld : devel/binutils
- cmake : devel/cmake
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- cython-3.7 : lang/cython@py37
- python3.7 : lang/python37
- Runtime dependencies:
-
- bash : shells/bash
- flock : sysutils/flock
- jq : textproc/jq
- smartctl : sysutils/smartmontools
- xml : textproc/xmlstarlet
- getopt : misc/getopt
- py37-grpcio>=0 : devel/py-grpcio@py37
- py37-prettytable>=0 : devel/py-prettytable@py37
- py37-six>=0 : devel/py-six@py37
- py37-virtualenv>=0 : devel/py-virtualenv@py37
- py37-protobuf>=0 : devel/py-protobuf@py37
- py37-bcrypt>=0 : security/py-bcrypt@py37
- py37-openssl>=0 : security/py-openssl@py37
- py37-pyjwt>=0 : www/py-pyjwt@py37
- py37-werkzeug>=0 : www/py-werkzeug@py37
- py37-cherrypy>=0 : www/py-cherrypy@py37
- py37-pecan>=0 : www/py-pecan@py37
- py37-requests>=0 : www/py-requests@py37
- py37-routes>=0 : www/py-routes@py37
- python3.7 : lang/python37
- Library dependencies:
-
- libboost_python37.so : devel/boost-python-libs@py37
- libboost_thread.so : devel/boost-libs
- libleveldb.so : databases/leveldb
- libnss3.so : security/nss
- libcryptopp.so : security/cryptopp
- liboath.so : security/oath-toolkit
- libsnappy.so : archivers/snappy
- libcurl.so : ftp/curl
- libxml2.so : textproc/libxml2
- libexpat.so : textproc/expat2
- liblz4.so : archivers/liblz4
- libplds4.so : devel/nspr
- libtcmalloc.so : devel/google-perftools
- librabbitmq.so : net/rabbitmq-c
- libfmt.so : devel/libfmt
- libfuse.so : sysutils/fusefs-libs
- libintl.so : devel/gettext-runtime
- libldap-2.4.so.2 : net/openldap24-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_ceph14
- USES:
- cmake:noninja dos2unix fuse gettext-runtime gmake ncurses pkgconfig python:3.7+ shebangfix ssl
- pkg-message:
- For install:
- This package has installed ceph14, called nautilus.
It comes with a web based dashboard that cannot be build
into a package but will require the user to install it himself.
To install the dashboard, please execute:
sudo pkg install python2
sudo pkg install npm
cd ${LOCALBASE}/share/ceph/mgr/dashboard/frontend
chown -R ceph .
ls -asl /var/lib/ceph
chown -R ceph:ceph /var/lib/ceph
sudo -u ceph npm ci
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
14.2.11 17 Aug 2020 20:19:12
    |
Florian Smeets (flo)  |
MFH: r545185
Update to 14.2.11
Release info:
We're happy to announce the availability of the eleventh release in the
Nautilus series. This release brings a number of bugfixes across all
major components of Ceph. We recommend that all Nautilus users upgrade
to this release.
Notable Changes
---------------
* RGW: The `radosgw-admin` sub-commands dealing with orphans --
`radosgw-admin orphans find`, `radosgw-admin orphans finish`,
`radosgw-admin orphans list-jobs` -- have been deprecated. They (Only the first 15 lines of the commit message are shown above ) |
14.2.11 17 Aug 2020 20:19:12
  |
flo  |
MFH: r545185
Update to 14.2.11
Release info:
We're happy to announce the availability of the eleventh release in the
Nautilus series. This release brings a number of bugfixes across all
major components of Ceph. We recommend that all Nautilus users upgrade
to this release.
Notable Changes
---------------
* RGW: The `radosgw-admin` sub-commands dealing with orphans --
`radosgw-admin orphans find`, `radosgw-admin orphans finish`,
`radosgw-admin orphans list-jobs` -- have been deprecated. They (Only the first 15 lines of the commit message are shown above ) |