search for: max_anonymous_clients

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

2016 Feb 22
2
Reply:Re: how to compile my own libguestfs with the ntfs support ?
Hi rjones, Good catch, thanks a lot. Does it only disable from official rhel/centos RPM with `XXXX-RHEL-7-Reject-use-of-libguestfs-winsupport-features-.patch' in libguestfs while it still work in upstream source code ( e.g. rhel-7.2 branch in https://github.com/libguestfs/libguestfs ) , which option need to enable windows VM ntfs and guestmount command support when i make configure to
2016 Feb 22
0
Re: Reply:Re: how to compile my own libguestfs with the ntfs support ?
...n't know the answer, but it'll certainly be at least 15 partitions. > 3. what is the maximum number of guestmount support at the same > time, does it only restrict by the host Memory and CPU resource ? If you are using libvirt, then libvirt has a maximum number of anonymous clients (max_anonymous_clients = 20). You can raise this by editing `/etc/libvirt/libvirtd.conf'. libguestfs has no limits, except host memory/CPU. FUSE or the fuse.ko kernel module might have its own limits. I don't think we have ever found what they are. During the automated test suite, we test 12 parallel FUSE mo...