You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/12/07 19:13:57 UTC

[GitHub] [ozone] adoroszlai edited a comment on pull request #1635: HDDS-4524. Create freon test to measure closed container replication

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org