It sounds like we need to update the cli to reflect this disk-configuration-parity change.  It is also likely that some nova-api work will need to be done to get this humming.  <a href="https://bugs.launchpad.net/nova/+bug/932423">https://bugs.launchpad.net/nova/+bug/932423</a><br>
<br><div class="gmail_quote">On Tue, Feb 14, 2012 at 1:57 PM, Jesse Andrews <span dir="ltr"><<a href="mailto:anotherjesse@gmail.com">anotherjesse@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Deliberate change.<br>
<br>
It used to be that KVM and XS did different things as far as disk partitioning.<br>
<br>
<a href="https://blueprints.launchpad.net/nova/+spec/disk-configuration-parity" target="_blank">https://blueprints.launchpad.net/nova/+spec/disk-configuration-parity</a><br>
<br>
Now a flavor can specify the root vs ephemeral partition size<br>
independently instead of being decided by choice of hypervisor.<br>
<span class="HOEnZb"><font color="#888888"><br>
Jesse<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Tue, Feb 14, 2012 at 1:47 PM, David Kranz <<a href="mailto:david.kranz@qrclab.com">david.kranz@qrclab.com</a>> wrote:<br>
> In tracking down a problem with the tempest flavors test I noticed that<br>
> 'nova flavor-list' returns this in Essex:<br>
><br>
> +----+-----------+-----------+------+----------+-------+-------------+<br>
> | ID |    Name   | Memory_MB | Swap | Local_GB | VCPUs | RXTX_Factor |<br>
> +----+-----------+-----------+------+----------+-------+-------------+<br>
> | 1  | m1.tiny   | 512       |      | 0        | 1     | 1.0         |<br>
> | 2  | m1.small  | 2048      |      | 10       | 1     | 1.0         |<br>
> | 3  | m1.medium | 4096      |      | 10       | 2     | 1.0         |<br>
> | 4  | m1.large  | 8192      |      | 10       | 4     | 1.0         |<br>
> | 5  | m1.xlarge | 16384     |      | 10       | 8     | 1.0         |<br>
> +----+-----------+-----------+------+----------+-------+-------------+<br>
><br>
> and this in Diablo:<br>
><br>
> +----+-----------+-----------+------+----------+-------+-------------+<br>
> | ID |    Name   | Memory_MB | Swap | Local_GB | VCPUs | RXTX_Factor |<br>
> +----+-----------+-----------+------+----------+-------+-------------+<br>
> | 1  | m1.tiny   | 512       | 0    | 0        | 1     |             |<br>
> | 2  | m1.small  | 2048      | 0    | 20       | 1     |             |<br>
> | 3  | m1.medium | 4096      | 0    | 40       | 2     |             |<br>
> | 4  | m1.large  | 8192      | 0    | 80       | 4     |             |<br>
> | 5  | m1.xlarge | 16384     | 0    | 160      | 8     |             |<br>
> +----+-----------+-----------+------+----------+-------+-------------+<br>
><br>
> Note that Local_GB changed from 0,20,40,80,160 to 0,10,10,10,10. These<br>
> values are coming straight from the API call.<br>
> Is this a bug or a deliberate change?<br>
><br>
>  -David<br>
><br>
> _______________________________________________<br>
> Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
> Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
> Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
> More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</div></div></blockquote></div><br>