search for: disk_fs

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

Did you mean: disk's
2011 Jun 16
1
Comment on libguestfs code in https://bitbucket.org/swamiyeswanth/pyti
...ch are not very useful and also make disk writes very slow. http://libguestfs.org/guestfs.3.html#guestfs_mount http://libguestfs.org/guestfs.3.html#guestfs_mount_options http://libguestfs.org/guestfs.3.html#libguestfs_gotchas (4) After line 33 ('umount_all') you should also call 'self.disk_fs.sync()' which causes the libguestfs drive to be fully synced. Alternatively you can delete the handle ('del self.disk_fs') which assuming no other references are being held will do the same thing. HTH, Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~...
2011 Jul 26
0
qemu: could not load kernel '/var/tmp/.guestfs-1000/kernel.6941': Permission denied
...stfs: trace: launch = -1 (error) Traceback (most recent call last): File "get_result.py", line 3, in <module> guest_disk = DiskOperations("PYTI.vdi") File "/usr/local/lib/python2.7/dist-packages/pyti/vmanager/diskhandler.py", line 20, in __init__ self.disk_fs.launch() File "/usr/lib/pymodules/python2.7/guestfs.py", line 188, in launch return libguestfsmod.launch (self._o) RuntimeError: unexpected end of file when reading from daemon libguestfs: trace: close The problem is almost certainly this bug in Ubuntu: https://bugs.launchpad.net/...