search for: _2010_05

Displaying 1 result from an estimated 1 matches for "_2010_05".

Did you mean: 201005
2010 Jul 03
0
Hang ZFS due to asyncronous delete?
...ould return before the operation completes? It seems like a simple change in this behavior to block until the file is actually deleted would possibly resolve this issue. --------- Perl script to sleep between deletes ------------- #!/usr/bin/perl cleanup("/tankmir1/sqlbackups/", "_2010_05", ".trn"); sub cleanup { my $search=$_[1]; my $dir=$_[0]; my $type=$_[2]; print "Searching for $search in $dir\n"; print " Command: " . "find $dir \| grep \"$type\" \| grep \"$search\" |";...