| Port details on branch 2022Q2 | 
	| 
 ceph14 Ceph delivers object, block, and file storage in a unified system
 14.2.22_4 net  =0          14.2.22_4Version of this port present on the latest quarterly branch.Maintainer: wjw@digiware.nl Port Added: 2022-04-24 04:16:20Last Update: 2022-04-10 19:47:23Commit Hash: 035e778License: GPLv2 LGPL3WWW: 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-plistUSE_RC_SUBR (Service Scripts)
no SUBR information found for this portDependency lines:
Conflicts:CONFLICTS_INSTALL:
To install the port: cd /usr/ports/net/ceph14/ && make install cleanTo add the package, run one of these commands:NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.pkg install net/ceph14pkg install ceph14
PKGNAME: ceph14Flavors: there is no flavor information for this port.ONLY_FOR_ARCHS: amd64 powerpc64 powerpc64ledistinfo:TIMESTAMP = 1638610434
SHA256 (ceph-ceph-v14.2.22_GH0.tar.gz) = 28529ed7dad98a94236563d31d019a4cf17eafc5350d2821a9422d4983ecfdf2
SIZE (ceph-ceph-v14.2.22_GH0.tar.gz) = 21986508 
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:  
DependenciesNOTE: FreshPorts displays only information on required and default dependencies.  Optional dependencies are not covered.Build dependencies:
bash : shells/bashgit : devel/gitgperf : devel/gperfyasm : devel/yasmpy38-sphinx>=2.1.2,1 : textproc/py-sphinx@py38libatomic_ops.a : devel/libatomic_opsld : devel/binutilscmake : devel/cmakegmake>=4.3 : devel/gmakepkgconf>=1.3.0_1 : devel/pkgconfcython-3.8 : lang/cython@py38python3.8 : lang/python38
Runtime dependencies:
bash : shells/bashflock : sysutils/flockjq : textproc/jqsmartctl : sysutils/smartmontoolsxml : textproc/xmlstarletgetopt : misc/getoptpy38-grpcio>=0 : devel/py-grpcio@py38py38-prettytable>=0 : devel/py-prettytable@py38py38-six>=0 : devel/py-six@py38py38-virtualenv>=0 : devel/py-virtualenv@py38py38-protobuf>=0 : devel/py-protobuf@py38py38-yaml>=0 : devel/py-yaml@py38py38-bcrypt>=0 : security/py-bcrypt@py38py38-openssl>=0 : security/py-openssl@py38py38-pyjwt1>=0 : www/py-pyjwt1@py38py38-werkzeug>=0 : www/py-werkzeug@py38py38-cherrypy>=0 : www/py-cherrypy@py38py38-pecan>=0 : www/py-pecan@py38py38-requests>=0 : www/py-requests@py38py38-routes>=0 : www/py-routes@py38python3.8 : lang/python38
Library dependencies:
libboost_python38.so : devel/boost-python-libs@py38libboost_thread.so : devel/boost-libslibnss3.so : security/nsslibcryptopp.so : security/cryptoppliboath.so : security/oath-toolkitlibsnappy.so : archivers/snappylibcurl.so : ftp/curllibxml2.so : textproc/libxml2libexpat.so : textproc/expat2liblz4.so : archivers/liblz4libplds4.so : devel/nsprlibtcmalloc.so : devel/google-perftoolslibrabbitmq.so : net/rabbitmq-clibfmt.so : devel/libfmtlibfuse.so : sysutils/fusefs-libslibintl.so : devel/gettext-runtimelibreadline.so.8 : devel/readlinelibldap-2.4.so.2 : net/openldap24-client
There are no ports dependent upon this portConfiguration Options:
===> The following configuration options are available for ceph14-14.2.22_4:
     TESTS=off: Build test/debug tools
===> Use 'make config' to modify these settingsOptions name:net_ceph14USES:cmake:noninja compiler:c++17-lang cpe dos2unix fuse gettext-runtime gmake ncurses  pkgconfig python:3.8-3.9 readline shebangfix sslpkg-message:For install:This package has installed ceph14, called nautilus.
To be able to run Ceph, the following setup changes are needed:
 - Mount linux compat filesystem, add to /etc/fstab:
   # required by ceph
   linprocfs   /compat/linux/proc      linprocfs rw            0       0
   linsysfs    /compat/linux/sys       linsysfs  rw            0       0
   fdescfs     /compat/linux/dev/fd    fdescfs rw,linrdlnk     0       0
 - Shorten the WAIT2 time for TCP teardown
   echo "net.inet.tcp.msl=3000" >> /etc/sysctl.conf
Ceph comes with a web based dashboard that cannot be build 
into a packagei. But the user can it himselfi from a ready-made RPM.
To install the dashboard, please execute (as root):
    mkdir -p /usr/local/share/ceph/mgr/dashboard
    pkg install rpm2cpio
    cd /tmp
    fetch http://download.ceph.com/rpm-nautilus/el8/noarch/ceph-mgr-dashboard-14.2.22-0.el8.noarch.rpm
    rpm2cpio ./ceph-mgr-dashboard-${DISTVERSION}-0.el8.noarch.rpm | cpio -divm 
    cd /tmp/usr/share/ceph/mgr/dashboard
    rsync -vra . /usr/local/share/ceph/mgr/dashboard/
    chown -R ceph:ceph /usr/local/share/ceph/mgr/dashboard/
    chown -R ceph:ceph /var/lib/ceph /var/run/ceph /var/log/ceph 
Master Sites: |