Bug 477618

Summary: User Guide
Product: Red Hat Enterprise MRG Reporter: Arnaud Simon <asimon>
Component: DocumentationAssignee: Lana Brindley <lbrindle>
Status: CLOSED NOTABUG QA Contact: Jeff Needle <jneedle>
Severity: medium Docs Contact:
Priority: low    
Version: 1.1CC: mhideo
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-12 05:13:37 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 Arnaud Simon 2008-12-22 14:46:30 UTC
Chapter 7. Clustering and federation
The guide uses a configuration file with a redundant ring before the notion of redundant ring is introduced. This is disturbing for the reader. 

I believe the sample is wrong: 
$ python -c "print 192&255"
144
It should be 
$ python -c "print 192&255"
192
Woudl help people to say something like: 
x&255=x and x&0=0

Comment 1 Lana Brindley 2009-01-12 05:13:37 UTC
Persuant to Jonathan's recent changes to this chapter, this statement no longer exists.

LKB