We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06ad9f commit ac2cfe7Copy full SHA for ac2cfe7
create-esxi-resource-pool.sh
@@ -7,6 +7,6 @@ fi
7
8
POOL_NAME=$1
9
10
-POOL_ID=`vim-cmd hostsvc/rsrc/create ha-root-pool $POOL_NAME | sed -rn "s/'vim.ResourcePool:(.+)'/\1/p"`
+POOL_ID=`vim-cmd hostsvc/rsrc/create --cpu-min-expandable=true --cpu-shares=normal --mem-min-expandable=true --mem-shares=normal ha-root-pool $POOL_NAME | sed -rn "s/'vim.ResourcePool:(.+)'/\1/p"`
11
echo $POOL_ID
12
0 commit comments