66d6a9aedb
Change-Id: Id9fd4465ac5b39e63659322dbf3156d33ac0c778
22 lines
1.1 KiB
XML
22 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="section_ts_non_existent_vlun">
|
|
<?dbhtml stop-chunking?>
|
|
<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>
|