gentoo-overlay/sys-cluster/ceph/files
2021-02-09 18:44:54 -06:00
..
ceph-12.2.0-use-provided-cpu-flag-values.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-12.2.4-boost-build-none-options.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-13.2.0-cflags.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-13.2.2-dont-install-sysvinit-script.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-14.2.0-cflags.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-14.2.0-cython-0.29.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-14.2.0-dpdk-cflags.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-14.2.0-link-crc32-statically.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-14.2.0-mgr-python-version.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-14.2.3-dpdk-compile-fix-1.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-14.2.4-python-executable.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-14.2.4-undefined-behaviour.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-14.2.5-no-virtualenvs.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-14.2.10-build-without-mgr.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-14.2.10-missing-includes.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-14.2.10-python-warnings.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-14.2.11-systemd-unit-fix.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-15.2.0-no-virtualenvs.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-15.2.0-rocksdb-cmake.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-15.2.2-systemd-unit.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-15.2.3-spdk-compile.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-15.2.4-system-uring.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-15.2.5-glibc-2.32.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-15.2.5-missing-includes.patch Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-mds_at.service Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-mds_at.service.conf Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-osd_at.service Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-osd_at.service.conf Ceph de portage 2021-02-09 18:44:54 -06:00
ceph-tmpfilesd Ceph de portage 2021-02-09 18:44:54 -06:00
ceph.confd-r5 Ceph de portage 2021-02-09 18:44:54 -06:00
ceph.initd-r12 Ceph de portage 2021-02-09 18:44:54 -06:00
ceph.logrotate Ceph de portage 2021-02-09 18:44:54 -06:00
ceph.logrotate-r2 Ceph de portage 2021-02-09 18:44:54 -06:00
envd-tcmalloc Ceph de portage 2021-02-09 18:44:54 -06:00
make-node-frontend-tarball.bash Ceph de portage 2021-02-09 18:44:54 -06:00
rbdmap.initd Ceph de portage 2021-02-09 18:44:54 -06:00
README.gentoo Ceph de portage 2021-02-09 18:44:54 -06:00
sysctld Ceph de portage 2021-02-09 18:44:54 -06: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

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/