Skip to content

MongoRock on AWS why 2 more volumes are needed #4236

Closed
@agwl-saurabh

Description

@agwl-saurabh

Hi,

I am creating a replica set of MongoRock (Percona Server for MongoDB 3.4). and planing to run main replica member on "t2.medium" or t2. large rest on t2.micro.

I am planing to have one primary and two secondary Replica Set Members.

I need info why MongoRock, need 3 volumes mount .

I am referencing this document "http://docs.parseplatform.org/parse-server/guide/#using-mongodb--rocksdb"

why we need below commends to run.

$ sudo mdadm —create /dev/md0 --level=stripe /dev/xvdb /dev/xvdc
$ sudo mkfs -t ext4 /dev/md0

My problem is my current DB size is 16 GB. so if I create replica set of i need 20GB x 3 voumes x 3 replica set = 200 to 250 GB approx space . which is to much

mongoDB does not need 2 more node. is 3 node specific to rock Engine or parse specific.

and backup again take some GB. can't all data can be stored on one default node. so it will be easy replication please help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions