You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2019/02/05 08:00:34 UTC

[cloudstack-documentation] branch master updated: Update kvm.rst (#27)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new 26ae28e  Update kvm.rst (#27)
26ae28e is described below

commit 26ae28eb1da6fec0c6f043522b4b45921308f591
Author: Bitworks LLC <bw...@users.noreply.github.com>
AuthorDate: Tue Feb 5 03:00:27 2019 -0500

    Update kvm.rst (#27)
---
 source/installguide/hypervisor/kvm.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/source/installguide/hypervisor/kvm.rst b/source/installguide/hypervisor/kvm.rst
index c5cc5ff..1668c56 100644
--- a/source/installguide/hypervisor/kvm.rst
+++ b/source/installguide/hypervisor/kvm.rst
@@ -317,19 +317,19 @@ cloudstack-agent and should already be installed.
 
       env libvirtd_opts="-d -l"
 
-   On Ubuntu 16.04: just modify ``/etc/init/libvirt-bin.conf``
+   On Ubuntu 16.04: just modify ``/etc/default/libvirt-bin``
 
-   Add "-l" to the following line
+   Uncomment and change the following line
 
    .. parsed-literal::
 
-      env libvirtd_opts="-d"
+      #env libvirtd_opts=""
 
    so it looks like:
 
    .. parsed-literal::
 
-      env libvirtd_opts="-d -l"
+      env libvirtd_opts="-l"