<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="font-family: Calibri, sans-serif; font-size: 14px; color: rgb(0, 0, 0);">
Hi, </div>
<div style="font-family: Calibri, sans-serif; font-size: 14px; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, sans-serif; font-size: 14px; color: rgb(0, 0, 0);">
According to the help text, “—min-count <number>” boot at least <number> servers (limited by quota):</div>
<div style="font-family: Calibri, sans-serif; font-size: 14px; color: rgb(0, 0, 0);">
<br>
</div>
<div>
<p style="font-family: Courier; font-size: 12px; margin: 0px;"><b>--min-count <number>          Boot at least <number> servers (limited by</b></p>
<p style="font-family: Courier; font-size: 12px; margin: 0px;"><b>                                quota).</b></p>
<p style="font-family: Courier; font-size: 12px; margin: 0px;"><br>
</p>
<p style="margin: 0px;">I used devstack to deploy OpenStack (version Kilo) in a multi-node setup:</p>
<blockquote style="margin:0 0 0 40px; border:none; padding:0px;">
<p style="margin: 0px;">1 Controller/Network + 2 Compute nodes</p>
<p style="margin: 0px;"><br>
</p>
</blockquote>
<div>
<p style="margin: 0px;">I update the tenant demo default quota “instances" and “cores" from ’10’ and ’20’ to ‘100’ and ‘200’:</p>
<p style="margin: 0px;"><br>
</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">localadmin@qa4:~/devstack$ nova quota-show --tenant 62fe9a8a2d58407d8aee860095f11550 --user eacb7822ccf545eab9398b332829b476</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">+-----------------------------+-------+</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">| Quota                       | Limit |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">+-----------------------------+-------+</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">| instances                   | 100   |   <<<<<</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">| cores                       | 200   |   <<<<<</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">| ram                         | 51200 |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">| floating_ips                | 10    |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">| fixed_ips                   | -1    |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">| metadata_items              | 128   |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">| injected_files              | 5     |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">| injected_file_content_bytes | 10240 |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">| injected_file_path_bytes    | 255   |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">| key_pairs                   | 100   |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">| security_groups             | 10    |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">| security_group_rules        | 20    |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">| server_groups               | 10    |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">| server_group_members        | 10    |</p>
<p style="margin: 0px;"></p>
<p style="margin: 0px; font-size: 12px; font-family: Courier;">+-----------------------------+-------+</p>
</div>
</div>
<div><br>
</div>
<div>When I boot 50 VMs using “—min-count 50”, only 48 VMs come up.</div>
<div><br>
</div>
<div>
<p style="margin: 0px; font-size: 12px; font-family: Courier;"><b>localadmin@qa4:~/devstack$ nova boot --image cirros-0.3.2-x86_64-uec --flavor 1 --nic net-id=5b464333-bad0-4fc1-a2f0-310c47b77a17 --min-count 50 vm-</b></p>
</div>
<div><br>
</div>
<div>There is no error in logs; and it happens consistently. </div>
<div><br>
</div>
<div>I also tried “—min-count 60” and only 48 VMs com up.</div>
<div><br>
</div>
<div>In Horizon, left pane “Admin” -> “System” -> “Hypervisors”, it shows both Compute hosts, each with 32 total VCPUs for a grand total of 64, but only 48 used.</div>
<div><br>
</div>
<div>Is this normal behavior or is there any other setting to change in order to use all 64 VCPUs?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Danny </div>
</body>
</html>