Re: [ceph-users] Ceph and container

2016-11-15 Thread John Petrini
I forgot to mention that we are running 2 of our 3 monitors in VM's on our
OSD nodes. It's a small cluster with only two OSD nodes. The third monitor
is on a VM on a separate host. It works well but we made sure the OSD's had
plenty of extra resources to accommodate the VM's and the host OS is
running on SSD. I should also mention that this is a small cluster only
used for non-critical backups which is why we're comfortable with it.

___

John Petrini

NOC Systems Administrator   //   *CoreDial, LLC*   //   coredial.com
//   [image:
Twitter]    [image: LinkedIn]
   [image: Google Plus]
   [image: Blog]

Hillcrest I, 751 Arbor Way, Suite 150, Blue Bell PA, 19422
*P: *215.297.4400 x232   //   *F: *215.297.4401   //   *E: *
jpetr...@coredial.com

[image: Exceptional people. Proven Processes. Innovative Technology.
Discover CoreDial - watch our video]


The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission,  dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.

On Tue, Nov 15, 2016 at 5:14 PM, Matt Taylor  wrote:

> I think you may need to re-evaluate your situation. If you aren't willing
> to spend the $ on 3 Dedicated Servers, is your platform big enough to
> warrant the need for Ceph?
>
>
>
>
> On 16/11/16 01:25, Matteo Dacrema wrote:
>
>> Hi,
>>
>> does anyone ever tried to run ceph monitors in containers?
>> Could it lead to performance issues?
>> Can I run monitor containers on the OSD nodes?
>>
>> I don’t want to buy 3 dedicated servers. Is there any other solution?
>>
>> Thanks
>> Best regards
>>
>> Matteo Dacrema
>>
>>
>>
>> ___
>> 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
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Ceph and container

2016-11-15 Thread Matt Taylor
I think you may need to re-evaluate your situation. If you aren't 
willing to spend the $ on 3 Dedicated Servers, is your platform big 
enough to warrant the need for Ceph?




On 16/11/16 01:25, Matteo Dacrema wrote:

Hi,

does anyone ever tried to run ceph monitors in containers?
Could it lead to performance issues?
Can I run monitor containers on the OSD nodes?

I don’t want to buy 3 dedicated servers. Is there any other solution?

Thanks
Best regards

Matteo Dacrema



___
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 and container

2016-11-15 Thread Tomasz Kuzemko
We are running all Ceph services inside LXC containers with XFS bind
mounts since few years and it works great. Additionally we use macvlan
for networking so each container has it's own IP address without any NATing.

As for Docker (and specifically aufs/overlay), I would advise to test
for data integrity during power outages.

On 15.11.2016 15:30, John Petrini wrote:
> I've had lots of success running monitors in VM's. Never tried the
> container route but there is a ceph-docker
> project https://github.com/ceph/ceph-docker if you want to give it a
> shot. I don't know how highly recommended that it though, I've got no
> personal experience with it.
> 
> No matter what you want to make sure you don't have a single point of
> failure. There's not much point it having three monitors if they are all
> going to run in containers/VM's on the same host.
> 
> ___
> 
> John Petrini
> 
> NOC Systems Administrator   //   *CoreDial, LLC*   //   coredial.com
>    //   Twitter
>    LinkedIn
>    Google Plus
>    Blog
>  
> Hillcrest I, 751 Arbor Way, Suite 150, Blue Bell PA, 19422 
> *P: *215.297.4400 x232  
> //   *F: *215.297.4401   //   *E: *jpetr...@coredial.com
> 
> 
> Exceptional people. Proven Processes. Innovative Technology. Discover
> CoreDial - watch our video
> 
> 
> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material. Any review, retransmission,  dissemination or other use of, or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited. If you
> received this in error, please contact the sender and delete the
> material from any computer.
> 
> 
> 
> On Tue, Nov 15, 2016 at 9:25 AM, Matteo Dacrema  > wrote:
> 
> Hi,
> 
> does anyone ever tried to run ceph monitors in containers?
> Could it lead to performance issues?
> Can I run monitor containers on the OSD nodes?
> 
> I don’t want to buy 3 dedicated servers. Is there any other solution?
> 
> Thanks
> Best regards
> 
> Matteo Dacrema
> 
> 
> ___
> 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
> 

