fix images links, remove space on filename, close #22
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/05b8e7f8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/05b8e7f8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/05b8e7f8 Branch: refs/heads/master Commit: 05b8e7f802d8ce2d47c90e4a7f92c4e86dc257c9 Parents: f0f1168 Author: Pierre-Luc Dion <pdion...@apache.org> Authored: Sat Apr 11 08:38:06 2015 -0400 Committer: Pierre-Luc Dion <pdion...@apache.org> Committed: Sat Apr 11 08:38:06 2015 -0400 ---------------------------------------------------------------------- source/_static/images/subnetting storage.png | Bin 120501 -> 0 bytes source/_static/images/subnetting_storage.png | Bin 0 -> 120501 bytes source/storage_setup.rst | 21 ++++++++++++--------- 3 files changed, 12 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/05b8e7f8/source/_static/images/subnetting storage.png ---------------------------------------------------------------------- diff --git a/source/_static/images/subnetting storage.png b/source/_static/images/subnetting storage.png deleted file mode 100644 index a6f47d6..0000000 Binary files a/source/_static/images/subnetting storage.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/05b8e7f8/source/_static/images/subnetting_storage.png ---------------------------------------------------------------------- diff --git a/source/_static/images/subnetting_storage.png b/source/_static/images/subnetting_storage.png new file mode 100644 index 0000000..a6f47d6 Binary files /dev/null and b/source/_static/images/subnetting_storage.png differ http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/05b8e7f8/source/storage_setup.rst ---------------------------------------------------------------------- diff --git a/source/storage_setup.rst b/source/storage_setup.rst index 9df127a..848bf52 100644 --- a/source/storage_setup.rst +++ b/source/storage_setup.rst @@ -144,8 +144,8 @@ this management interface must be on the CloudStack âmanagementâ or âpriva other interfaces configured on your host carrying guest and public traffic to/from VMs within the hosts but the hypervisor itself doesnât/canât communicate over these interfaces. -|hypervisorcomms.png: hypervisor storage communication| -Figure 1: Hypervisor communications +|hypervisorcomms.png| +*Figure 1*: Hypervisor communications Separating Primary Storage traffic For those from a pure virtualisation background, the concept of creating a specific interface for storage @@ -161,11 +161,11 @@ The logical reasoning which explains how this splitting of traffic works is as f #. In order for the âprimary storageâ management interface to communicate with the primary storage, the interfaces on the primary storage arrays must be in the same CIDR as the âprimary storageâ management interface. #. Therefore the primary storage must be in a different subnet to the management network -|subnetting storage.png: subnetted storage interfaces| -Figure 2: Subnetting of Storage Traffic +|subnetting storage.png| +*Figure 2*: Subnetting of Storage Traffic -|hypervisorcomms-secstorage.png: separated hypervisor communications with secondary storage| -Figure 3: Hypervisor Communications with Separated Storage Traffic +|hypervisorcomms-secstorage.png| +*Figure 3*: Hypervisor Communications with Separated Storage Traffic Other Primary Storage Types If you are using PreSetup or SharedMountPoints to connect to IP based storage then the same principles @@ -349,6 +349,9 @@ Now you can set up /export as an NFS share. deployment. -.. |hypervisorcomms.png: hypervisor storage communication| image:: ../_static/images/hypervisorcomms.png -.. |subnetting storage.png: subnetted storage interfaces| image:: ../_static/images/subnetting storage.png -.. |hypervisorcomms-secstorage.png: hypervisor communications to secondary storage| image:: ../_static/images/hypervisorcomms-secstorage.png \ No newline at end of file +.. |hypervisorcomms.png| image:: ./_static/images/hypervisorcomms.png + :alt: hypervisor storage communication +.. |subnetting storage.png| image:: ./_static/images/subnetting_storage.png + :alt: subnetted storage interfaces +.. |hypervisorcomms-secstorage.png| image:: ./_static/images/hypervisorcomms-secstorage.png + :alt: hypervisor communications to secondary storage \ No newline at end of file