Description of problem: I didn't find a way to define number of VM's when creating a new VM pool. This field is quite essential for VM pools creation. \ Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: RHEVM shell (connected)]# help create vmpool USAGE create <type> [base identifiers] [attribute options] DESCRIPTION Create a new object with type vmpool. See 'help create' for generic help on creating objects. ATTRIBUTE OPTIONS The following options are available for objects with type vmpool: * --cluster-id|name: string * --template-id|name: string * --name: string * [--expect: 201-created] * [--correlation_id: anystring] Note: collection based arguments syntax is: --<type>.<collection-obj>.<collection-member> "<collection-item>.<collection-item-property>=value,..." e.g: --power_management-options-option "option.name=n1,option.value=v1" --power_management-options-option "option.name=n2,option.value=v2" RETURN VALUES * 002 (COMMAND_ERROR) * 003 (INTERRUPTED) * 011 (NOT_FOUND) * 000 (OK) * 010 (REMOTE_ERROR) * 001 (SYNTAX_ERROR) * 004 (UNKNOWN_ERROR) ## from the detailed documentation : https://fire-vdc.qa.lab.tlv.redhat.com/docs/en-US/html/CLI_Guide/vmpool.html
What about prestarted VM's in pool ? It is missing as well.
size treated by #854272
you can define number of pre-started in gui as well. actually (and i hope we have a backend validation rather than just gui preventing this), you can't ever set more pre-started VMs then those that already exist in the pool (for now). so only question for now is if you can set it for an already created pool
yes, but manually using --prestarted_vms option however, RSDL defined params are: * [--cluster-id|name: string] * [--template-id|name: string] * [--name: string] * [--correlation_id: anystring] i.e this param should be added in RSDL vmpool.update() as well
Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug.