grizzly: allow disabling file injection completely

Bug #1128598 reported by Tom Fifield
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Tom Fifield

Bug Description

https://review.openstack.org/20691 updates the libvirt_inject_partition option:

    With the libvirt_injection_partition config set to -2,
    file injection is avoided completely.

    This can be required if you want to make user specified files
    available from the metadata server (and config drive is not enabled),
    then you would want to avoid injection completely for performance reasons,
    but also to avoid boot failure if the injection itself failed.

 115 cfg.IntOpt('libvirt_inject_partition',
 116 default=1, 116 default=1,
 117 help='The partition to inject to : ' 117 help='The partition to inject to : '
 118 '-1 => inspect (libguestfs only), 0 => not partitioned, ' 118 '-2 => disable, -1 => inspect (libguestfs only), '
 119 '>0 => partition number'), 119 '0 => not partitioned, >0 => partition number'),

Tags: nova
Tom Fifield (fifieldt)
tags: added: nova
Changed in openstack-manuals:
milestone: none → grizzly
status: New → Confirmed
importance: Undecided → Medium
Tom Fifield (fifieldt)
Changed in openstack-manuals:
assignee: nobody → Tom Fifield (fifieldt)
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/22164

Revision history for this message
Tom Fifield (fifieldt) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/22164
Committed: http://github.com/openstack/openstack-manuals/commit/0796fadf7f04fbb0c2a6bc7f5a461272f5f832b2
Submitter: Jenkins
Branch: master

commit 0796fadf7f04fbb0c2a6bc7f5a461272f5f832b2
Author: Tom Fifield <email address hidden>
Date: Mon Feb 18 15:17:41 2013 +1100

    Add libvirt_injection_partition option

    fixes bug 1128598

    Grizzly introduced this new option which is used to control injection
    of files in libvirt - adding the option.

    Adding debugging usage in support section for compute.

    Change-Id: I0252bc71e18984861c007296120712140bc31b78

Changed in openstack-manuals:
status: In Progress → Fix Released
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.