gentoo-overlay/sys-cluster/ceph/files
2015-12-23 15:17:50 +03:00
..
ceph-0.79-libzfs.patch Sync with portage [Fri Apr 18 12:35:41 MSK 2014]. 2014-04-18 12:35:42 +04:00
ceph-0.80.10-cpp-backport.patch Sync with portage [Wed Aug 5 10:58:01 MSK 2015]. 2015-08-05 10:58:01 +03:00
ceph-mds_at.service Sync with portage [Wed Dec 23 15:17:49 MSK 2015]. 2015-12-23 15:17:50 +03:00
ceph-mds_at.service.conf Sync with portage [Sun Aug 9 09:03:19 MSK 2015]. 2015-08-09 09:03:19 +03:00
ceph-mon_at.service Sync with portage [Wed Dec 23 15:17:49 MSK 2015]. 2015-12-23 15:17:50 +03:00
ceph-mon_at.service.conf Sync with portage [Sun Aug 9 09:03:19 MSK 2015]. 2015-08-09 09:03:19 +03:00
ceph-osd_at.service Sync with portage [Wed Dec 23 15:17:49 MSK 2015]. 2015-12-23 15:17:50 +03:00
ceph-osd_at.service.conf Sync with portage [Sun Aug 9 09:03:19 MSK 2015]. 2015-08-09 09:03:19 +03:00
ceph.confd-r1 Sync with portage [Wed May 21 13:43:23 MSK 2014]. 2014-05-21 13:43:24 +04:00
ceph.initd-r1 Sync with portage [Mon Dec 21 17:28:30 MSK 2015]. 2015-12-21 17:28:30 +03:00
ceph.logrotate Sync with portage [Mon Mar 2 18:30:49 MSK 2015]. 2015-03-02 18:30:49 +03:00
ceph.target Sync with portage [Sun Aug 9 09:03:19 MSK 2015]. 2015-08-09 09:03:19 +03:00
rbdmap.initd Sync with portage [Thu Aug 6 08:59:27 MSK 2015]. 2015-08-06 08:59:27 +03:00
README.gentoo Sync with portage [Mon Dec 21 17:28:30 MSK 2015]. 2015-12-21 17:28:30 +03:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1) We'd suggest you to install following packages
   sys-block/parted		to manage disk partions
   sys-fs/btrfs-progs	to use btrfs filesytem
   sys-fs/cryptsetup		to use encrypted devices with dm-crypt

2) To start several daemons of one specific type, create your own scripts
   cd /etc/init.d
   for dmn in mds.a mon.a osd.0 osd.1 osd.2; do
     ln -s ceph ceph-${dmn};
     rc-update add ceph-${dmn} default;
   done

3) If you spread ceph daemons over several different machines,
 We'd highly recommend you to start ntp-client to keep the system time sync.
 Try to choose one of following ntp client to install and add into runlevel.
   net-misc/ntp
   net-misc/openntpd
   net-misc/chrony

4) Starting from version 9.0.x, Ceph daemons run as ceph user instead root.
   In order to fix this, we suggest to stop ceph daemons, and fix ownership

    chown -R ceph:ceph /var/lib/ceph

    https://ceph.com/releases/v9-2-0-infernalis-released/