Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mongo error 14031 #1

Open
mr-stephan opened this issue Mar 9, 2014 · 0 comments
Open

mongo error 14031 #1

mr-stephan opened this issue Mar 9, 2014 · 0 comments

Comments

@mr-stephan
Copy link

The corresponding message to this error is "Can't take a write lock while out of disk space"
I solved this problem by changing the skript mongod.sh this way:

mkdir -p $QPKG_DIR/data
mkdir -p $QPKG_DIR/log
: mkdir -p /mnt/ext/opt/mongo/db

$QPKG_DIR/bin/mongod --dbpath=$QPKG_DIR/data --fork --logpath $QPKG_DIR/log
: $QPKG_DIR/bin/mongod --dbpath=/mnt/ext/opt/mongo/db --fork --logpath /mnt/ext/opt/mongo/log
: ADD START ACTIONS HERE

Since /mnt/ext/ points to somewhere on the first disk which is part of the virtual RAID, it seems to be better using space which is or might be part of the RAID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant