gentoo-full-overlay/sys-cluster/ceph/files
2015-08-09 09:09:48 +03:00
..
ceph-0.79-libzfs.patch Sync with portage [Fri Apr 18 12:36:26 MSK 2014]. 2014-04-18 12:36:27 +04:00
ceph-0.80.10-cpp-backport.patch Sync with portage [Wed Aug 5 11:05:33 MSK 2015]. 2015-08-05 11:05:35 +03:00
ceph-0.87.1-glibc-2.20.patch Sync with portage [Fri Mar 6 09:57:06 MSK 2015]. 2015-03-06 09:57:07 +03:00
ceph-fix-gnustack.patch Sync with portage [Thu Feb 20 16:23:54 MSK 2014]. 2014-02-20 16:23:56 +04:00
ceph-mds_at.service Sync with portage [Sun Aug 9 09:09:47 MSK 2015]. 2015-08-09 09:09:48 +03:00
ceph-mds_at.service.conf Sync with portage [Sun Aug 9 09:09:47 MSK 2015]. 2015-08-09 09:09:48 +03:00
ceph-mon_at.service Sync with portage [Sun Aug 9 09:09:47 MSK 2015]. 2015-08-09 09:09:48 +03:00
ceph-mon_at.service.conf Sync with portage [Sun Aug 9 09:09:47 MSK 2015]. 2015-08-09 09:09:48 +03:00
ceph-osd_at.service Sync with portage [Sun Aug 9 09:09:47 MSK 2015]. 2015-08-09 09:09:48 +03:00
ceph-osd_at.service.conf Sync with portage [Sun Aug 9 09:09:47 MSK 2015]. 2015-08-09 09:09:48 +03:00
ceph.confd-r1 Sync with portage [Wed May 21 16:58:56 MSK 2014]. 2014-05-21 16:58:57 +04:00
ceph.initd-r1 Sync with portage [Tue Aug 19 17:19:21 MSK 2014]. 2014-08-19 17:19:22 +04:00
ceph.logrotate Sync with portage [Mon Mar 2 21:26:33 MSK 2015]. 2015-03-02 21:26:34 +03:00
ceph.target Sync with portage [Sun Aug 9 09:09:47 MSK 2015]. 2015-08-09 09:09:48 +03:00
rbdmap.initd Sync with portage [Thu Aug 6 09:05:24 MSK 2015]. 2015-08-06 09:05:25 +03:00
README.gentoo Sync with portage [Tue Aug 19 17:19:21 MSK 2014]. 2014-08-19 17:19:22 +04:00

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