search for: local_grid_share

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

2013 May 30
1
Need help with file corruption issue
...d, providing some other file's contents. Initially I saw this on a Windows host that has mounted a share from CentOs, but I've been able to repro it on the CentOs host using a self-mount. Here's my test script: #!/usr/bin/perl use File::Temp qw( tempfile ); use strict; $| = 1; my $local_grid_share = '/grid/samba_stress_test'; my $mounted_grid_share = '/root/grid/samba_stress_test'; while (1) { my $content1 = rand() x 5 . "\n"; my ($fh, $filepath) = tempfile( DIR => $local_grid_share ); print $fh $content1; close $fh; system("chown xen $filepath&...