CEPH filesystem development
 help / color / mirror / Atom feed
* dependency on parted: just ceph-osd, or more?
@ 2016-05-31 21:06 Ken Dreyer
  2016-05-31 21:43 ` Loic Dachary
  0 siblings, 1 reply; 5+ messages in thread
From: Ken Dreyer @ 2016-05-31 21:06 UTC (permalink / raw)
  To: ceph-devel

Hi Loic, is there anything in ceph outside of the ceph-osd package
that requires parted?

I'm wondering if we can move the parted dependency to the ceph-osd
sub-package, http://tracker.ceph.com/issues/16095

Among other things, this would make Mon and MDS containers lighter.

- Ken

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: dependency on parted: just ceph-osd, or more?
  2016-05-31 21:06 dependency on parted: just ceph-osd, or more? Ken Dreyer
@ 2016-05-31 21:43 ` Loic Dachary
  2016-05-31 21:55   ` Gregory Farnum
  0 siblings, 1 reply; 5+ messages in thread
From: Loic Dachary @ 2016-05-31 21:43 UTC (permalink / raw)
  To: Ken Dreyer, ceph-devel

Hi Ken,

On 31/05/2016 23:06, Ken Dreyer wrote:
> Hi Loic, is there anything in ceph outside of the ceph-osd package
> that requires parted?
> 
> I'm wondering if we can move the parted dependency to the ceph-osd
> sub-package, http://tracker.ceph.com/issues/16095
> 
> Among other things, this would make Mon and MDS containers lighter.

I'm sure the mon do not need parted. I'd be surprised if mds need it but I'm only 99% sure ;-)

Cheers

> 
> - Ken
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

-- 
Loïc Dachary, Artisan Logiciel Libre
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: dependency on parted: just ceph-osd, or more?
  2016-05-31 21:43 ` Loic Dachary
@ 2016-05-31 21:55   ` Gregory Farnum
  2016-05-31 22:04     ` Mark Nelson
  0 siblings, 1 reply; 5+ messages in thread
From: Gregory Farnum @ 2016-05-31 21:55 UTC (permalink / raw)
  To: Loic Dachary; +Cc: Ken Dreyer, ceph-devel

On Tue, May 31, 2016 at 2:43 PM, Loic Dachary <loic@dachary.org> wrote:
> Hi Ken,
>
> On 31/05/2016 23:06, Ken Dreyer wrote:
>> Hi Loic, is there anything in ceph outside of the ceph-osd package
>> that requires parted?
>>
>> I'm wondering if we can move the parted dependency to the ceph-osd
>> sub-package, http://tracker.ceph.com/issues/16095
>>
>> Among other things, this would make Mon and MDS containers lighter.
>
> I'm sure the mon do not need parted. I'd be surprised if mds need it but I'm only 99% sure ;-)

I'm pretty sure as well. This is for the local disk shenanigans,
right? MDS definitely doesn't do anything there. :)
-Greg

>
> Cheers
>
>>
>> - Ken
>> --
>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>
> --
> Loïc Dachary, Artisan Logiciel Libre
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: dependency on parted: just ceph-osd, or more?
  2016-05-31 21:55   ` Gregory Farnum
@ 2016-05-31 22:04     ` Mark Nelson
  2016-05-31 22:06       ` Loic Dachary
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Nelson @ 2016-05-31 22:04 UTC (permalink / raw)
  To: Gregory Farnum, Loic Dachary; +Cc: Ken Dreyer, ceph-devel

Even the OSD doesn't really need parted since it'll happily run on any 
compliant filesystem.  it's only really ceph-disk itself that needs it 
to prepare the partition and eventually the filesystem for the OSD.

Mark

On 05/31/2016 04:55 PM, Gregory Farnum wrote:
> On Tue, May 31, 2016 at 2:43 PM, Loic Dachary <loic@dachary.org> wrote:
>> Hi Ken,
>>
>> On 31/05/2016 23:06, Ken Dreyer wrote:
>>> Hi Loic, is there anything in ceph outside of the ceph-osd package
>>> that requires parted?
>>>
>>> I'm wondering if we can move the parted dependency to the ceph-osd
>>> sub-package, http://tracker.ceph.com/issues/16095
>>>
>>> Among other things, this would make Mon and MDS containers lighter.
>>
>> I'm sure the mon do not need parted. I'd be surprised if mds need it but I'm only 99% sure ;-)
>
> I'm pretty sure as well. This is for the local disk shenanigans,
> right? MDS definitely doesn't do anything there. :)
> -Greg
>
>>
>> Cheers
>>
>>>
>>> - Ken
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>
>>
>> --
>> Loïc Dachary, Artisan Logiciel Libre
>> --
>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: dependency on parted: just ceph-osd, or more?
  2016-05-31 22:04     ` Mark Nelson
@ 2016-05-31 22:06       ` Loic Dachary
  0 siblings, 0 replies; 5+ messages in thread
From: Loic Dachary @ 2016-05-31 22:06 UTC (permalink / raw)
  To: Mark Nelson, Gregory Farnum; +Cc: Ken Dreyer, ceph-devel

Hi Mark,

On 01/06/2016 00:04, Mark Nelson wrote:
> Even the OSD doesn't really need parted since it'll happily run on any compliant filesystem.  it's only really ceph-disk itself that needs it to prepare the partition and eventually the filesystem for the OSD.

Good point. I'm not sure there are plans to release ceph-disk as a separate package though. It would make sense though but it would require non trivial work.

Cheers

> 
> Mark
> 
> On 05/31/2016 04:55 PM, Gregory Farnum wrote:
>> On Tue, May 31, 2016 at 2:43 PM, Loic Dachary <loic@dachary.org> wrote:
>>> Hi Ken,
>>>
>>> On 31/05/2016 23:06, Ken Dreyer wrote:
>>>> Hi Loic, is there anything in ceph outside of the ceph-osd package
>>>> that requires parted?
>>>>
>>>> I'm wondering if we can move the parted dependency to the ceph-osd
>>>> sub-package, http://tracker.ceph.com/issues/16095
>>>>
>>>> Among other things, this would make Mon and MDS containers lighter.
>>>
>>> I'm sure the mon do not need parted. I'd be surprised if mds need it but I'm only 99% sure ;-)
>>
>> I'm pretty sure as well. This is for the local disk shenanigans,
>> right? MDS definitely doesn't do anything there. :)
>> -Greg
>>
>>>
>>> Cheers
>>>
>>>>
>>>> - Ken
>>>> -- 
>>>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>>>> the body of a message to majordomo@vger.kernel.org
>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>>
>>>
>>> -- 
>>> Loïc Dachary, Artisan Logiciel Libre
>>> -- 
>>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> -- 
>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
> 

-- 
Loïc Dachary, Artisan Logiciel Libre

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-31 22:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-31 21:06 dependency on parted: just ceph-osd, or more? Ken Dreyer
2016-05-31 21:43 ` Loic Dachary
2016-05-31 21:55   ` Gregory Farnum
2016-05-31 22:04     ` Mark Nelson
2016-05-31 22:06       ` Loic Dachary

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox