Changes between Version 4 and Version 5 of shepherding_the_pstamp_server
- Timestamp:
- May 27, 2010, 3:19:00 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shepherding_the_pstamp_server
v4 v5 120 120 Requests can fault for two reasons either at the parse stage or when finishing the request. Request 121 121 faults rarely happen and are usually due to software bug. pst -revertreq doesn't work for requests that 122 haven't finished parsing. (The script setsthe state to run when it shouldn't. I don't want to fix this123 problem until I'm sure that it won't break anything).122 haven't finished parsing. (The scripts set the state to run when it shouldn't. I don't want to fix this 123 problem right now. I want to be sure I don't break anything). 124 124 125 125 Jobs can fault due to typical nfs errors. There is a revert task for jobs. It only resets jobs with … … 128 128 129 129 The vast majority of the problems these days are related to the update processing. There are a large 130 number of error conditions that can gum up the works. W130 number of error conditions that can gum up the works. 131 131 Here is an example 132 132
