Re: [ceph-users] ceph.conf changes and restarting ceph.

2013-09-29 Thread Mark Kirkwood

I think this is not quite right now:

"Upstart does not require you to define daemon instances in the Ceph 
configuration file (*although, they are still required for sysvinit 
should you choose to use it*)."


I find that simply doing:

$ mv upstart sysvinit

in the various mon/osd/mds etc dirs results in a config that allow sysv 
init to start and stop all the various daemons without any specific 
mention in ceph.conf. I'm using Ubuntu 13.04 and 13.10.


Regards

Mark

On 25/09/13 05:32, John Wilkins wrote:

Either one should work. For RHEL, CentOS, etc., use sysvinit.

I rewrote the ops doc, but it's in a wip branch right now. Here:
http://ceph.com/docs/wip-doc-quickstart/rados/operations/operating/

I still may make some edits to it, but follow the sysvinit section.




___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] ceph.conf changes and restarting ceph.

2013-09-24 Thread John Wilkins
Either one should work. For RHEL, CentOS, etc., use sysvinit.

I rewrote the ops doc, but it's in a wip branch right now. Here:
http://ceph.com/docs/wip-doc-quickstart/rados/operations/operating/

I still may make some edits to it, but follow the sysvinit section.


On Tue, Sep 24, 2013 at 10:08 AM, Snider, Tim  wrote:
> Is the form: auth cluster required = none or auth_cluster_required = none? 
> ("_"s as a word separator)
>
> -Original Message-
> From: John Wilkins [mailto:john.wilk...@inktank.com]
> Sent: Tuesday, September 24, 2013 11:43 AM
> To: Aronesty, Erik
> Cc: Snider, Tim; Gary Mazzaferro; ceph-users@lists.ceph.com
> Subject: Re: [ceph-users] ceph.conf changes and restarting ceph.
>
> From your pastie details, it looks like you are using "auth supported = 
> none".  That's pre 0.51, as noted in the documentation. Perhaps I should omit 
> the old usage or omit it entirely.
>
> It should look like this:
>
> auth cluster required = none
> auth service required = none
> auth client required = none
>
> not
>
> auth supported = none
>
> On Tue, Sep 24, 2013 at 8:00 AM, Aronesty, Erik 
>  wrote:
>> I did the same thing, restarted with upstart, and I still need to use
>> authentication.   Not sure why yet.   Maybe I didn’t change the /etc/ceph
>> configs on all the nodes….
>>
>>
>>
>> From: ceph-users-boun...@lists.ceph.com
>> [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of Snider, Tim
>> Sent: Tuesday, September 24, 2013 9:15 AM
>> To: Gary Mazzaferro; John Wilkins
>> Cc: ceph-users@lists.ceph.com
>>
>>
>> Subject: Re: [ceph-users] ceph.conf changes and restarting ceph.
>>
>>
>>
>> Authentication works. I was interested in trying it without authentication.
>> I didn’t see the upstart link earlier.
>>
>> Is the plan to only use upstart and not service for Dumpling and beyond?
>>
>> Tim
>>
>>
>>
>> From: Gary Mazzaferro [mailto:ga...@oedata.com]
>> Sent: Tuesday, September 24, 2013 1:16 AM
>> To: John Wilkins
>> Cc: Snider, Tim; ceph-users@lists.ceph.com
>> Subject: Re: [ceph-users] ceph.conf changes and restarting ceph.
>>
>>
>>
>> Hi John
>>
>>
>>
>> Why ? do the 'service' scripts not work ? (sorry I don't have access
>> to the systems from my location) I used dumpling and ceph-deploy on debian.
>>
>>
>>
>> -gary
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> On Mon, Sep 23, 2013 at 11:25 PM, John Wilkins
>> 
>> wrote:
>>
>> I will update the Cephx docs. The usage in those docs for restarting
>> is for Debian/Ubuntu deployed with mkcephfs.  If you are using
>> Dumpling and deployed with ceph-deploy, you will need to use Upstart.
>> See
>> http://ceph.com/docs/master/rados/operations/operating/#running-ceph-w
>> ith-upstart for details. If you are using Ceph on RHEL, CentOS, etc.,
>> use sysvinit.
>>
>>
>> On Mon, Sep 23, 2013 at 3:21 PM, Gary Mazzaferro  wrote:
>>> Tim
>>>
>>> Did it work with authentication enabled  ?
>>>
>>> -gary
>>>
>>>
>>> On Mon, Sep 23, 2013 at 2:10 PM, Snider, Tim 
>>> wrote:
>>>>
>>>> I modified /etc/ceph.conf for no authentication and to specify both
>>>> private and public networks. /etc/ceph/ceph.conf was distributed to
>>>> all nodes in the cluster
>>>>
>>>> ceph was restarted on all nodes using  "service ceph -a restart".
>>>>
>>>> After that authentication is still required and no ports are open on
>>>> the cluster facing (192.168.10.0) network.
>>>>
>>>> Details in  http://pastie.org/8349534.
>>>>
>>>> What am I missing something?
>>>>
>>>>
>>>>
>>>> Thanks,
>>>>
>>>> Tim
>>>>
>>>>
>>>> ___
>>>> ceph-users mailing list
>>>> ceph-users@lists.ceph.com
>>>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>>>
>>>
>>>
>>> ___
>>> ceph-users mailing list
>>> ceph-users@lists.ceph.com
>>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>>
>>
>> --
>> John Wilkins
>> Senior Technical Writer
>> Intank
>> john.wilk...@inktank.com
>> (415) 425-9599
>> http://inktank.com
>>
>>
>
>
>
> --
> John Wilkins
> Senior Technical Writer
> Intank
> john.wilk...@inktank.com
> (415) 425-9599
> http://inktank.com



-- 
John Wilkins
Senior Technical Writer
Intank
john.wilk...@inktank.com
(415) 425-9599
http://inktank.com
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] ceph.conf changes and restarting ceph.

