Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently, for ozone admin om prepare command, we need to specify the om service ID as its a mandatory parameter.
ozone admin om prepare Missing required option: '--service-id=<omServiceId>' Usage: ozone admin om prepare [-hV] -id=<omServiceId> Prepares Ozone Manager for upgrade/downgrade, by applying all pending transactions, taking a Ratis snapshot at the last transaction and purging all logs on each OM instance. The returned transaction #ID corresponds to the last transaction in the quorum in which the snapshot is taken. -h, --help Show this help message and exit. -id, --service-id=<omServiceId> Ozone Manager Service ID -V, --version Print version information and exit.
The aim is to pick the default om service ID when explicilty not specified.