You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-cluster/ceph/files
root 61ffffc073
Sync with portage [Tue Feb 16 16:19:05 MSK 2016].
8 years ago
..
README.gentoo Sync with portage [Tue Feb 16 16:19:05 MSK 2016]. 8 years ago
ceph-0.79-libzfs.patch Sync with portage [Fri Apr 18 12:35:41 MSK 2014]. 10 years ago
ceph-0.80.10-cpp-backport.patch Sync with portage [Wed Aug 5 10:58:01 MSK 2015]. 9 years ago
ceph-mds_at.service Sync with portage [Wed Dec 23 15:17:49 MSK 2015]. 9 years ago
ceph-mds_at.service.conf Sync with portage [Sun Aug 9 09:03:19 MSK 2015]. 9 years ago
ceph-mon_at.service Sync with portage [Wed Dec 23 15:17:49 MSK 2015]. 9 years ago
ceph-mon_at.service.conf Sync with portage [Sun Aug 9 09:03:19 MSK 2015]. 9 years ago
ceph-osd_at.service Sync with portage [Wed Dec 23 15:17:49 MSK 2015]. 9 years ago
ceph-osd_at.service.conf Sync with portage [Sun Aug 9 09:03:19 MSK 2015]. 9 years ago
ceph.confd-r1 Sync with portage [Wed May 21 13:43:23 MSK 2014]. 10 years ago
ceph.initd-r1 Sync with portage [Mon Dec 21 17:28:30 MSK 2015]. 9 years ago
ceph.logrotate Sync with portage [Mon Mar 2 18:30:49 MSK 2015]. 9 years ago
ceph.target Sync with portage [Sun Aug 9 09:03:19 MSK 2015]. 9 years ago
rbdmap.initd Sync with portage [Thu Aug 6 08:59:27 MSK 2015]. 9 years ago

README.gentoo

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 user 'ceph' instead of 'root'.
In order to solve this, we recommand to stop ceph daemons, and fix the ownership

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

or

Add the following line to ceph.conf on all hosts:
" setuser match path = /var/lib/ceph/$type/$cluster-$id "

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