Bug 426954

Summary: Script para criação de multiplas bridges não funciona corretamente.
Product: Red Hat Enterprise Linux 5 Reporter: Roger <roger.souza>
Component: doc-Virtualization_GuideAssignee: Christopher Curran <ccurran>
Status: CLOSED CURRENTRELEASE QA Contact: Don Domingo <ddomingo>
Severity: low Docs Contact:
Priority: low    
Version: 5.1Keywords: Documentation
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 5.2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-22 06:59:03 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:

Description Roger 2007-12-28 21:19:37 UTC
Description of problem:
O script de exemplo para criação de multiplas bridges não esta funcionando
corretamente, pois a variável "OP" esta sendo utilizada com nome incorreto no
comando "case" ${op}.

http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/pt-BR/Virtualization/ch-virt-bridge-errors.html

# !/bin/sh
# network-xen-multi-bridge
# Exit if anything goes wrong
set -e
# First arg is operation.
OP=$1 <---------------------------------------------------------------
shift
script=/etc/xen/scripts/network-bridge.xen
case ${op} <----------------------------------------------------------

Comment 1 Christopher Curran 2008-01-29 05:11:42 UTC
This bug has occurred in an older version of the Virtualization Guide. The new
version of the Red Hat Enterprise Linux Virtualization Guide will not be based
on this version. The Virtualization Guide will be rewritten and re-based off the
present Virtualization Cookbook.

We may not have time to fix this bug in previous versions due to resource and
time constraints.

Comment 2 Christopher Curran 2008-07-22 06:59:03 UTC
This bug should be fixed in the present release and the new translations.