← Back to team overview

openstack team mailing list archive

Re: [HELP][SWIFT] - Are SQLite files pushed to Object Server ?

 

Hi,

Each container server sqlite db is replicated to 3 of your container
nodes.  Container replication (which operates a bit differently than
object replication) ensures that they stay in sync.  The container
nodes can be run either on the same nodes as your storage nodes, or on
separate nodes.  That depends on you and how you set up your container
ring.

--
Chuck

On Wed, Sep 14, 2011 at 6:12 AM, Mohammad Nour El-Din
<nour.mohammad@xxxxxxxxx> wrote:
> Hi...
>
>   It has been mentioned in [1] that, quoting:
>
> "The listings are stored as sqlite database files, and replicated
> across the cluster similar to how objects are." Does this mean that
> they are replicated, but in separate way than object files, or they
> are pushed into the Object Server and hence replicated as any other
> saved objects ?
>
> Looking forward to your reply.
>
> --
> Thanks
> - Mohammad Nour
> ----
> "Life is like riding a bicycle. To keep your balance you must keep moving"
> - Albert Einstein
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>


References