2013-09-24 Thread Snider, Tim
Is the form: auth cluster required = none or auth_cluster_required = none? 
("_"s as a word separator)

-Original Message-
From: John Wilkins [mailto:john.wilk...@inktank.com] 
Sent: Tuesday, September 24, 2013 11:43 AM
To: Aronesty, Erik
Cc: Snider, Tim; Gary Mazzaferro; ceph-users@lists.ceph.com
Subject: Re: [ceph-users] ceph.conf changes and restarting ceph.

From your pastie details, it looks like you are using "auth supported = none".  
That's pre 0.51, as noted in the documentation. Perhaps I should omit the old 
usage or omit it entirely.

It should look like this:

auth cluster required = none
auth service required = none
auth client required = none

not

auth supported = none

On Tue, Sep 24, 2013 at 8:00 AM, Aronesty, Erik 
 wrote:
> I did the same thing, restarted with upstart, and I still need to use
> authentication.   Not sure why yet.   Maybe I didn’t change the /etc/ceph
> configs on all the nodes….
>
>
>
> From: ceph-users-boun...@lists.ceph.com 
> [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of Snider, Tim
> Sent: Tuesday, September 24, 2013 9:15 AM
> To: Gary Mazzaferro; John Wilkins
> Cc: ceph-users@lists.ceph.com
>
>
> Subject: Re: [ceph-users] ceph.conf changes and restarting ceph.
>
>
>
> Authentication works. I was interested in trying it without authentication.
> I didn’t see the upstart link earlier.
>
> Is the plan to only use upstart and not service for Dumpling and beyond?
>
> Tim
>
>
>
> From: Gary Mazzaferro [mailto:ga...@oedata.com]
> Sent: Tuesday, September 24, 2013 1:16 AM
> To: John Wilkins
> Cc: Snider, Tim; ceph-users@lists.ceph.com
> Subject: Re: [ceph-users] ceph.conf changes and restarting ceph.
>
>
>
> Hi John
>
>
>
> Why ? do the 'service' scripts not work ? (sorry I don't have access 
> to the systems from my location) I used dumpling and ceph-deploy on debian.
>
>
>
> -gary
>
>
>
>
>
>
>
>
>
> On Mon, Sep 23, 2013 at 11:25 PM, John Wilkins 
> 
> wrote:
>
> I will update the Cephx docs. The usage in those docs for restarting 
> is for Debian/Ubuntu deployed with mkcephfs.  If you are using 
> Dumpling and deployed with ceph-deploy, you will need to use Upstart.
> See
> http://ceph.com/docs/master/rados/operations/operating/#running-ceph-w
> ith-upstart for details. If you are using Ceph on RHEL, CentOS, etc., 
> use sysvinit.
>
>
> On Mon, Sep 23, 2013 at 3:21 PM, Gary Mazzaferro  wrote:
>> Tim
>>
>> Did it work with authentication enabled  ?
>>
>> -gary
>>
>>
>> On Mon, Sep 23, 2013 at 2:10 PM, Snider, Tim 
>> wrote:
>>>
>>> I modified /etc/ceph.conf for no authentication and to specify both 
>>> private and public networks. /etc/ceph/ceph.conf was distributed to 
>>> all nodes in the cluster
>>>
>>> ceph was restarted on all nodes using  "service ceph -a restart".
>>>
>>> After that authentication is still required and no ports are open on 
>>> the cluster facing (192.168.10.0) network.
>>>
>>> Details in  http://pastie.org/8349534.
>>>
>>> What am I missing something?
>>>
>>>
>>>
>>> Thanks,
>>>
>>> Tim
>>>
>>>
>>> ___
>>> ceph-users mailing list
>>> ceph-users@lists.ceph.com
>>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>>
>>
>>
>> ___
>> ceph-users mailing list
>> ceph-users@lists.ceph.com
>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>
>
> --
> John Wilkins
> Senior Technical Writer
> Intank
> john.wilk...@inktank.com
> (415) 425-9599
> http://inktank.com
>
>



--
John Wilkins
Senior Technical Writer
Intank
john.wilk...@inktank.com
(415) 425-9599
http://inktank.com
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] ceph.conf changes and restarting ceph.

2013-09-24 Thread John Wilkins
From your pastie details, it looks like you are using "auth supported
= none".  That's pre 0.51, as noted in the documentation. Perhaps I
should omit the old usage or omit it entirely.

It should look like this:

auth cluster required = none
auth service required = none
auth client required = none

not

auth supported = none

On Tue, Sep 24, 2013 at 8:00 AM, Aronesty, Erik
 wrote:
> I did the same thing, restarted with upstart, and I still need to use
> authentication.   Not sure why yet.   Maybe I didn’t change the /etc/ceph
> configs on all the nodes….
>
>
>
> From: ceph-users-boun...@lists.ceph.com
> [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of Snider, Tim
> Sent: Tuesday, September 24, 2013 9:15 AM
> To: Gary Mazzaferro; John Wilkins
> Cc: ceph-users@lists.ceph.com
>
>
> Subject: Re: [ceph-users] ceph.conf changes and restarting ceph.
>
>
>
> Authentication works. I was interested in trying it without authentication.
> I didn’t see the upstart link earlier.
>
> Is the plan to only use upstart and not service for Dumpling and beyond?
>
> Tim
>
>
>
> From: Gary Mazzaferro [mailto:ga...@oedata.com]
> Sent: Tuesday, September 24, 2013 1:16 AM
> To: John Wilkins
> Cc: Snider, Tim; ceph-users@lists.ceph.com
> Subject: Re: [ceph-users] ceph.conf changes and restarting ceph.
>
>
>
> Hi John
>
>
>
> Why ? do the 'service' scripts not work ? (sorry I don't have access to the
> systems from my location) I used dumpling and ceph-deploy on debian.
>
>
>
> -gary
>
>
>
>
>
>
>
>
>
> On Mon, Sep 23, 2013 at 11:25 PM, John Wilkins 
> wrote:
>
> I will update the Cephx docs. The usage in those docs for restarting
> is for Debian/Ubuntu deployed with mkcephfs.  If you are using
> Dumpling and deployed with ceph-deploy, you will need to use Upstart.
> See
> http://ceph.com/docs/master/rados/operations/operating/#running-ceph-with-upstart
> for details. If you are using Ceph on RHEL, CentOS, etc., use
> sysvinit.
>
>
> On Mon, Sep 23, 2013 at 3:21 PM, Gary Mazzaferro  wrote:
>> Tim
>>
>> Did it work with authentication enabled  ?
>>
>> -gary
>>
>>
>> On Mon, Sep 23, 2013 at 2:10 PM, Snider, Tim 
>> wrote:
>>>
>>> I modified /etc/ceph.conf for no authentication and to specify both
>>> private and public networks. /etc/ceph/ceph.conf was distributed to all
>>> nodes in the cluster
>>>
>>> ceph was restarted on all nodes using  "service ceph -a restart".
>>>
>>> After that authentication is still required and no ports are open on the
>>> cluster facing (192.168.10.0) network.
>>>
>>> Details in  http://pastie.org/8349534.
>>>
>>> What am I missing something?
>>>
>>>
>>>
>>> Thanks,
>>>
>>> Tim
>>>
>>>
>>> ___
>>> ceph-users mailing list
>>> ceph-users@lists.ceph.com
>>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>>
>>
>>
>> ___
>> ceph-users mailing list
>> ceph-users@lists.ceph.com
>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>
>
> --
> John Wilkins
> Senior Technical Writer
> Intank
> john.wilk...@inktank.com
> (415) 425-9599
> http://inktank.com
>
>



-- 
John Wilkins
Senior Technical Writer
Intank
john.wilk...@inktank.com
(415) 425-9599
http://inktank.com
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] ceph.conf changes and restarting ceph.

