It seems the journal files still sotred at /var/lib/mongodb/journal
even I pointed the location to /workspace/datastore
How could I save journal files in other places Because the root disk is almose full.
ls
prealloc.0 prealloc.1 prealloc.2
pwd
/var/lib/mongodb/journal
systemLog:
destination: file
path: "/var/log/mongodb/mongodb.log"
quiet: false
logAppend: true
net:
port: 27017
bindIp: 0.0.0.0
storage:
dbPath: /workspace/datastore
engine: wiredTiger