Dear community,

I'd like to slightly modifya set of columns what are displayed as an output 
of'onevm list' command.
For that purpose as far as I understand one can use '-l|--list' option of list command according to onevm's man page:

[...]
 ยท   list [filterflag]

           Lists VMs in the pool
           valid options: list, delay, xml, numeric, kilobytes


OPTIONS
[...]
              -l, --list x,y,z          Selects columns to display with list 
command

Itried as below:
$ onevm list --list id,name,ucpu
Column id not defined.

$ onevm list --list id
Column id not defined.

$ onevm list --list user
Column user not defined.

$ onevm list --list cpu
Column cpu not defined.

$ onevm list --list ucpu
Column ucpu not defined.

$ onevm list --list id,ucpu
Column id not defined.

So I wonder what the proper way to specify a list of columns to display by 
'onevm list' command?

Regards,
Nikolay.
_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to