mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
26 lines
1.8 KiB
XML
26 lines
1.8 KiB
XML
<?xml version='1.0' encoding='utf-8' ?>
|
|
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
|
|
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
|
|
%BOOK_ENTITIES;
|
|
]>
|
|
<section id="attaching-volume">
|
|
<title>Attaching a Volume</title>
|
|
<para>You can attach a volume to a guest VM to provide extra disk storage. Attach a volume when you first create a new volume, when you are moving an existing volume from one VM to another, or after you have migrated a volume from one storage pool to another.</para>
|
|
<orderedlist>
|
|
<listitem><para>Log in to the CloudPlatform UI as a user or admin.</para></listitem>
|
|
<listitem><para>In the left navigation, click Storage.</para></listitem>
|
|
<listitem><para>In Select View, choose Volumes.</para></listitem>
|
|
<listitem><para>4. Click the volume name in the Volumes list, then click the Attach Disk button<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="./images/attach-disk-icon.png" />
|
|
</imageobject>
|
|
<textobject><phrase>AttachDiskButton.png: button to attach a volume</phrase></textobject>
|
|
</inlinemediaobject>
|
|
</para></listitem>
|
|
<listitem><para>In the Instance popup, choose the VM to which you want to attach the volume. You will only see instances to which you are allowed to attach volumes; for example, a user will see only instances created by that user, but the administrator will have more choices.</para>
|
|
<para>If the VM is running in the OVM hypervisor, the VM must be stopped before a new volume can be attached to it.</para></listitem>
|
|
<listitem><para>When the volume has been attached, you should be able to see it by clicking Instances, the instance name, and View Volumes.</para></listitem>
|
|
</orderedlist>
|
|
</section>
|
|
|