4.23. vmpool
vmpool
リソースタイプは、Red Hat Virtualization 環境内のすべての仮想マシンプールリソースをグループ化します。
Name | 型 | 説明 | 必須 | User Creatable | ユーザーアップデータ可能 |
---|---|---|---|---|---|
--cluster-id|name
|
string
|
仮想マシンプールのクラスターへの参照。
|
はい
|
はい
|
はい
|
--template-id|name
|
string
|
仮想マシンプールのテンプレートへの参照。
|
はい
|
はい
|
はい
|
--name
|
string
|
仮想マシンプールの名前。
|
はい
|
はい
|
はい
|
--size
|
integer
|
プール内の仮想マシンの数。
|
はい
|
はい
|
はい
|
例4.48 新しい仮想マシンプールの作成
[RHEVM shell (connected)]# add vmpool --cluster-name MyCluster --template-name MyTemplate --name MyPool --size 3
例4.49 仮想マシンプールの更新
[RHEVM shell (connected)]# update vmpool MyPool --size 4
例4.50 仮想マシンプールの削除
[RHEVM shell (connected)]# remove vmpool MyPool