-- 
Tomasz Kuzemko
tomasz.kuze...@corp.ovh.com



signature.asc
Description: OpenPGP digital signature
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Ceph and container

2016-11-15 Thread Daniel Gryniewicz
In addition, Red Hat is shipping a containerized Ceph (all daemons, not 
just mons) as a tech preview in RHCS, and the plan is to support it 
going forward.  We have not seen performance issues related to being 
containerized.  It's based on the ceph-docker and ceph-ansible projects.


Daniel

On 11/15/2016 09:30 AM, John Petrini wrote:

I've had lots of success running monitors in VM's. Never tried the
container route but there is a ceph-docker
project https://github.com/ceph/ceph-docker if you want to give it a
shot. I don't know how highly recommended that it though, I've got no
personal experience with it.

No matter what you want to make sure you don't have a single point of
failure. There's not much point it having three monitors if they are all
going to run in containers/VM's on the same host.

___

John Petrini

NOC Systems Administrator   //   *CoreDial, LLC*   //   coredial.com
   //   Twitter
   LinkedIn
   Google Plus
   Blog

Hillcrest I, 751 Arbor Way, Suite 150, Blue Bell PA, 19422
*P: *215.297.4400 x232
//   *F: *215.297.4401   //   *E: *jpetr...@coredial.com


Exceptional people. Proven Processes. Innovative Technology. Discover
CoreDial - watch our video


The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission,  dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the
material from any computer.



On Tue, Nov 15, 2016 at 9:25 AM, Matteo Dacrema > wrote:

Hi,

does anyone ever tried to run ceph monitors in containers?
Could it lead to performance issues?
Can I run monitor containers on the OSD nodes?

I don’t want to buy 3 dedicated servers. Is there any other solution?

Thanks
Best regards

Matteo Dacrema


___
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



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


Re: [ceph-users] Ceph and container

2016-11-15 Thread John Petrini
I've had lots of success running monitors in VM's. Never tried the
container route but there is a ceph-docker project
https://github.com/ceph/ceph-docker if you want to give it a shot. I don't
know how highly recommended that it though, I've got no personal experience
with it.

No matter what you want to make sure you don't have a single point of
failure. There's not much point it having three monitors if they are all
going to run in containers/VM's on the same host.

___

John Petrini

NOC Systems Administrator   //   *CoreDial, LLC*   //   coredial.com
//   [image:
Twitter]    [image: LinkedIn]
   [image: Google Plus]
   [image: Blog]

Hillcrest I, 751 Arbor Way, Suite 150, Blue Bell PA, 19422
*P: *215.297.4400 x232   //   *F: *215.297.4401   //   *E: *
jpetr...@coredial.com

[image: Exceptional people. Proven Processes. Innovative Technology.
Discover CoreDial - watch our video]


The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission,  dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.

On Tue, Nov 15, 2016 at 9:25 AM, Matteo Dacrema  wrote:

> Hi,
>
> does anyone ever tried to run ceph monitors in containers?
> Could it lead to performance issues?
> Can I run monitor containers on the OSD nodes?
>
> I don’t want to buy 3 dedicated servers. Is there any other solution?
>
> Thanks
> Best regards
>
> Matteo Dacrema
>
>
> ___
> 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


[ceph-users] Ceph and container

2016-11-15 Thread Matteo Dacrema
Hi,

does anyone ever tried to run ceph monitors in containers?
Could it lead to performance issues?
Can I run monitor containers on the OSD nodes?

I don’t want to buy 3 dedicated servers. Is there any other solution?

Thanks
Best regards

Matteo Dacrema

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