adoroszlai commented on code in PR #9874:
URL: https://github.com/apache/ozone/pull/9874#discussion_r2901860336
##########
hadoop-ozone/vapor/src/main/java/org/apache/hadoop/ozone/freon/containergenerator/GeneratorDatanode.java:
##########
@@ -74,13 +74,13 @@
optionListHeading =
"\nExecute this command with different parameters for each datanodes. "
+ "For example if you have 10 datanodes, use "
- + "'ozone freon cgdn --index=1 --datanodes=10', 'ozone freon"
- + " cgdn --index=2 --datanodes=10', 'ozone freon cgdn "
+ + "'ozone vapor cgdn --index=1 --datanodes=10', 'ozone vapor"
+ + " cgdn --index=2 --datanodes=10', 'ozone vapor cgdn "
Review Comment:
Added handling for compatibility in `ozone` shell script. Thanks for the
idea.
```bash
$ ozone freon cr --help
Usage: ozone vapor cr [-fhV] [--verbose] [--datanode=<datanode>]
[--duration=<duration>] [-n=<testNo>] [-p=<prefix>]
[-t=<threadNo>]
Replicate / download closed containers.
--datanode=<datanode>
Replicate only containers on this specific
datanode.
Default:
...
```
```bash
$ ozone freon ockv --help
Usage: ozone freon ockv [-fhsV] [--verbose] [-b=<bucketName>]
[--duration=<duration>] [-n=<testNo>]
[--om-service-id=<omServiceID>] [-p=<prefix>]
[-t=<threadNo>] [-v=<volumeName>]
Validate keys with the help of the ozone clients.
-b, --bucket=<bucketName>
Name of the bucket which contains the test data.
Default: bucket1
...
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]