You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Logan McNaughton <lo...@bacoosta.com> on 2013/02/04 21:56:39 UTC

Re: Review Request: Fix for CLOUDSTACK-1150

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9294/
-----------------------------------------------------------

(Updated Feb. 4, 2013, 8:56 p.m.)


Review request for cloudstack.


Summary (updated)
-----------------

Fix for CLOUDSTACK-1150


Description
-------

In Ubuntu 12.04, the config file /etc/init/libvirt-bin.conf creates an environment variable called "libvirtd_opts" to store the options passed to libvirtd

Therefore the line:
env libvirtd_opts="-d"

needs to be changed, not:
exec /usr/sbin/libvirtd

As previously documented.

I don't know if I explained that well, please look at /etc/init/libvirt-bin.conf to understand what I mean.


Diffs
-----

  docs/en-US/hypervisor-host-install-libvirt.xml 8ba2fe9 

Diff: https://reviews.apache.org/r/9294/diff/


Testing
-------


Thanks,

Logan McNaughton