Hostsvc/rsrc/create

From VI-Toolkit
Revision as of 00:31, 2 January 2009 by Wila (talk | contribs) (New page: ==== 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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>).