From ffb68cc9166afb8d8a9e0a545977973020562cdd Mon Sep 17 00:00:00 2001 From: falcon78921 Date: Mon, 26 Mar 2018 15:44:11 -0400 Subject: [PATCH] doc: Updated add primary storage documentation for latest CloudStack release (4.11) Signed-off-by: James McClune --- doc/rbd/rbd-cloudstack.rst | 40 ++++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/doc/rbd/rbd-cloudstack.rst b/doc/rbd/rbd-cloudstack.rst index f66d6d4bb3d..2d98358bbc8 100644 --- a/doc/rbd/rbd-cloudstack.rst +++ b/doc/rbd/rbd-cloudstack.rst @@ -91,21 +91,41 @@ See `User Management`_ for additional details. Add Primary Storage =================== -To add primary storage, refer to `Add Primary Storage (4.2.0)`_ to add a Ceph block device, the steps -include: +To add a Ceph block device as Primary Storage, the steps include: #. Log in to the CloudStack UI. #. Click **Infrastructure** on the left side navigation bar. -#. Select the Zone you want to use for Primary Storage. -#. Click the **Compute** tab. -#. Select **View All** on the `Primary Storage` node in the diagram. -#. Click **Add Primary Storage**. -#. Follow the CloudStack instructions. +#. Select **View All** under **Primary Storage**. +#. Click the **Add Primary Storage** button on the top right hand side. +#. Fill in the following information, according to your infrastructure setup: + - Scope ``(i.e. Cluster or Zone-Wide)``. + + - Zone. + + - Pod. + + - Cluster. + + - Name of Primary Storage. + - For **Protocol**, select ``RBD``. - - Add cluster information (cephx is supported). Note: Do not include the ``client.`` part of the user. - - Add ``rbd`` as a tag. + + - For **Provider**, select the appropriate provider type ``(i.e. DefaultPrimary, SolidFire, SolidFireShared, or CloudByte)``. Depending on the provider chosen, fill out the information pertinent to your setup. + +#. Add cluster information (cephx is supported). + - For **RADOS Monitor**, provide the IP address of a Ceph monitor node. + + - For **RADOS Pool**, provide the name of a RBD pool. + + - For **RADOS User**, provide an user that has sufficient rights to the RBD pool. Note: Do not include the ``client.`` part of the user. + + - For **RADOS Secret**, provide the secret associated to the RBD user chosen. + + - **Storage Tags** are optional. Use tags at your own discretion. For more information about storage tags in CloudStack, refer to `Storage Tags`_. + +#. Click **OK**. Create a Disk Offering ====================== @@ -130,6 +150,6 @@ Limitations .. _Install and Configure QEMU: ../qemu-rbd .. _Install and Configure libvirt: ../libvirt .. _KVM Hypervisor Host Installation: http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Installation_Guide/hypervisor-kvm-install-flow.html -.. _Add Primary Storage (4.2.0): http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_Guide/primary-storage-add.html +.. _Storage Tags: http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.11/storage.html#storage-tags .. _Create a New Disk Offering (4.2.0): http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_Guide/compute-disk-service-offerings.html#creating-disk-offerings .. _User Management: ../../rados/operations/user-management