Re: [ceph-users] Correct method to deploy on jessie

2015-10-09 Thread Dmitry Ogorodnikov
Thanks, this thread completely answers my questions. Debian support will not be dropped, that's main thing. Best regards, Dmitry 07 окт. 2015 г. 0:50 пользователь "Alfredo Deza" написал: > On Tue, Oct 6, 2015 at 10:29 AM, Gregory Farnum > wrote: > > On Mon, Oct 5, 2015 at 10:36 PM, Dmitry Ogoro

Re: [ceph-users] Correct method to deploy on jessie

2015-10-06 Thread Alfredo Deza
On Tue, Oct 6, 2015 at 10:29 AM, Gregory Farnum wrote: > On Mon, Oct 5, 2015 at 10:36 PM, Dmitry Ogorodnikov > wrote: >> Good day, >> >> I think I will use wheezy for now for tests. Bad thing is wheezy full >> support ends in 5 months, so wheezy is not ok for persistent production >> cluster. >>

Re: [ceph-users] Correct method to deploy on jessie

2015-10-06 Thread Chad William Seys
> Most users in the apt family have deployed on Ubuntu > though, and that's what our tests run on, fyi. That is good to know - I wouldn't be surprised if the same packages could be used in Ubuntu and Debian. Especially if the release dates of the Ubuntu and Debian versions were similar. Thanks

Re: [ceph-users] Correct method to deploy on jessie

2015-10-06 Thread Gregory Farnum
On Mon, Oct 5, 2015 at 10:36 PM, Dmitry Ogorodnikov wrote: > Good day, > > I think I will use wheezy for now for tests. Bad thing is wheezy full > support ends in 5 months, so wheezy is not ok for persistent production > cluster. > > I cant find out what ceph team offer to debian users, move to ot

Re: [ceph-users] Correct method to deploy on jessie

2015-10-05 Thread Dmitry Ogorodnikov
Good day, I think I will use wheezy for now for tests. Bad thing is wheezy full support ends in 5 months, so wheezy is not ok for persistent production cluster. I cant find out what ceph team offer to debian users, move to other distro? Is there any 'official' answer?.. Best rsgards, Dmitry 02 о

Re: [ceph-users] Correct method to deploy on jessie

2015-10-01 Thread Chad William Seys
Hi Dmitry, You might try using the wheezy repos on jessie. Often this will work. (I'm using wheezy for most of my ceph nodes, but not two of the three monitor nodes, which are jessie with wheezy repos.) # Wheezy repos on Jessie deb http://ceph.com/debian-hammer/ wheezy main Alternativ

Re: [ceph-users] Correct method to deploy on jessie

2015-10-01 Thread Dmitry Ogorodnikov
Thanks Xabier, I tried this too, but with no success. Maybe because I misinterpret it for systemd case (is it ok to use ceph with systemd?). Result is ceph exits just after start, silently, with no log output. I can try to deal with it, but I have too many options. Maybe manual install. Maybe dea

Re: [ceph-users] Correct method to deploy on jessie

2015-10-01 Thread Xabier Elkano
Hi, you can add monitors and OSDs manually: http://docs.ceph.com/docs/master/rados/operations/add-or-rm-mons/ http://docs.ceph.com/docs/master/rados/operations/add-or-rm-osds/ I've deployed all my cluster without ceph-deploy. Xabier On jue, 2015-10-01 at 16:54 +1000, Dmitry Ogorodnikov wrote:

Re: [ceph-users] Correct method to deploy on jessie

2015-10-01 Thread Marcin Przyczyna
On 10/01/2015 08:54 AM, Dmitry Ogorodnikov wrote: > As far as ceph-deploy is a part of most documented manipulations, I > can't operate ceph without it. Yes, you can. Because of absence of ceph-deploy I did deploy the whole cluster in "manual" mode on my jessie and armhf based hardware. Ceph's do

[ceph-users] Correct method to deploy on jessie

2015-09-30 Thread Dmitry Ogorodnikov
Dear all, I'm trying to install ceph on Debian Jessie using pile of various manuals, and have no luck so far. Problem is ceph doesnt have jessie repositories. Jessie has own repositories of ceph, but doesnt have ceph-deploy. As far as ceph-deploy is a part of most documented manipulations, I can't