Changeset 29892 for trunk/ippScripts/scripts/ipp_cleanup.pl
- Timestamp:
- Dec 1, 2010, 12:46:52 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_cleanup.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_cleanup.pl
r29671 r29892 1984 1984 sub file_gone 1985 1985 { 1986 # if $check_for_gone check whether the only instance of file is on a lost volume n1986 # if $check_for_gone check whether the only instance of file is on a lost volume 1987 1987 # XXX: we don't have a proper interface for this. 1988 1988 # For now try to use Bill's hack the script 'whichnode' … … 1990 1990 1991 1991 my $file = shift; 1992 1993 if (file_scheme($file) ne 'neb') { 1994 return 0; 1995 } 1992 1996 1993 1997 if (!$whichnode) { … … 2021 2025 print STDERR "$file is on $volume which is gone\n"; 2022 2026 $numGone++; 2027 } elsif ($answer eq 'available') { 2028 $numNotGone++; 2023 2029 } elsif ($answer eq 'not') { 2024 2030 print STDERR "$file is on $volume which is not available\n";
Note:
See TracChangeset
for help on using the changeset viewer.
