I too use a scripted version of the above documentation:
https://github.com/ashishchandra1/ceph_install/blob/master/ceph_install.sh
It works just fine, with couple of tweaks(if required), but hey it does the
job. I use Trusty though, so I have Ceph firefly running with two OSDs.
On Wed, Jul
I use my own scripted method based on the documentation:
http://ceph.com/docs/master/rados/operations/add-or-rm-osds/
Just remember to run "ceph osd create" _without_ a UUID, then get the OSD
number from the output. Here's a quick and dirty version:
OSD=`ceph osd create`
[update ceph.conf if nec
On Wed, Jul 30, 2014 at 8:39 AM, Alex Bligh wrote:
> I use a scripted installation of ceph without ceph-deploy, which works fine
> on 0.63. On 0.80 it fails to add the OSDs. In this scenario the local OSDs
> are all listed in ceph.conf.
>
> It runs:
> mkcephfs --init-local-daemons osd -d blah
I use a scripted installation of ceph without ceph-deploy, which works fine on
0.63. On 0.80 it fails to add the OSDs. In this scenario the local OSDs are all
listed in ceph.conf.
It runs:
mkcephfs --init-local-daemons osd -d blah
which creates the OSDs (as in they are there on the file syste