~jorgew/openstack-manuals/coreUpdates

« back to all changes in this revision

Viewing changes to doc/source/docbkx/openstack-compute-admin/computeadmin.xml

  • Committer: Anne Gentle
  • Date: 2011-09-07 16:37:24 UTC
  • Revision ID: anne@openstack.org-20110907163724-mq2qubyz02kkg4w5
Fixes typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
752
752
                    <para>You can view that status of the volumes creation using
753
753
                        ‘euca-describe-volumes’. Once that status is ‘available,’ it is ready to be
754
754
                        attached to an instance:</para>
755
 
                    <para><literallayout class="monospaced"><code>euca-attach-volume -i i-00000008 -d /dev/vdb vol-00000009</code> (-i reffers to the instance you will attach the volume to, -d is the mountpoint<emphasis role="bold"> (on the compute-node !</emphasis> and then the volume name.)</literallayout></para>
 
755
                    <para><literallayout class="monospaced"><code>euca-attach-volume -i i-00000008 -d /dev/vdb vol-00000009</code></literallayout> (-i refers to the instance you will attach the volume to, -d is the mountpoint<emphasis role="bold"> (on the compute-node !</emphasis> and then the volume name.)</para>
756
756
                    <para>By doing that, the compute-node which runs the instance basically performs
757
757
                        an iSCSI connection and creates a session. You can ensure that the session
758
758
                        has been created by running : </para>
764
764
                    </para>
765
765
 
766
766
                    <para>If you do not get any errors, it is time to login to instance ‘i-00000008′
767
 
                        and see if the new space is there. You can check the volume attachemnt by
 
767
                        and see if the new space is there. You can check the volume attachment by
768
768
                        running : </para>
769
769
                    <para><code>dmesg | tail </code></para>
770
770
                    <para>You should from there see a new disk. Here is the output from ‘fdisk -l’