Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
bin/ozone oz volume create --user=$USER vol1
bin/ozone oz bucket create vol1/bucket1
dd if=/dev/zero of=/tmp/myfile bs=1024 count=1
bin/ozone oz key put vol1/bucket1/key1 /tmp/myfile


Stop

...

Services

Code Block
ozone --daemon stop om
ozone --daemon stop scm
ozone --daemon stop datanode


Clean up your Dev Environment (Optional)

Remove the following directories to wipe the Ozone pseudo-cluster state. This will also delete all user data (volumes/buckets/keys) you added to the pseudo-cluster.

...