Hi all,

Well, looks like DragonDisk (http://www.dragondisk.com/) deal with RRDNS
well, it just run with both RGWs ;)

But what actually I need to know now is why RGW not start at boot time with
"Initialization timeout, failed to initialize" error in logs. It
run successful by hands after that.


On Thu, May 9, 2013 at 7:28 PM, Dimitri Maziuk <[email protected]>wrote:

> On 05/09/2013 09:57 AM, Tyler Brekke wrote:
> > For High availability RGW you would need a load balancer. HA Proxy is
> > an example of a load balancer that has been used successfully with
> > rados gateway endpoints.
>
> Strictly speaking for HA you need an HA solution. E.g. heartbeat. Main
> difference between that and load balancing is that one server serves the
> clients until it dies, then another takes over. With load balancing, all
> servers get a share of the requests. It can be configured to do HA: set
> "main" server's share to 100%, then the backup will get no requests as
> long as the main is up.
>
> RRDNS is a load balancing solution. Dep. on the implementation it can
> simply return a list of IPs instead of a single IP for the host name,
> then it's up to the client to pick one. A simple stupid client may
> always pick the first one. A simple stupid server may always return the
> list in the same order. That could be how all your clients always pick
> the same server.
>
> --
> Dimitri Maziuk
> Programmer/sysadmin
> BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu
>
>
> _______________________________________________
> ceph-users mailing list
> [email protected]
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
>


-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to