Commit e094382
Limit eden stale version check to only windows platform
Summary:
As per the discussion in this doc - https://docs.google.com/document/d/1fTxlasZfWv58iVhRr6Um3nSIOk4R0e4J6lxsCzG4W9E/edit?usp=sharing
we should limit edenfs stale version check to Windows only, The only cases of an old eden version on non-Windows would be:
1) repeated failed graceful restart (we get alerts for this)
2) no chef run in a while (there is another check for that in this tool)
and both cases are already handled
Reviewed By: kavehahmadi60
Differential Revision: D75172490
fbshipit-source-id: a0dca761eb2519c155773258d748c925ae4f476e1 parent 7bf0ad2 commit e094382
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1354 | 1354 | | |
1355 | 1355 | | |
1356 | 1356 | | |
1357 | | - | |
| 1357 | + | |
| 1358 | + | |
1358 | 1359 | | |
1359 | 1360 | | |
1360 | 1361 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
240 | 243 | | |
241 | 244 | | |
242 | 245 | | |
| 246 | + | |
243 | 247 | | |
244 | 248 | | |
245 | 249 | | |
| |||
283 | 287 | | |
284 | 288 | | |
285 | 289 | | |
| 290 | + | |
286 | 291 | | |
287 | 292 | | |
288 | 293 | | |
| |||
326 | 331 | | |
327 | 332 | | |
328 | 333 | | |
| 334 | + | |
329 | 335 | | |
330 | 336 | | |
331 | 337 | | |
| |||
0 commit comments