2013-09-24 Thread Aronesty, Erik
I did the same thing, restarted with upstart, and I still need to use 
authentication.   Not sure why yet.   Maybe I didn't change the /etc/ceph 
configs on all the nodes

From: ceph-users-boun...@lists.ceph.com 
[mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of Snider, Tim
Sent: Tuesday, September 24, 2013 9:15 AM
To: Gary Mazzaferro; John Wilkins
Cc: ceph-users@lists.ceph.com
Subject: Re: [ceph-users] ceph.conf changes and restarting ceph.

Authentication works. I was interested in trying it without authentication. I 
didn't see the upstart link earlier.
Is the plan to only use upstart and not service for Dumpling and beyond?
Tim

From: Gary Mazzaferro [mailto:ga...@oedata.com]
Sent: Tuesday, September 24, 2013 1:16 AM
To: John Wilkins
Cc: Snider, Tim; ceph-users@lists.ceph.com<mailto:ceph-users@lists.ceph.com>
Subject: Re: [ceph-users] ceph.conf changes and restarting ceph.

Hi John

Why ? do the 'service' scripts not work ? (sorry I don't have access to the 
systems from my location) I used dumpling and ceph-deploy on debian.

-gary




On Mon, Sep 23, 2013 at 11:25 PM, John Wilkins 
mailto:john.wilk...@inktank.com>> wrote:
I will update the Cephx docs. The usage in those docs for restarting
is for Debian/Ubuntu deployed with mkcephfs.  If you are using
Dumpling and deployed with ceph-deploy, you will need to use Upstart.
See 
http://ceph.com/docs/master/rados/operations/operating/#running-ceph-with-upstart
for details. If you are using Ceph on RHEL, CentOS, etc., use
sysvinit.

On Mon, Sep 23, 2013 at 3:21 PM, Gary Mazzaferro 
mailto:ga...@oedata.com>> wrote:
> Tim
>
> Did it work with authentication enabled  ?
>
> -gary
>
>
> On Mon, Sep 23, 2013 at 2:10 PM, Snider, Tim 
> mailto:tim.sni...@netapp.com>> wrote:
>>
>> I modified /etc/ceph.conf for no authentication and to specify both
>> private and public networks. /etc/ceph/ceph.conf was distributed to all
>> nodes in the cluster
>>
>> ceph was restarted on all nodes using  "service ceph -a restart".
>>
>> After that authentication is still required and no ports are open on the
>> cluster facing (192.168.10.0) network.
>>
>> Details in  http://pastie.org/8349534.
>>
>> What am I missing something?
>>
>>
>>
>> Thanks,
>>
>> Tim
>>
>>
>> ___
>> ceph-users mailing list
>> ceph-users@lists.ceph.com<mailto:ceph-users@lists.ceph.com>
>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>
>
>
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com<mailto:ceph-users@lists.ceph.com>
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>

--
John Wilkins
Senior Technical Writer
Intank
john.wilk...@inktank.com<mailto:john.wilk...@inktank.com>
(415) 425-9599
http://inktank.com

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] ceph.conf changes and restarting ceph.

