Disable journal preallocation

MongoDB at start time measures write latency for cases with
and without preallocation.
If difference is larger than 2ms MongoDB starts to allocate
2Gb journal. During allocation it is not able to listen for
requests, so cluster initialization fails.

This change make mongobd starts faster for succesful cluster
initialization.

Change-Id: I55ff6076b0c21a5df93231b2c789d16256c4c784
Closes-Bug: PROD-27116
1 file changed