similar to: [Bug 3099] New: Please parallelize filesystem scan

Displaying 20 results from an estimated 10000 matches similar to: "[Bug 3099] New: Please parallelize filesystem scan"

2015 Jul 17
0
[Bug 3099] Please parallelize filesystem scan
https://bugzilla.samba.org/show_bug.cgi?id=3099 --- Comment #7 from Rainer <rainer at voigt-home.net> --- Hi, I'm experiencing the very same problem: I'm trying to sync a set of VMWare disk files (about 2.5TB) with not too many changes, and direct copying is still faster than the checksumming by a quite large margin because of the sequential checksumming on source and target just
2005 Sep 15
4
[Bug 3099] Please parallelize filesystem scan
https://bugzilla.samba.org/show_bug.cgi?id=3099 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Status|NEW |RESOLVED Resolution| |WONTFIX
2015 Jul 17
0
[Bug 3099] Please parallelize filesystem scan
Sounds to me like maintaining the metadata cache is important - and tuning the filesystem to do so would be more beneficial than caching writes, especially with a backup target where a write already written will likely never be read again (and isnt a big deal if it is since so few files are changed compared to the total # of inodes to scan). Your report of the minutes for the re-sync shows the
2013 Feb 10
0
[Bug 3099] Please parallelize filesystem scan
https://bugzilla.samba.org/show_bug.cgi?id=3099 --- Comment #6 from Arie Skliarouk <skliarie at gmail.com> 2013-02-10 06:45:30 UTC --- Any hope for the bug to be resolved? It is really inconvenient to have production database to be down for double amount of time than what is really necessary. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are
2015 Jul 17
3
[Bug 3099] Please parallelize filesystem scan
https://bugzilla.samba.org/show_bug.cgi?id=3099 --- Comment #8 from Chip Schweiss <chip at innovates.com> --- I would argue that optionally all directory scanning should be made parallel. Modern file systems perform best when request queues are kept full. The current mode of rsync scanning directories does nothing to take advantage of this. I currently use scripts to split a couple
2016 Dec 29
0
AD DC as KVM guest on file server host?
Is kvm I/O realy disadventage? I use samba file server as kvm guest (LVM storage pool) in some setups and disn't notice any problems. Sequential read/write speed isn't noticeably different from non-virtualized samba host. Did I miss something and should expect sudden trouble? In a letter dated Tuesday, December 27, 2016 2:12:59 MSK by Andrei Petrov via samba wrote: > The most dramatic
2016 Dec 26
4
AD DC as KVM guest on file server host?
The most dramatic disadventage of kvm guest is block device I/O, so I wouldn't recommend to virtualize file server if it is not necessary. In my case on host ntpd configured as source for virtual dc, and bind9 configured as type=slave for zones hosted on dc, (make shure that srv records in _msdcs.mysambadomain.local are resolving when virtual dc is down) and smbd fileserver with
2013 Jul 17
0
[LLVMdev] [Proposal] Parallelize post-IPO stage.
On Fri, Jul 12, 2013 at 3:49 PM, Shuxin Yang <shuxin.llvm at gmail.com> wrote: > 3. How to parallelize post-IPO stage > ==================================== > > From 5k' high, the concept is very simple, just to > step 1).divide the merged IR into small pieces, > step 2).and compile each of this pieces independendly. > step 3) the objects of each piece
2001 Mar 16
1
Catching error messages (from nls(), e.g.)
I try to fit subsequentially different nonlinear models to data. Up to now I tried a first model and if I could not fit this one proceeded to another one. Now I would like to handle this automatically. But much to my chagrin I did not find a way for dealing with the error messages from nls(), e.g. getting them as "control information" or at least just returning from nls() without a
2009 Nov 09
1
max file size
Hello, does anybody know what's the maximum file size (terabytes?) when using rsync with options --checksum and / or --inplace? What file sizes have been tested in reality? Are there any experiences using rsync (with --checksum and / or --inplace) for big files with several / dozens or terabytes? Thanks a lot, Heinz-Josef Claes
2013 Jul 17
0
[LLVMdev] [Proposal] Parallelize post-IPO stage.
On Wed, Jul 17, 2013 at 1:06 PM, Shuxin Yang <shuxin.llvm at gmail.com> wrote: > > On 7/17/13 12:35 PM, Diego Novillo wrote: >> >> On Fri, Jul 12, 2013 at 3:49 PM, Shuxin Yang <shuxin.llvm at gmail.com> >> wrote: >> >>> 3. How to parallelize post-IPO stage >>> ==================================== >>> >>> From 5k'
2004 Jan 16
1
Any (known) scaling issues?
I'm considering using rsync in our data center but I'm worried about whether it will scale to the numbers and sizes we deal with. We would be moving up to a terabyte in a typical sync, consisting of about a million files. Our data mover machines are RedHat Linux Advanced Server 2.1 and all the sources and destinations are NFS mounts. The data is stored on big NFS file servers. The
2002 Jul 10
0
It is beneficial to your library & its patrons to have the book (Please suggest)
Dear Sir/Ma'am: It is significantly beneficial to your library and its patrons to have a book titled "Complete Conduct Principles for the 21st Century" by Dr. John Newton. Please suggest to your local library(ies) that the book be purchased. This is a great contribution you can make to your neighborhood! "I find it heartening that you are crusading on behalf of this
2002 Jul 10
0
It is beneficial to your library & its patrons to have the book (Please suggest)
Dear Sir/Ma'am: It is significantly beneficial to your library and its patrons to have a book titled "Complete Conduct Principles for the 21st Century" by Dr. John Newton. Please suggest to your local library(ies) that the book be purchased. This is a great contribution you can make to your neighborhood! "I find it heartening that you are crusading on behalf of this
2011 Dec 12
1
Detecting typo in function argument
With some chagrin after spending a couple of hours trying to debug a script, I realized I had typed in something like ans<-optimx(start, myfn, mygr, lower<-lo, upper=up) that is, the "<-" rather than "=". The outcome on my machine was a non-obvious error several layers deep in the call stack. For info, optim() seems to stop much more quickly. The error is
2006 Feb 26
2
Skype vs. an Xlite registered to Asterisk
I have a bunch of road warriors who I've set up with Xlite clients. Unfortunately the sound quality has been intermittent at best. Sometimes it's great other times completely unusable. When it's bad one usually hears harsh static when the other party speaks or their voice gets "clipped" to static if they speak too loudly. Many of these users have migrated to Skype ? much
2013 Jul 17
2
[LLVMdev] [Proposal] Parallelize post-IPO stage.
On 7/17/13 12:35 PM, Diego Novillo wrote: > On Fri, Jul 12, 2013 at 3:49 PM, Shuxin Yang <shuxin.llvm at gmail.com> wrote: > >> 3. How to parallelize post-IPO stage >> ==================================== >> >> From 5k' high, the concept is very simple, just to >> step 1).divide the merged IR into small pieces, >> step 2).and compile
2004 Jan 08
0
[LLVMdev] Re: idea 10
Hello Chris, Thursday, January 8, 2004, 5:28:47 PM, you wrote: CL> Though I am mostly ignorant about leading edge distributed (i.e., loosely CL> coupled parallel) programming stuff, I _think_ that network latencies are CL> such that you really need the "big picture" of what a program is doing to CL> know how to profitably distribute and adapt the program to the environment
2023 Mar 03
2
transform.data.frame() ignores unnamed arguments when no named argument is provided
>>>>> Gabriel Becker >>>>> on Thu, 2 Mar 2023 14:37:18 -0800 writes: > On Thu, Mar 2, 2023 at 2:02?PM Antoine Fabri > <antoine.fabri at gmail.com> wrote: >> Thanks and good point about unspecified behavior. The way >> it behaves now (when it doesn't ignore) is more >> consistent with data.frame() though so I
2002 Feb 22
1
Large Configuration question
Hi all, Our company is contemplating moving all our file server services from Novell to a Samba implementation on HPUX, using HP's CIFS/9000 product. CIFS/9000 is essentially Samba with a nice installation package wrapped around it. I have several concerns about this, partially about HP's setup and claims about Samba, and partially about moving everything from 40 Novell to 1 Samba