9c0005803b
Change-Id: I68c76f5e729232584c2119f8f34f2d72e4715f3c
19 lines
1.0 KiB
XML
19 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0" xml:id="section_ts_non_existent_vlun">
|
|
<title>Non-existent VLUN</title>
|
|
<section xml:id="section_ts_non_existent_vlun_problem">
|
|
<title>Problem</title>
|
|
<para>This error occurs if the 3PAR host exists with the correct host name that the
|
|
OpenStack cinder drivers expect but the volume was created in a different Domain.</para>
|
|
<programlisting>HTTPNotFound: Not found (HTTP 404) NON_EXISTENT_VLUN - VLUN 'osv-DqT7CE3mSrWi4gZJmHAP-Q' was not found.</programlisting>
|
|
</section>
|
|
<section xml:id="section_ts_non_existent_vlun_solution">
|
|
<title>Solution</title>
|
|
<para>The <code>hp3par_domain</code> configuration items either need to be updated to use
|
|
the domain the 3PAR host currently resides in, or the 3PAR host needs to be moved to the
|
|
domain that the volume was created in.</para>
|
|
</section>
|
|
</section>
|
|
|