Add note about limitation of instances_path

If you want to "nova live-migration" with libvirt ,
not only use nfs for instances_path,
we have to specify same instances_path in each node which run nova-compute.

So I added note for this limitation of instances_path
Closes-Bug: #1460698

Change-Id: Ied3badabb2eff6d0428a0b6229ea8c5d1da4d9bd
This commit is contained in:
Yuki Nishiwaki 2015-06-02 00:13:16 +09:00
parent 5c08206dde
commit 33b0dc6a14

View File

@ -101,6 +101,13 @@
or live migration will not work correctly. or live migration will not work correctly.
</para> </para>
</listitem> </listitem>
<listitem>
<para>You must specify the <literal>instances_path</literal>
in each node that runs nova-compute.
The mount point for <literal>instances_path</literal> must be the same value for each node,
or live migration will not work correctly.
</para>
</listitem>
</itemizedlist> </itemizedlist>
</note> </note>
<section xml:id="section_example-compute-install"> <section xml:id="section_example-compute-install">