Hostsvc/rsrc/create

From VI-Toolkit
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

vimsh hostsvc/rsrc/create

Usage: create [OPTIONS] poolId poolName

Create a child pool with default resource settings under the specified pool.

Options:

  --cpu-min=int
      CPU minimum (in MHz).

  --cpu-min-expandable=bool
      Can pool borrow CPU resources from parent?

  --cpu-max=int
      CPU maximum (in MHz).

  --cpu-shares=string
      CPU shares (low/normal/high/<custom>).

  --mem-min=int
      Memory minimum (in MB).

  --mem-min-expandable=bool
      Can pool borrow memory resources from parent?

  --mem-max=int
      Memory maximum (in MB).

  --mem-shares=string
      Memory shares (low/normal/high/<custom>).