Description
Datanode state machine right now simple fails if container metadata directory is missing, it is better to create the directory if it has permission to. This is extremely useful at a fresh setup, usually we set ozone.container.metadata.dirs to be under same parent of dfs.datanode.data.dir. E.g
- /hadoop/hdfs/data
- /hadoop/hdfs/scm
if I don't pre-setup /hadoop/hdfs/scm/repository, ozone could not be started.