dlan        14/08/19 08:57:46

  Modified:             ceph.initd-r1
  Added:                README.gentoo
  Removed:              ceph.confd ceph.initd
  Log:
  drop 0.56.3 which never updated and have security problem. bump 0.67.10, fix 
bug 519540
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.2                  sys-cluster/ceph/files/ceph.initd-r1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/files/ceph.initd-r1?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/files/ceph.initd-r1?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/files/ceph.initd-r1?r1=1.1&r2=1.2

Index: ceph.initd-r1
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/files/ceph.initd-r1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ceph.initd-r1       21 May 2014 07:43:24 -0000      1.1
+++ ceph.initd-r1       19 Aug 2014 08:57:46 -0000      1.2
@@ -10,7 +10,7 @@
 command_args="-i ${id} --pid-file ${pidfile} -c ${ceph_conf}"
 
 depend() {
-       after net
+       after net ntpd ntp-client chronyd
        before netmount
 }
 



1.1                  sys-cluster/ceph/files/README.gentoo

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/files/README.gentoo?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/files/README.gentoo?rev=1.1&content-type=text/plain

Index: 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




Reply via email to