diff --git a/src/cli/one_helper.rb b/src/cli/one_helper.rb index 34440291f7..57929b6f3c 100644 --- a/src/cli/one_helper.rb +++ b/src/cli/one_helper.rb @@ -604,7 +604,7 @@ EOT end def self.name_to_id(name, pool, ename) - if ename=="CLUSTER" and name=="ALL" + if ename=="CLUSTER" and name.upcase=="ALL" return 0, "ALL" end