- Timestamp:
- Apr 11, 2023, 11:00:58 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/src/fix_chip_locations.pl
r42446 r42447 195 195 my $NcullTotal = @$cull_list_r; 196 196 foreach my $instance (@$cull_list_r) { 197 print "state $state : checking instance $instance ... "; 197 198 my ($volname) = $instance =~ m|file:///data/([0-9a-zA-Z]*\.[0-9])/\S*|; 199 print "volname $volname\n"; 198 200 unless (defined $vol_good{$volname}) { die "ERROR: invalid volume name $volname\n"; } 199 201 # print STDERR "neb-cull $state: $ext_id $volname ($main_keep $back_keep)\n"; … … 321 323 if (($xattr == 1) && ($back_keep eq "")) { $back_keep = $instance; next; } 322 324 325 if ($xattr > 1) { print "ignore lost instance $instance\n"; next; } 326 323 327 # if we make it here, we already have an instance at this location 324 328 push (@cull_list, $instance);
Note:
See TracChangeset
for help on using the changeset viewer.
