search for: libnfs

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

Did you mean: libfs
2018 Aug 08
2
LIBVIRT-4.6.0 can't work with QEMU 3.0.0
2018 Aug 08
0
Re: LIBVIRT-4.6.0 can't work with QEMU 3.0.0
...ds > > Holger > > ================================================================================ > > Procduce QEMU-3.0.0-RC4 and LIBVIRT-4.6.0: > > QEMU-3-0-0-RC4: > >   make clean >   ./configure --enable-libiscsi --enable-libusb --enable-bzip2 > --enable-libnfs --enable-spice --enable-user --enable-virtfs --enable-opengl > --enable-sdl --enable-gtk --enable-virglrenderer --disable-seccomp > --prefix=/usr;make -j$(grep -c ^processor /proc/cpuinfo) Please show the full output of configure here. >    su >    make install > > LIBVIRT-4.6....
2018 Oct 10
1
NFSv4, homes, Kerberos...
On Wed, 10 Oct 2018 09:25:16 +0200 "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > Hai, > > Hmm.. Bummer.. > I just discovered the debian package dont have the vfs_nfs4acl > include in the build. > > And because of that it's not in my packages. I'll have a look into > it, see what i can make of it. > That is odd, it
2017 Nov 16
2
Re: [Qemu-devel] Effect of qemu-img convert -m and -W options
...; > I don't think this qemu-img convert mode has been heavily tested, so it > wouldn't be surprising if you encounter unexpected behavior. Hopefully > it can be fixed to get even better performance. The scenario where I tested this patch was with reading a QCOW2 from an NFS (with libnfs) and writing to a RAW iSCSI Target (with libiscsi). Both having no cache on the local host. Afaik all writes to the same QCOW2 serialize because of the s->lock that is held during the write. So its not suprising that there is no benefit from mutliple threads as long as reading from the RAW file...
2019 Mar 06
0
[PATCH nbdkit] Add ssh plugin using libssh.
...t will not work) + For the iso plugin: - genisoimage or mkisofs diff --git a/TODO b/TODO index b589127..6e7464b 100644 --- a/TODO +++ b/TODO @@ -74,11 +74,11 @@ General ideas for improvements Suggestions for plugins ----------------------- -Note: qemu supports other formats such as libssh, libnfs, iscsi, -gluster and ceph/rbd, and while similar plugins could be written for -nbdkit there is no compelling reason unless the result is better than -qemu-nbd. For the majority of users it would be better if they were -directed to qemu-nbd for these use cases. +Note: qemu supports other formats su...
2019 Mar 06
2
[PATCH nbdkit] Add ssh plugin using libssh.
This adds a simple plugin using libssh (not libssh2). The intended use for this is with virt-v2v when sourcing guests from VMware over SSH. We've had several years of problems getting our libssh-based driver into qemu. By putting it into nbdkit instead we can bypass that. However this also lets us combine ssh access with filters, in particular the recently written ‘rate’ filter. Rich.
2017 Nov 15
3
Effect of qemu-img convert -m and -W options
[CC to qemu-devel since I'm obviously doing something wrong here, I'm just not sure what.] I was getting ready to add multiple threads to ‘qemu-img convert’ (the longest part of v2v conversions) when I noticed that it had them already! (To be fair this was only added in February this year so no wonder we didn't notice.) To enable parallel convert we would need to use the ‘qemu-img