Re: [ceph-users] Adding OSDs without ceph-deploy

2014-07-30 Thread Ashish Chandra
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

Re: [ceph-users] Adding OSDs without ceph-deploy

2014-07-30 Thread John Nielsen
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

Re: [ceph-users] Adding OSDs without ceph-deploy

2014-07-30 Thread Alfredo Deza
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

[ceph-users] Adding OSDs without ceph-deploy

2014-07-30 Thread Alex Bligh
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