2013-09-24 Thread Snider, Tim
Authentication works. I was interested in trying it without authentication. I 
didn't see the upstart link earlier.
Is the plan to only use upstart and not service for Dumpling and beyond?
Tim

From: Gary Mazzaferro [mailto:ga...@oedata.com]
Sent: Tuesday, September 24, 2013 1:16 AM
To: John Wilkins
Cc: Snider, Tim; ceph-users@lists.ceph.com
Subject: Re: [ceph-users] ceph.conf changes and restarting ceph.

Hi John

Why ? do the 'service' scripts not work ? (sorry I don't have access to the 
systems from my location) I used dumpling and ceph-deploy on debian.

-gary




On Mon, Sep 23, 2013 at 11:25 PM, John Wilkins 
mailto:john.wilk...@inktank.com>> wrote:
I will update the Cephx docs. The usage in those docs for restarting
is for Debian/Ubuntu deployed with mkcephfs.  If you are using
Dumpling and deployed with ceph-deploy, you will need to use Upstart.
See 
http://ceph.com/docs/master/rados/operations/operating/#running-ceph-with-upstart
for details. If you are using Ceph on RHEL, CentOS, etc., use
sysvinit.

On Mon, Sep 23, 2013 at 3:21 PM, Gary Mazzaferro 
mailto:ga...@oedata.com>> wrote:
> Tim
>
> Did it work with authentication enabled  ?
>
> -gary
>
>
> On Mon, Sep 23, 2013 at 2:10 PM, Snider, Tim 
> mailto:tim.sni...@netapp.com>> wrote:
>>
>> I modified /etc/ceph.conf for no authentication and to specify both
>> private and public networks. /etc/ceph/ceph.conf was distributed to all
>> nodes in the cluster
>>
>> ceph was restarted on all nodes using  "service ceph -a restart".
>>
>> After that authentication is still required and no ports are open on the
>> cluster facing (192.168.10.0) network.
>>
>> Details in  http://pastie.org/8349534.
>>
>> What am I missing something?
>>
>>
>>
>> Thanks,
>>
>> Tim
>>
>>
>> ___
>> ceph-users mailing list
>> ceph-users@lists.ceph.com<mailto:ceph-users@lists.ceph.com>
>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>
>
>
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com<mailto:ceph-users@lists.ceph.com>
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>


--
John Wilkins
Senior Technical Writer
Intank
john.wilk...@inktank.com<mailto:john.wilk...@inktank.com>
(415) 425-9599
http://inktank.com

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] ceph.conf changes and restarting ceph.

2013-09-23 Thread Gary Mazzaferro
Hi John

Why ? do the 'service' scripts not work ? (sorry I don't have access to the
systems from my location) I used dumpling and ceph-deploy on debian.

-gary





On Mon, Sep 23, 2013 at 11:25 PM, John Wilkins wrote:

> I will update the Cephx docs. The usage in those docs for restarting
> is for Debian/Ubuntu deployed with mkcephfs.  If you are using
> Dumpling and deployed with ceph-deploy, you will need to use Upstart.
> See
> http://ceph.com/docs/master/rados/operations/operating/#running-ceph-with-upstart
> for details. If you are using Ceph on RHEL, CentOS, etc., use
> sysvinit.
>
> On Mon, Sep 23, 2013 at 3:21 PM, Gary Mazzaferro  wrote:
> > Tim
> >
> > Did it work with authentication enabled  ?
> >
> > -gary
> >
> >
> > On Mon, Sep 23, 2013 at 2:10 PM, Snider, Tim 
> wrote:
> >>
> >> I modified /etc/ceph.conf for no authentication and to specify both
> >> private and public networks. /etc/ceph/ceph.conf was distributed to all
> >> nodes in the cluster
> >>
> >> ceph was restarted on all nodes using  "service ceph -a restart".
> >>
> >> After that authentication is still required and no ports are open on the
> >> cluster facing (192.168.10.0) network.
> >>
> >> Details in  http://pastie.org/8349534.
> >>
> >> What am I missing something?
> >>
> >>
> >>
> >> Thanks,
> >>
> >> Tim
> >>
> >>
> >> ___
> >> ceph-users mailing list
> >> ceph-users@lists.ceph.com
> >> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
> >>
> >
> >
> > ___
> > ceph-users mailing list
> > ceph-users@lists.ceph.com
> > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
> >
>
>
>
> --
> John Wilkins
> Senior Technical Writer
> Intank
> john.wilk...@inktank.com
> (415) 425-9599
> http://inktank.com
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] ceph.conf changes and restarting ceph.

