92b0b6fd36
Change-Id: I6fc2f90b979fd4c8d45cfa223808c4a8f1eab8b9 Partial-Bug: #1121866
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 Block Storage 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>
|
|
|