search for: _pool

Displaying 7 results from an estimated 7 matches for "_pool".

Did you mean: pool
2011 Dec 22
1
[virt-tools-list] error creating NFS storage pool
...ission denied > > Traceback (most recent call last): > File "/usr/share/virt-manager/virtManager/asyncjob.py", line 44, in cb_wrapper > callback(asyncjob, *args, **kwargs) > File "/usr/share/virt-manager/virtManager/createpool.py", line 480, in > _async_pool_create > poolobj = self._pool.install(create=True, meter=meter, build=build) > File "/usr/lib/pymodules/python2.7/virtinst/Storage.py", line 489, in install > raise RuntimeError(errmsg) > RuntimeError: Could not start storage pool: cannot open volume > '/var/l...
2016 May 04
2
Re: [libvirt] Creating a storage volume for raw format file
..._format, 'mode': oct(stat.st_mode)[-3:], 'uid': stat.st_uid, 'gid': stat.st_gid}) vol_xml = create_vol_xml(vol_name, src_path) self._vols[vol_name] = self._pool.createXML(vol_xml, 0) Where 'src_path' is the path to a file in another directory it seems to copy src_path to my storage pool directory as 'vol_name' and creates a storage volume that references it. This is fine except, my concern is what if the file is very large the copy oper...
2016 May 04
0
Re: [libvirt] Creating a storage volume for raw format file
...'mode': oct(stat.st_mode)[-3:], > 'uid': stat.st_uid, > 'gid': stat.st_gid}) > > vol_xml = create_vol_xml(vol_name, src_path) > self._vols[vol_name] = self._pool.createXML(vol_xml, 0) > > Where 'src_path' is the path to a file in another directory it seems to copy > src_path to my storage pool directory as 'vol_name' and > creates a storage volume that references it. > > This is fine except, my concern is what if the file...
2007 Apr 07
1
Web Site Trak errors and Python tracebacks
...y repos = SubversionRepository(dir, None, self.log) File "/var/lib/python-support/python2.4/trac/versioncontrol/svn_fs.py", line 281, in __init__ self.pool = Pool() File "/var/lib/python-support/python2.4/trac/versioncontrol/svn_fs.py", line 158, in __init__ self._pool = core.svn_pool_create(self._parent_pool()) File "/var/lib/python-support/python2.4/svn/core.py", line 177, in svn_pool_create return Pool(parent_pool) File "/var/lib/python-support/python2.4/libsvn/core.py", line 1080, in svn_pool_create return apply(_core.svn_pool_...
2007 Apr 11
1
problem with wiki - Trac internal error
...pos = SubversionRepository(dir, None, self.log) File "/var/lib/python-support/python2.4/trac/versioncontrol/ svn_fs.py", line 281, in __init__ self.pool = Pool() File "/var/lib/python-support/python2.4/trac/versioncontrol/ svn_fs.py", line 158, in __init__ self._pool = core.svn_pool_create(self._parent_pool()) File "/var/lib/python-support/python2.4/svn/core.py", line 177, in svn_pool_create return Pool(parent_pool) File "/var/lib/python-support/python2.4/libsvn/core.py", line 1080, in svn_pool_create return apply(_core.s...
2016 May 04
2
[libvirt] Creating a storage volume for raw format file
Hi I'm trying to create a volume in an existing storage pool using python by calling createXML() on the pool object. If the file that is the subject of the new volume exists you get and error, also if it doesn't exist I worked out that specifying <source> <path>path to copy of file</path> </source> works, seemingly by copying the 'source' file to
2011 Dec 20
0
sedf: remove useless tracing printk and harmonize comments style.
...-/*verbosity settings*/ -#define SEDFLEVEL 0 -#define PRINT(_f, _a...) \ - do { \ - if ( (_f) <= SEDFLEVEL ) \ - printk(_a ); \ - } while ( 0 ) - #define SEDF_CPUONLINE(_pool) \ (((_pool) == NULL) ? &cpupool_free_cpus : (_pool)->cpu_valid) @@ -66,34 +58,35 @@ struct sedf_vcpu_info { struct list_head list; struct list_head extralist[2]; - /*Parameters for EDF*/ - s_time_t period; /*=(relative...