Re: [PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-11-21 Thread Danny Al-Gaaf
Hi, no, I have it basically ready but I have to run some tests before. You'll have it in the next days! Danny Am 21.11.2012 01:23, schrieb Sage Weil: If you haven't gotten to this yet, I'll go ahead and jump on it.. let me know! Thanks- sage On Thu, 9 Aug 2012, Danny Kukawka wrote:

Re: [PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-11-20 Thread Sage Weil
If you haven't gotten to this yet, I'll go ahead and jump on it.. let me know! Thanks- sage On Thu, 9 Aug 2012, Danny Kukawka wrote: Remove btrfs specific keys and replace them by more generic keys to be able to replace btrfs with e.g. xfs or ext4 easily. Add new key to define the osd fs

Re: [PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-11-15 Thread Danny Al-Gaaf
Hi Sage, Am 15.11.2012 01:12, schrieb Sage Weil: Hi Danny, Have you had a chance to work on this? I'd like to include this in bobtail. If you don't have time we can go ahead an implement it, but I'd like avoid duplicating effort. I already work on it. Do you have a deadline for

Re: [PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-11-15 Thread Sage Weil
On Thu, 15 Nov 2012, Danny Al-Gaaf wrote: Hi Sage, Am 15.11.2012 01:12, schrieb Sage Weil: Hi Danny, Have you had a chance to work on this? I'd like to include this in bobtail. If you don't have time we can go ahead an implement it, but I'd like avoid duplicating effort. I

Re: [PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-11-14 Thread Sage Weil
Hi Danny, Have you had a chance to work on this? I'd like to include this in bobtail. If you don't have time we can go ahead an implement it, but I'd like avoid duplicating effort. Thanks! sage On Fri, 2 Nov 2012, Danny Al-Gaaf wrote: Hi Sage, sorry for the late reply, was absent some

Re: [PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-11-02 Thread Danny Al-Gaaf
Hi Sage, sorry for the late reply, was absent some weeks and busy with other issues. Am 17.08.2012 01:40, schrieb Sage Weil: On Thu, 16 Aug 2012, Tommi Virtanen wrote: On Thu, Aug 16, 2012 at 3:32 PM, Sage Weil s...@inktank.com wrote: As for the new options, I suggest: * osd fs type *

Re: [PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-08-10 Thread Sage Weil
On Fri, 10 Aug 2012, Danny Kukawka wrote: Am 10.08.2012 17:54, schrieb Sage Weil: On Thu, 9 Aug 2012, Danny Kukawka wrote: Remove btrfs specific keys and replace them by more generic keys to be able to replace btrfs with e.g. xfs or ext4 easily. Add new key to define the osd fs type:

[PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-08-09 Thread Danny Kukawka
Remove btrfs specific keys and replace them by more generic keys to be able to replace btrfs with e.g. xfs or ext4 easily. Add new key to define the osd fs type: 'fstype', which can get defined in the [osd] section for all OSDs. Replace: - 'btrfs devs' - 'devs' - 'btrfs path' - 'fs path' -

Re: [PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-08-09 Thread Tommi Virtanen
On Thu, Aug 9, 2012 at 8:42 AM, Danny Kukawka danny.kuka...@bisect.de wrote: Remove btrfs specific keys and replace them by more generic keys to be able to replace btrfs with e.g. xfs or ext4 easily. Add new key to define the osd fs type: 'fstype', which can get defined in the [osd] section

Re: [PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-08-09 Thread Jim Schutt
On 08/09/2012 10:26 AM, Tommi Virtanen wrote: mkcephfs is not a viable route forward. For example, it is unable to expand a pre-existing cluster. The new OSD hotplugging style init is much, much nicer. And does more than just mkfs mount. I'm embarrassed to admit I haven't been keeping up

Re: [PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-08-09 Thread Danny Kukawka
Am 09.08.2012 18:26, schrieb Tommi Virtanen: On Thu, Aug 9, 2012 at 8:42 AM, Danny Kukawka danny.kuka...@bisect.de wrote: Remove btrfs specific keys and replace them by more generic keys to be able to replace btrfs with e.g. xfs or ext4 easily. Add new key to define the osd fs type: 'fstype',

Re: [PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-08-09 Thread Tommi Virtanen
On Thu, Aug 9, 2012 at 9:46 AM, Jim Schutt jasc...@sandia.gov wrote: I'm embarrassed to admit I haven't been keeping up with this, but I seem to recall that early versions didn't handle a journal on a partition. Did I get that wrong, or maybe that capability exists now? In the past I've

Re: [PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-08-09 Thread Tommi Virtanen
On Thu, Aug 9, 2012 at 9:49 AM, Danny Kukawka danny.kuka...@bisect.de wrote: And where can I find this new OSD hotplugging style init? Is there any documentation? mkcephfs does not use the new style. The Chef cookbooks we have do. If you use the Juju Charms that Canonical has been working on,

Re: [PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-08-09 Thread Danny Kukawka
Am 09.08.2012 18:53, schrieb Tommi Virtanen: On Thu, Aug 9, 2012 at 9:46 AM, Jim Schutt jasc...@sandia.gov wrote: I'm embarrassed to admit I haven't been keeping up with this, but I seem to recall that early versions didn't handle a journal on a partition. Did I get that wrong, or maybe that

Re: [PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-08-09 Thread Tommi Virtanen
On Thu, Aug 9, 2012 at 10:03 AM, Danny Kukawka danny.kuka...@bisect.de wrote: So you mean chef?! Will there be an alternative to simply setup a cluster from console? We (SUSE) are already working on an own chef ceph cookbook. But from what I've seen till now it's really hard and more

Re: [PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible

2012-08-09 Thread Sage Weil
On Thu, 9 Aug 2012, Tommi Virtanen wrote: On Thu, Aug 9, 2012 at 10:03 AM, Danny Kukawka danny.kuka...@bisect.de wrote: So you mean chef?! Will there be an alternative to simply setup a cluster from console? We (SUSE) are already working on an own chef ceph cookbook. But from what