CLOUDSTACK-427: Fixing hardcoded reference in Citrix XenServer Installation doc.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/0daf66bc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0daf66bc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0daf66bc Branch: refs/heads/vim51_win8 Commit: 0daf66bcd3ea97c190292f86eeaaab21f28394ad Parents: 996b53b Author: Joe Brockmeier <[email protected]> Authored: Fri Mar 1 09:23:31 2013 -0600 Committer: Joe Brockmeier <[email protected]> Committed: Fri Mar 1 09:24:05 2013 -0600 ---------------------------------------------------------------------- docs/en-US/citrix-xenserver-installation.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0daf66bc/docs/en-US/citrix-xenserver-installation.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/citrix-xenserver-installation.xml b/docs/en-US/citrix-xenserver-installation.xml index 867d36e..9082b23 100644 --- a/docs/en-US/citrix-xenserver-installation.xml +++ b/docs/en-US/citrix-xenserver-installation.xml @@ -261,13 +261,13 @@ server 3.xenserver.pool.ntp.org <para>Connect FiberChannel cable to all hosts in the cluster and to the FiberChannel storage host.</para> </listitem> - <listitem> + <listitem id="rescan-scsi"> <para>Rescan the SCSI bus. Either use the following command or use XenCenter to perform an HBA rescan.</para> <programlisting># scsi-rescan</programlisting> </listitem> <listitem> - <para>Repeat step 2 on every host.</para> + <para>Repeat step <xref linkend="rescan-scsi"/> on every host.</para> </listitem> <listitem> <para>Check to be sure you see the new SCSI disk.</para>
