 
	
| [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
 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |