Bug 449687 - [Chapter 13.5.2] PV-Configuring_Additional_Devices.xml
Summary: [Chapter 13.5.2] PV-Configuring_Additional_Devices.xml
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: doc-Virtualization_Guide
Version: 5.2
Hardware: All
OS: Linux
low
low
Target Milestone: rc
: ---
Assignee: Christopher Curran
QA Contact: Don Domingo
URL: http://www.redhat.com/docs/en-US/Red_...
Whiteboard:
Depends On:
Blocks: 449674
TreeView+ depends on / blocked
 
Reported: 2008-06-03 01:26 UTC by Michael Hideo
Modified: 2009-02-23 05:03 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-02-23 05:03:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Michael Hideo 2008-06-03 01:26:42 UTC
disk = [ "file:/var/lib/xen/images/rhel5_64_fv.dsk,hda,w",

        "tap:aio:/var/lib/xen/images/UserStorage1.dsk,xvda,w" ]

        "tap:aio:/var/lib/xen/images/UserStorage2.dsk,xvdb,w" ]

    -- obvious typo

 

    [root@rhel5]# df /mnt/pvdisk_p1

    -- /mnt/pvdisk_p1 doesn't appear anywhere else on the page

Comment 1 Christopher Curran 2008-06-04 05:03:52 UTC
I've got no idea. This one can be compiled into a post to virt list.

Comment 2 Bill Burns 2008-10-22 13:05:53 UTC
Don Dutile, can you have a look at this please?

Comment 3 Don Dutile (Red Hat) 2008-10-27 22:28:51 UTC
The xen config file should be:

disk = [ "file:/var/lib/xen/images/rhel5_64_fv.dsk,hda,w",

        "tap:aio:/var/lib/xen/images/UserStorage1.dsk,xvda,w",

        "tap:aio:/var/lib/xen/images/UserStorage2.dsk,xvdb,w" ]



i.e., the first closed square bracket should be changed to a comma, as
shown above.

rest of 13.5.2 looks good.

Comment 4 Christopher Curran 2008-11-06 06:59:01 UTC
Cheers Don and Bill. Fixed for 5.3 release.


Note You need to log in before you can comment on or make changes to this bug.