Skip to content

Commit

Permalink
Fixes bug #1138053: libvird_opts="-d" for configuring migrations section
Browse files Browse the repository at this point in the history
Change-Id: I82e5a7b54e36d140c4655a007d71faccf4a8dda6
  • Loading branch information
razique committed Mar 27, 2013
1 parent be4cd28 commit 0f4a22a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions doc/src/docbkx/openstack-compute-admin/computeconfigure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -987,13 +987,6 @@ after : listen_tcp = 1
add: auth_tcp = "none"
</programlisting>

<para>Modify <filename>/etc/init/libvirt-bin.conf</filename></para>

<programlisting>
before : exec /usr/sbin/libvirtd -d
after : exec /usr/sbin/libvirtd -d -l
</programlisting>

<para>Modify <filename>/etc/default/libvirt-bin</filename></para>

<programlisting>
Expand All @@ -1004,7 +997,7 @@ after :libvirtd_opts=" -d -l"
<para>Restart libvirt. After executing the command, ensure
that libvirt is succesfully restarted.</para>

<screen><prompt>$</prompt> <userinput>stop libvirt-bin &amp;&amp; start libvirt-bin</userinput>
<screen><prompt>$</prompt> <userinput>service libvirt-bin restart</userinput>
<prompt>$</prompt> <userinput>ps -ef | grep libvirt</userinput></screen>

<programlisting language="bash">
Expand Down

0 comments on commit 0f4a22a

Please sign in to comment.