Re: [openstack-dev] [marconi] replicate messages among servers

2014-06-16 Thread wpf
Hi

   If you are using the mongodb, then you can leverage the replication
sets,  for example ,the uri for mongodb

   uri = mongodb://mydb1,mydb2,mydb3:27017/?replicaSet=catalog...

  for some more, you can refer to
http://docs.openstack.org/developer/marconi/installing.html


On Sun, Jun 15, 2014 at 6:14 PM, Peng Gu gp_st...@163.com wrote:

 Hi all,
   Is there a mechanism or plan for maconi to support replocating messages
 among servers to improve availability?
 I thought this is a key feature to bring maconi into product environment.
 Thanks

 Peng Gu



 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




-- 
祝好!

   王鹏飞
msn: dragoninfi...@hotmail.com
mobile: 13681265240
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [marconi] replicate messages among servers

2014-06-16 Thread Flavio Percoco

On 16/06/14 17:06 +0800, wpf wrote:

Hi

   If you are using the mongodb, then you can leverage the replication sets, 
for example ,the uri for mongodb

   uri = mongodb://mydb1,mydb2,mydb3:27017/?replicaSet=catalog...

  for some more, you can refer to http://docs.openstack.org/developer/marconi/
installing.html


On Sun, Jun 15, 2014 at 6:14 PM, Peng Gu gp_st...@163.com wrote:

   Hi all,
     Is there a mechanism or plan for maconi to support replocating messages
   among servers to improve availability? 
   I thought this is a key feature to bring maconi into product environment.
   Thanks
  
   Peng Gu
  



Hey Peng,

As mentioned in the previous reply to your email, it's recommended to
rely on the storage availability instead of doing it ourselves. If
you're using mongodb, you can configure a replicaSet and have several
marconi nodes pointing to the same replica.

Hope that helps,
Flavio

--
@flaper87
Flavio Percoco


pgp4OUU3wgtyX.pgp
Description: PGP signature
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev