Devstack doc - extra space causing service to crash

Bug #1533761 reported by Vincent Françoise
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
watcher
Fix Released
Critical
Taylor Peoples

Bug Description

In the devstack documentation, we have to edit /etc/default/libvirt-bin to put the following

    libvirt_opts = " -d -l"

However, this caused my service to crash when trying to restart it.

To fix it, I had to remove the whitespaces like this:

libvirt_opts=" -d -l"

The documentation has to be updated to remove this typo.

Tags: devstack doc
Changed in watcher:
status: New → Confirmed
Changed in watcher:
assignee: nobody → Taylor Peoples (tpeoples)
Changed in watcher:
milestone: none → mitaka-2
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to watcher (master)

Reviewed: https://review.openstack.org/267339
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=2ffeb480106d420baf928d9e8bd81267f4c63534
Submitter: Jenkins
Branch: master

commit 2ffeb480106d420baf928d9e8bd81267f4c63534
Author: Taylor Peoples <email address hidden>
Date: Thu Jan 14 07:50:16 2016 +0100

    Remove incorrect spaces for libvirt_opts value

    The documentation for the DevStack plugin suggests changing the
    libvirt_opts value of /etc/default/libvirt-bin to allow for live
    migration between compute nodes. This changeset removes the incorrect
    spaces surrounding the equals sign in the file, which would cause the
    libvirt-bin service to crash.

    Change-Id: Id073da5cdc84a900a398f260d7f7b40f027eb9d3
    Closes-Bug: #1533761

Changed in watcher:
status: Confirmed → Fix Released
Changed in watcher:
importance: Undecided → Critical
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.