> 2. Using db.fsyncLock() / db.fsyncUnlock(). Failed, because it hangs
> after a few seconds of work.
You cannot, and should not use mongodump with fsyncLock. Using
fsyncLock is for backing up the files, not using mongodump.
> 3. Stopping slave node completely and using --dbpath param. Works, but
> feels like overkill.
See above.
> Is there something else we could try with the current version?
See above.
> --
> You received this message because you are subscribed to the Google Groups "mongodb-user" group.
> To post to this group, send email to mongod...@googlegroups.com.
> To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
>