search for: lampahom

Displaying 20 results from an estimated 31 matches for "lampahom".

Did you mean: lampahome
2017 Jul 27
2
Re: performance between guestfish and qemu-nbd
2017-07-27 20:18 GMT+08:00 Richard W.M. Jones <rjones@redhat.com>: > On Thu, Jul 27, 2017 at 06:34:13PM +0800, lampahome wrote: > > I can mount qcow2 img to nbd devices through guestfish or qemu-nbd > > > > I'm curious about which performance is better? > > They do quite different things, they're not comparable. > > Can you specifically give the commands you are trying? We migh...
2017 Jul 28
1
Re: performance between guestfish and qemu-nbd
2017-07-28 0:31 GMT+08:00 Richard W.M. Jones <rjones@redhat.com>: > On Fri, Jul 28, 2017 at 12:23:04AM +0800, lampahome wrote: > > 2017-07-27 20:18 GMT+08:00 Richard W.M. Jones <rjones@redhat.com>: > > > > > On Thu, Jul 27, 2017 at 06:34:13PM +0800, lampahome wrote: > > > > I can mount qcow2 img to nbd devices through guestfish or qemu-nbd > > > > > > > &g...
2017 Jul 31
2
Re: read/write performance through mount point by guestmount
On Mon, Jul 31, 2017 at 06:52:28PM +0800, lampahome wrote: > if I mount through guestfs library in python or guestfish, the same > condition happenes? > > I mean the insane number of layers and the performance No. The layers are only present because guestmount uses FUSE. libguestfs itself performs very well if you are careful to use...
2017 Jul 25
2
Re: build from github source
...et install libyajl2 apt-get install libyajl2-dev apt-get install libyajl2-dbg and rebuild again: > ./configure > make still the same errors happened anyone has the same issue? 2017-07-25 18:27 GMT+08:00 Cedric Bosdonnat <cbosdonnat@suse.com>: > On Tue, 2017-07-25 at 17:42 +0800, lampahome wrote: > > why is undefined reference to 'yajl_tree_parse', I already install it > from https://github.com/lloyd/yajl > > First thing I see is that it hasn't been installed to a place mentioned in > your > LD_LIBRARY_PATH, or not discovered at configure time. Since...
2017 Jul 31
2
Re: read/write performance through mount point by guestmount
On Mon, Jul 31, 2017 at 09:49:00AM +0100, Richard W.M. Jones wrote: > On Mon, Jul 31, 2017 at 12:20:10PM +0800, lampahome wrote: > > I mount the disk.qcow2 on the /home/test/, and create a 50GB file. > > Mount the disk how? OK, subject says using guestmount. I'm surprised the slowdown isn't more than 95%. It's using FUSE which goes through an insane number of layers, see the "Update&q...
2017 Jul 25
1
Re: build from github source
On Tue, Jul 25, 2017 at 01:30:01PM +0100, Richard W.M. Jones wrote: > On Tue, Jul 25, 2017 at 06:52:56PM +0800, lampahome wrote: > > I try to install like below: > > apt-get install libyajl2 > > apt-get install libyajl2-dev > > apt-get install libyajl2-dbg > > So this is Debian or Ubuntu? Which precise version? FWIW I just built libguestfs from git on Debian 9 just now and it works fi...
2017 Jul 27
2
performance between guestfish and qemu-nbd
I can mount qcow2 img to nbd devices through guestfish or qemu-nbd I'm curious about which performance is better?
2017 Jul 27
0
Re: performance between guestfish and qemu-nbd
On Fri, Jul 28, 2017 at 12:23:04AM +0800, lampahome wrote: > 2017-07-27 20:18 GMT+08:00 Richard W.M. Jones <rjones@redhat.com>: > > > On Thu, Jul 27, 2017 at 06:34:13PM +0800, lampahome wrote: > > > I can mount qcow2 img to nbd devices through guestfish or qemu-nbd > > > > > > I'm curious about whic...
2017 Jul 31
2
read/write performance through mount point by guestmount
I create a *4x256GB-SSD RAID0(/dev/md1)* and I test the performance through fio. fio config: ioengine=libaiodirect=1time_basedruntime=120ramp_time=30size=100g The sequential read/write performance is: > > *read: 2000MB/swrite: 1800MB/s* Now I make a ext4 on the RAID0(/dev/md1) and mount on /home/. ANd I create a 100G-disk.qcow2 by guestfish. > $guestfish > ><fish>:
2017 Jul 25
2
build from github source
I followed the http://libguestfs.org/guestfs-building.1.html to build source. git clone https://github.com/libguestfs/libguestfs cd libguestfs ./autogen.sh make I installed the lib I didn't have it and everything is ok untill I enter *make* I got error message: > CCLD libguestfs.la > ar: `u' modifier ignored since `D' is the default (see `U') > make[3]:
2019 Aug 08
3
[Bug] Cannot create file but read/write is ok
I don't know why I can't register bugzilla so I post here. I have two ubuntu 16.04 machine A, B, and A install samba version 4.10.6, and B install version 4.3.11. I use samba-vfs in machine A. I mount share of A in B ex: sudo mount -t cifs -o username='ppp',password='admin' //IP/public /home/ppp/test And I found I can create file like $ touch test/yo But I can read/write
2017 Jul 25
0
Re: build from github source
On Tue, 2017-07-25 at 17:42 +0800, lampahome wrote: > why is undefined reference to 'yajl_tree_parse', I already install it from https://github.com/lloyd/yajl First thing I see is that it hasn't been installed to a place mentioned in your LD_LIBRARY_PATH, or not discovered at configure time. Since you are working on a linux m...
2017 Jul 25
0
Re: build from github source
On Tue, Jul 25, 2017 at 06:52:56PM +0800, lampahome wrote: > I try to install like below: > apt-get install libyajl2 > apt-get install libyajl2-dev > apt-get install libyajl2-dbg So this is Debian or Ubuntu? Which precise version? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my program...
2017 Jul 27
0
Re: performance between guestfish and qemu-nbd
On Thu, Jul 27, 2017 at 06:34:13PM +0800, lampahome wrote: > I can mount qcow2 img to nbd devices through guestfish or qemu-nbd > > I'm curious about which performance is better? They do quite different things, they're not comparable. Can you specifically give the commands you are trying? We might be able to give more sensible...
2017 Jul 28
2
where to create localenv?
I don't want prefix 'git' and I watched this http://libguestfs.org/guestfs-building.1.html#local-files . localenv ./autogen.sh \ -C \ --enable-werror \ "$@" but I cannot execute . localenv and I saw Note that *localenv* is included by the top Makefile (so it’s a Makefile fragment). But if it is also sourced by your *localconfigure* script then it is used as
2017 Jul 28
1
why I don't have guestfish(executable file) after building form github
I followed the guildline in http://libguestfs.org/guestfs-building.1.htm ./autogen.sh > make But I didn't see any executable file. I only see /fish/guestfish and /bash/guestfish the first one seems like a script.
2017 Jul 28
0
Re: cannot find any suitable libguestfs supermin
On Fri, Jul 28, 2017 at 11:34:38PM +0800, lampahome wrote: > > guestfish > > add --rw disk.qcow2 > > run > > error: libguestfs: error: cannot find any suitable libguestfs supermin, > > fixed or old-style appliance on LIBGUESTFS_PATH > > > But I echo $LIBGUESTFS_PATH, it's */home/user/appliance* >...
2017 Jul 28
0
Re: where to create localenv?
On Friday, 28 July 2017 05:11:49 CEST lampahome wrote: > I don't want prefix 'git' and I watched this > http://libguestfs.org/guestfs-building.1.html#local-files > > . localenv > ./autogen.sh \ > -C \ > --enable-werror \ > "$@" Note this is an example snippet -- you don't reall...
2017 Jul 29
0
Re: cannot find any suitable libguestfs supermin
On Sat, Jul 29, 2017 at 04:33:38PM +0800, lampahome wrote: > 2017-07-29 0:20 GMT+08:00 Richard W.M. Jones <rjones@redhat.com>: > > > > > You need to download this appliance: > > > > http://download.libguestfs.org/binaries/appliance/ > > appliance-1.36.1.tar.xz > > > > and unpack it under /hom...
2017 Jul 31
0
Re: read/write performance through mount point by guestmount
On Mon, Jul 31, 2017 at 12:20:10PM +0800, lampahome wrote: > I mount the disk.qcow2 on the /home/test/, and create a 50GB file. Mount the disk how? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from...