search for: mount_mod

Displaying 2 results from an estimated 2 matches for "mount_mod".

Did you mean: mount_mode
2005 Jun 07
3
Error while creating domains
...nd/server/blkif.py", line 221, in attach self.setNode(node) File "/usr/lib/python/xen/xend/server/blkif.py", line 247, in setNode mounted_mode = self.check_mounted(node) File "/usr/lib/python/xen/xend/server/blkif.py", line 265, in check_mounted mode = blkif.mount_mode(name) File "/usr/lib/python/xen/util/blkif.py", line 73, in mount_mode exp = re.compile(''^'' + name + '' .*[\(,]r(?P<mode>[ow])[,\)]'') TypeError: cannot concatenate ''str'' and ''NoneType'' objects op_create&gt...
2006 Sep 28
6
[Patch] Fix blktap to work with a bootloader
...split(":") + (typ, fn) = uname.split(":", 1) if typ == "phy" and not fn.startswith("/"): fn = "/dev/%s" %(fn,) + if typ == "tap": + (typ, fn) = fn.split(":", 1) return fn def mount_mode(name): _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel