Constants.OUTPUT_OP_RESULT_FAIL, e.getMessage());
return;
}
//validate the input of ioShares
Priority ioPriority = null;
if (ioShares != null) {
try {
ioPriority = Priority.valueOf(ioShares.toUpperCase());
} catch (IllegalArgumentException ex) {
CommandsUtils.printCmdFailure(Constants.OUTPUT_OBJECT_CLUSTER,