[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH] Fix testcase '11_block_attach_shared_dom0' for up-to date linux kernels



Didn't apply, so seems you need to send your patches as attachments. I
applied this one manually as it is only a one-liner.

 -- Keir

On 20/08/2009 16:02, "Andreas Florath" <xen@xxxxxxxxxxxx> wrote:

> # HG changeset patch
> # User Andreas Florath <xen@xxxxxxxxxxxx>
> # Date 1250779855 -7200
> # Node ID 38a5a9fcce209d9f0636b7f7e1dffc39fe5e1eab
> # Parent  e83bb28d48feee796837261247e0918255b42f85
> Fix testcase '11_block_attach_shared_dom0' for up-to date linux kernels
> 
> New kernels have ext2 disabled by default.  This fix uses ext3 for
> testcase 11_block_attach_shared_dom0.
> 
> Signed-off-by: Andreas Florath <xen@xxxxxxxxxxxx>
> 
> diff --git  
> a/tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py
> b/tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py
> --- a/tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py
> +++ b/tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py
> @@ -10,7 +10,7 @@
> 
>   # Mount /dev/ram0
> 
> -s, o = traceCommand("mkfs /dev/ram0")
> +s, o = traceCommand("mkfs -j /dev/ram0")
>   if s != 0:
>       FAIL("Unable to mkfs /dev/ram0")
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.