adoroszlai edited a comment on pull request #1635:
URL: https://github.com/apache/ozone/pull/1635#issuecomment-740093214
> Containers supposed to be visible under /tmp
I think this depends on `hdds.datanode.dir` setting. In `ozone` compose env
the container was replicated by default to `/data/hdds`. Got it to replicate
to `/tmp` with: `ozone freon -Dhdds.datanode.dir=/tmp cr -t 1`.
On another note, trying to run `ozone freon cr` the second time leads to:
```
[main] ERROR volume.MutableVolumeSet: Failed to parse the storage location:
/tmp
java.io.IOException: Volume is in an INCONSISTENT state. Skipped loading
volume: /tmp/hdds
at
org.apache.hadoop.ozone.container.common.volume.HddsVolume.initialize(HddsVolume.java:225)
```
Is this expected? Do you know a workaround for that (other than deleting
`/tmp/hdds`)?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]