Changeset 31850 for trunk/Nebulous
- Timestamp:
- Jul 8, 2011, 6:07:31 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/lib/Nebulous/Client.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/lib/Nebulous/Client.pm
r29890 r31850 262 262 $log->debug( "copied instance" ); 263 263 264 # Force a flush to disk 265 { 266 my $disk_file_name = $uri->path; 267 # print ">> $disk_file_name <<\n"; 268 system("glockfile $disk_file_name xcld 0"); 269 unless (($? >> 8) == 0) { 270 $log->logdie( "can not create a lock on $key at $uri" ); 271 } 272 } 264 273 close( $fh ) or $log->logdie( "can not close $key" ); 265 274 close( $new_fh ) or $log->logdie( "can not close $key" );
Note:
See TracChangeset
for help on using the changeset viewer.