2013-09-23 Thread John Wilkins
I will update the Cephx docs. The usage in those docs for restarting
is for Debian/Ubuntu deployed with mkcephfs.  If you are using
Dumpling and deployed with ceph-deploy, you will need to use Upstart.
See 
http://ceph.com/docs/master/rados/operations/operating/#running-ceph-with-upstart
for details. If you are using Ceph on RHEL, CentOS, etc., use
sysvinit.

On Mon, Sep 23, 2013 at 3:21 PM, Gary Mazzaferro  wrote:
> Tim
>
> Did it work with authentication enabled  ?
>
> -gary
>
>
> On Mon, Sep 23, 2013 at 2:10 PM, Snider, Tim  wrote:
>>
>> I modified /etc/ceph.conf for no authentication and to specify both
>> private and public networks. /etc/ceph/ceph.conf was distributed to all
>> nodes in the cluster
>>
>> ceph was restarted on all nodes using  "service ceph -a restart".
>>
>> After that authentication is still required and no ports are open on the
>> cluster facing (192.168.10.0) network.
>>
>> Details in  http://pastie.org/8349534.
>>
>> What am I missing something?
>>
>>
>>
>> Thanks,
>>
>> Tim
>>
>>
>> ___
>> ceph-users mailing list
>> ceph-users@lists.ceph.com
>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>
>
>
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>



-- 
John Wilkins
Senior Technical Writer
Intank
john.wilk...@inktank.com
(415) 425-9599
http://inktank.com
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] ceph.conf changes and restarting ceph.

2013-09-23 Thread Gary Mazzaferro
Tim

Did it work with authentication enabled  ?

-gary


On Mon, Sep 23, 2013 at 2:10 PM, Snider, Tim  wrote:

>  I modified /etc/ceph.conf for no authentication and to specify both
> private and public networks. /etc/ceph/ceph.conf was distributed to all
> nodes in the cluster
>
> ceph was restarted on all nodes using  "service ceph -a restart".
>
> After that authentication is still required and no ports are open on the
> cluster facing (192.168.10.0) network.
>
> Details in  http://pastie.org/8349534.
>
> What am I missing something? 
>
> ** **
>
> Thanks,
>
> Tim
>
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] ceph.conf changes and restarting ceph.

2013-09-23 Thread Aronesty, Erik
I did the same thing recently.

From: ceph-users-boun...@lists.ceph.com 
[mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of Snider, Tim
Sent: Monday, September 23, 2013 4:10 PM
To: ceph-users@lists.ceph.com
Subject: [ceph-users] ceph.conf changes and restarting ceph.

I modified /etc/ceph.conf for no authentication and to specify both private and 
public networks. /etc/ceph/ceph.conf was distributed to all nodes in the cluster
ceph was restarted on all nodes using  "service ceph -a restart".
After that authentication is still required and no ports are open on the 
cluster facing (192.168.10.0) network.
Details in  http://pastie.org/8349534.
What am I missing something?

Thanks,
Tim
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] ceph.conf changes and restarting ceph.

2013-09-23 Thread Snider, Tim
I modified /etc/ceph.conf for no authentication and to specify both private and 
public networks. /etc/ceph/ceph.conf was distributed to all nodes in the cluster
ceph was restarted on all nodes using  "service ceph -a restart".
After that authentication is still required and no ports are open on the 
cluster facing (192.168.10.0) network.
Details in  http://pastie.org/8349534.
What am I missing something?

Thanks,
Tim
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com