|
400 | 400 | <varlistentry> |
401 | 401 | <term>&vmware;</term> |
402 | 402 | <listitem> |
403 | | - <para> |
404 | | - Appliance format: <literal>VMware/VirtualBox/KVM (.vmdk)</literal> |
405 | | - </para> |
406 | | - <para> |
407 | | - All images must be flat (that means contained within one file). |
408 | | - Both thick and thin provisioned <filename>.vmdk</filename> images |
409 | | - are supported. |
| 403 | + <para> Appliance format: <literal>VMware/VirtualBox/KVM (.vmdk)</literal> |
410 | 404 | </para> |
| 405 | + <!--taroth 2014-02-05: fix for https://bugzilla.novell.com/show_bug.cgi?id=862165#c3, |
| 406 | + as discussed with mjura--> |
| 407 | + <para> If you are using &susestudio; or &suseonsite; to build images, the resulting |
| 408 | + image will be a monolithic <literal>sparse</literal> file.</para> |
| 409 | + <note> |
| 410 | + <title>Image Conversion</title> |
| 411 | + <para>Sparse images can be uploaded to &ostack; &img;. However, it is recommended |
| 412 | + to convert sparse image into a different format before uploading them to &ostack; |
| 413 | + &img; (because starting VMs from sparse images may take longer).</para> |
| 414 | + <para>For a list of supported image types, refer to <ulink |
| 415 | + url="http://docs.openstack.org/havana/config-reference/content/vmware.html"/>, section |
| 416 | + <citetitle>Supported image types</citetitle>.</para> |
| 417 | + <para>For details on how to convert a sparse image into different formats, refer to <ulink |
| 418 | + url="http://docs.openstack.org/havana/config-reference/content/vmware.html"/>, section |
| 419 | + <citetitle>Optimize images</citetitle>. </para> |
| 420 | + </note> |
411 | 421 | </listitem> |
412 | 422 | </varlistentry> |
413 | 423 | <varlistentry> |
|
748 | 758 | <listitem> |
749 | 759 | <para>For &vmware;:</para> |
750 | 760 | <screen>glance image-update <replaceable>IMAGE_ID_OR_NAME</replaceable> \ |
751 | | - |
752 | 761 | --property vmware_adaptertype="lsiLogic" \ |
753 | | - --property vmware_disktype="sparse" \ |
| 762 | + --property vmware_disktype="preallocated" \ |
754 | 763 | --property hypervisor_type=vmware</screen> |
| 764 | + <!--taroth 2014-02-05: fix for https://bugzilla.novell.com/show_bug.cgi?id=862165#c3, |
| 765 | + as discussed with mjura--> |
| 766 | + <note> |
| 767 | + <title>Value of <literal>vmware_disktype</literal></title> |
| 768 | + <para>Depending on which disk type you use, adjust the value of |
| 769 | + <literal>vmware_disktype</literal> accordingly. For an overview which values to use, refer |
| 770 | + to <ulink url="http://docs.openstack.org/havana/config-reference/content/vmware.html"/>, |
| 771 | + <citetitle>Table 2.23. &ostack; Image Service disk type settings</citetitle>.</para> |
| 772 | + </note> |
755 | 773 | </listitem> |
756 | 774 | <listitem> |
757 | 775 | <para>For &hyper;:</para> |
|
0 commit comments