
The trouble shooting section was part of blockstorage.rst but also part of blockstorage-troubleshoot.rst, thus include it only once. Add ts_no_emulator_x86_64.rst to blockstorage-troubleshoot.rst. Update all files with proper markup heading. Sort trouble shooting section to follow order of DocBook version. Change-Id: I0a3c2234837da300a7e308fb6120fd813d60e795
29 lines
921 B
ReStructuredText
29 lines
921 B
ReStructuredText
.. highlight:: console
|
|
:linenothreshold: 5
|
|
|
|
===================
|
|
Duplicate 3PAR host
|
|
===================
|
|
|
|
Problem
|
|
~~~~~~~
|
|
|
|
This error may be caused by a volume being exported outside of OpenStack
|
|
using a host name different from the system name that OpenStack expects.
|
|
This error could be displayed with the IQN if the host was exported
|
|
using iSCSI::
|
|
|
|
Duplicate3PARHost: 3PAR Host already exists: Host wwn 50014380242B9750 \
|
|
already used by host cld4b5ubuntuW(id = 68. The hostname must be called\
|
|
'cld4b5ubuntu'.
|
|
|
|
Solution
|
|
~~~~~~~~
|
|
|
|
Change the 3PAR host name to match the one that OpenStack expects. The
|
|
3PAR host constructed by the driver uses just the local hostname, not
|
|
the fully qualified domain name (FQDN) of the compute host. For example,
|
|
if the FQDN was *myhost.example.com*, just *myhost* would be used as the
|
|
3PAR hostname. IP addresses are not allowed as host names on the 3PAR
|
|
storage server.
|