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

Re: [Xen-devel] [PATCH] Remus: support both tap and tap2 style disk specs



Shriram Rajagopalan writes ("[Xen-devel] [PATCH] Remus: support both tap and 
tap2 style disk specs"):
> Remus: support both tap and tap2 style disk specs

Thanks for this, but: where can I find documented what this disk spec
string is supposed to look like ?  Ought this to be in
docs/misc/xl-disk-configuration.txt ?

> -        if not disk.uname.startswith('tap:remus:') and not 
> disk.uname.startswith('tap:tapdisk:remus:'):
> +        disktype = re.match("tap2?:.*(remus.*)\|", disk.uname)
> +        if disktype == None:

This seems quite a striking change.  What is the tap2 remus syntax
like ?

Ian.

_______________________________________________
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®.