Bug 806079
| Summary: | Add VM_NETWORKING_BRIDGE_INTERFACE | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Robert Rati <rrati> |
| Component: | condor-wallaby-base-db | Assignee: | Robert Rati <rrati> |
| Status: | CLOSED ERRATA | QA Contact: | Daniel Horák <dahorak> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | Development | CC: | dahorak, ltoscano, matt |
| Target Milestone: | 2.2 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | condor-wallaby-base-db-1.20-1 | Doc Type: | Bug Fix |
| Doc Text: |
C: Bridged networking in the VM Universe requires definition of the network interface to be used
C: Using remote configuration to configure bridged networking for the VM Universe would require adding the VM_NETWORKING_BRIDGE_INTERFACE parameter
C: Added the VM_NETWORKING_BRIDGE_INTERFACE parameter to the base database
R: It is no longer required to add the above parameter to the database in order to configure bridged networking for the VM Universe
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-09-19 17:43:12 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 828434 | ||
|
Description
Robert Rati
2012-03-22 20:41:49 UTC
Added VM_NETWORKING_BRIDGE_INTERFACE to the database, cleaned up most other VM_UNIVERSE_* Params to properly be needs_restart, and added VM Universe params to the startd subsystem. Also removed VM_SCRIPT from the db. Updated on master.
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
C: Bridged networking in the VM Universe requires definition of the network interface to be used
C: Using remote configuration to configure bridged networking for the VM Universe would require adding the VM_NETWORKING_BRIDGE_INTERFACE parameter
C: Added the VM_NETWORKING_BRIDGE_INTERFACE parameter to the base database
R: It is no longer required to add the above parameter to the database in order to configure bridged networking for the VM Universe
Reproduced on RHEL 5.8 i386:
# rpm -q condor-wallaby-base-db
condor-wallaby-base-db-1.19-1.el5.noarch
# condor_configure_pool --list-all-params | grep VM_NETWORKING_BRIDGE_INTERFACE
# echo $?
1
# grep -i VM_NETWORKING_BRIDGE_INTERFACE /var/lib/condor-wallaby-base-db/condor-base-db.snapshot
# echo $?
1
Verified on: RHEL 5.8, 6.3 - i386, x86_64:
# rpm -q condor-wallaby-base-db
condor-wallaby-base-db-1.22-4.el5.noarch
# condor_configure_pool --list-all-params | grep VM_NETWORKING_BRIDGE_INTERFACE
VM_NETWORKING_BRIDGE_INTERFACE
# echo $?
0
# cat /var/lib/condor-wallaby-base-db/condor-base-db.snapshot
. . .
- !ruby/object:Mrg::Grid::SerializedConfigs::Parameter
conflicts: []
default_val: ""
depends: []
description: The networking interface VM Universe jobs will use for bridge networking
kind: String
level: 0
must_change: true
name: VM_NETWORKING_BRIDGE_INTERFACE
needs_restart: true
. . .
Parameter VM_NETWORKING_BRIDGE_INTERFACE is now present in initial wallaby database.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-1278.html |