|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Remus: support both tap and tap2 style disk spec
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
|
|
|
|
|