search for: tankmir1

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

2010 Jul 03
0
Hang ZFS due to asyncronous delete?
...Is there some reason that delete would 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\" \| gre...