similar to: Switch to AIO instead of IO/parallize fs scan...

Displaying 20 results from an estimated 10000 matches similar to: "Switch to AIO instead of IO/parallize fs scan..."

2015 Jul 13
0
does dovecot support aio(asynchronous IO)
Dear, Does dovecot support aio(asynchronous IO)? Or do we have a plan/need to support it? Thanks!
2004 Aug 06
1
using iceS 0.0.1 beta 5 instead of liveice
hello, on my stream I've been using liveice, but it has a rather nasty habit of stopping at its own leisure! i'm wondering if anyone is using iceS beta with any stablilty? m --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only
2005 Nov 08
2
What does the value for "aio write size" and "aio read size" represent?
I'm looking into trying out AIO on one of our file servers in the office but I can't find any info on what the values for "aio read size" and "aio write size" correspond to. Is it a buffer size of some sort or a tuning type parameter were it allows the socket to read/write x blocks? Thanks, David Miller
2005 Nov 02
1
AIO support on FC4
hi, i'm trying to get the asynchronous file transfer to work on a FC4 for the latest samba verion (3.0.20b). The things i've done: ./configure --with-aio-support ... included "aio read size = 1" and "aio write size = 1" in the smb.conf file What did i forget?? michiel ========================= uname -a Linux wired11 2.6.12-1.1398_FC4 #1 Fri Jul 15 00:52:32 EDT
2016 Jul 21
0
aio settings for samba 4.3
One more data point for comparison I installed the stock samba 4.2 rpm on a centos 7 machine and ran the same diskspd tests against a share configured with: vfs objects = aio_pthread aio read size = 1024 aio read size = 1024 smb2 leases = yes I get 27MB/s with 4k blocks and 145MB/s with 64k blocks. Disabling cacheing by passing the -h switch to diskspd lowered these to 72MB/s
2005 Aug 26
1
3.0.20 compiles in aio support on aix by default, and when asked not to
I'm trying to install samba-3.0.20 on aix 5.2, and I don't want to use aio, but the build process is compiling it in anyway. By default, it isn't supposed to build in aio support, but it does. When I pass --with-aio-support=no to configure, it also builds in support. It builds in aio support whether I use gcc or xlc. Here's what ldd shows: # ldd bin/smbd bin/smbd needs:
2011 Jan 03
1
samba 3.5.6 and AIO on Linux
Hi list, I have been trying to enable AIO on ARMv5 Samba built with kernel headers 2.6.31.8, the configure indicated that AIO is supported via kernel headers and all went smooth (regarding the build process). Once I added the smb.conf 'aio write size=1' and tried to perform a file copy to the Samba share I noticed that 32K of the file (of the 1GB file) have been copied to the share but
2007 Mar 12
2
Tap:aio not working in current unstable?
Maybe it''s something I''m doing wrong, but I have a 15gb image that I use with disk = [ "tap:aio:/root/images/vista32.img,hda,w" ] It was working fine on Friday, but today it failed to boot with an error message. The same works fine when I replace "tap:aio:" with "file:". It seems like qemu-dm tries to open the file with the "aio:" still
2005 Jul 19
1
AIO settings
Looked through the smb.conf.5 from 3.0.20pre2 for additional info on the aio settings but didn't seem to find them. I'm setting this up on AIX 5.2 and just wondered what where recommended starting values...and non-zero values activate the AIO code paths? Cheers, Bill
2005 Oct 18
1
aio for FreeBSD ?
when installing samba from FreeBSD ports collection, I can choose AIO support, which leads to ... checking whether to support asynchronous io... yes checking for aio_read in -lrt... no checking for asynchronous io support... no checking for 64-bit asynchronous io support... no does it mean aio was not enabled ? Cheers, Ilia Chipitsine
2014 Dec 03
0
Problem with AIO random read
On Wed, Dec 03, 2014 at 03:45:24AM -0800, mikeliu wrote: > Hello list, > > I setup Iometer to test AIO for 100% random read. > If "Transfer Request Size" is more than or equal to 256 kilobytes,in the > beginning the transmission is good. > But 3~5 seconds later,the throughput will drop to zero. > > Server OS: > Ubuntu Server 14.04.1 LTS > > Samba: >
2014 Sep 02
0
10MiB/s is normal tap:aio:file.raw ?
Hi there I am analyzing disk performance. I'm testing raw (tap: aio) and lvm (phy :). The tests I'm doing on a SLES11SP3, cpu I7, 4GBRam, disco-SATAII 7200rpm. With phy: lvm achievement 70-80MiB / s (an acceptable value) With tap: aio: file.raw achievement 5-9MiB / s, which is very low ... 10MiB / s is what you should expect access to a tap: aio: file.raw? or I have something
2010 Apr 27
0
Samba 3.5.2 with/out aio on FreeBSD 7.2
Hi, I have a FreeBSD 7.2 machine with Samba 3.4.5 with aio support enabled. If I try to upgrade to Samba 3.5.2 from source aio support compiles but I receive "Abnormal server exit: Failed to setup RT_SIGNAL_AIO handler" fatal error from smbd. Without aio 3.5.2 too works nice. Any hint please what has been changed from 3.4.5 to 3.5.2 regarding aio? Or what special compile option would
2016 Jul 19
3
aio settings for samba 4.3
I'm tuning a samba 4.3 install on freebsd and I'm confused about aio settings. I've loaded the freebsd aio kernel module and tried various values or aio read size and aio write size, but it seems to make no difference in the speed. Using MS diskspd against a samba share from a fast zfs pool I get something like 25MB/s tops. That's well below the capacity of my Gb network and
2006 Aug 01
2
[questions] aio settings in smb.conf and compile options
hi, i just have some questions about specific (uncommon) compile options and aio-settings in smb.conf: Asynchronous IO Support ======================= "Experimental support for async IO has been added to smbd for certain platforms. To enable this new feature, Samba must be compiled to include the --with-aio-support configure option. In addition, the "aio read size" and
2012 Aug 13
0
How to install pv guests with tap2:aio for remus
Hi Guys, I''m working with: 1. xen 4.1; 2. dom0 ubuntu kernel 3.2 I''m trying to run remus with disk replication (I can run without disk replication). But I read I need to use tap2 < http://nss.cs.ubc.ca/remus/doc.html>. Well... first I tried to create a pv guest. Then I take this guest.cfg: 1. name = "ubuntu-ha" 2. memory = 256 3. disk =
2010 Dec 16
1
aio flag for KVM guests
Hello, We are using libvirt 0.8.3 to build KVM guests (KVM version is qemu-kvm 0.12.5). I see kvm supports aio flag with either native or threads option. Where in libvirt XML should we define aio option? Thanks in advance Ranga -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jan 26
1
How come tap:aio doesn''t work?
Hi, xen-3.0.3-41.el5 on RHEL5.1 I''m trying to use tap:aio thusly: disk = [ ''file:/var/lib/xen/images/webmail.golden.net.img,hda,w'' _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Mar 16
1
Unable to run Kodak AIO installation software.
When I run the installation program for a Kodak AIO software I get the fallowing: fixme:exec:SHELL_execute flags ignored: 0x00000100 wine: cannot find L"C:\\windows\\system32\\conime.exe" I have tried what is in the "preloader: Warning: failed to reserve range ..." Sticky. Before I receaved this error. I had an error saying something about mono and .net. So I googled and
2014 Dec 03
2
Problem with AIO random read
Hello list, I setup Iometer to test AIO for 100% random read. If "Transfer Request Size" is more than or equal to 256 kilobytes,in the beginning the transmission is good. But 3~5 seconds later,the throughput will drop to zero. Server OS: Ubuntu Server 14.04.1 LTS Samba: Version 4.1.6-Ubuntu Dialect: SMB 2.0 AIO settings : aio read size = 1 aio write size = 1 vfs objects =