Changeset 32550
- Timestamp:
- Oct 13, 2011, 4:10:47 PM (15 years ago)
- File:
-
- 1 edited
-
tags/ipp-20110622/Nebulous/bin/neb-repair (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110622/Nebulous/bin/neb-repair
- Property svn:mergeinfo changed
/trunk/Nebulous/bin/neb-repair merged: 32549
r32548 r32550 128 128 if ($existance[0] == 1) { 129 129 # We can fix this with culls and replications. 130 print "Attempting to fix this.\n"; 130 131 print("neb-replicate $key\n"); 131 132 system("neb-replicate $key"); … … 135 136 system("neb-cull --volume $bad_volume $key"); 136 137 } 138 else { 139 die "Failed to copy file $valid_file to $f, and subsequent replication also failed!\n"; 140 } 137 141 } 138 die "Failed to copy file $valid_file to $f!\n"; 142 else { 143 die "Failed to copy file $valid_file to $f!\n"; 144 } 139 145 } 140 146 } - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
