After deploying MongoDB 2.4.0 for the first time and connecting to it from a remote shell, it warned me:
1 2 3 4 5 6 7 8 |
|
The fix for this turned out to be:
1
|
|
Where /dev/md2 is the disk where the database files are stored.
After deploying MongoDB 2.4.0 for the first time and connecting to it from a remote shell, it warned me:
1 2 3 4 5 6 7 8 |
|
The fix for this turned out to be:
1
|
|
Where /dev/md2 is the disk where the database files are stored.