Commit 5ce14df
authored
network: Allow ability to disable rolling restart feature (#2900)
This adds a global setting for admins who may not want the rolling
restart of routers or are seeing any issues around it. In future, this
setting may be removed.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>1 parent 1904a70 commit 5ce14df
File tree
3 files changed
+20
-2
lines changed- engine
- api/src/org/apache/cloudstack/engine/orchestration/service
- orchestration/src/org/apache/cloudstack/engine/orchestration
- server/src/com/cloud/network/vpc
3 files changed
+20
-2
lines changedengine/api/src/org/apache/cloudstack/engine/orchestration/service/NetworkOrchestrationService.java
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2860 | 2860 | | |
2861 | 2861 | | |
2862 | 2862 | | |
2863 | | - | |
| 2863 | + | |
2864 | 2864 | | |
2865 | 2865 | | |
2866 | 2866 | | |
| |||
2927 | 2927 | | |
2928 | 2928 | | |
2929 | 2929 | | |
| 2930 | + | |
| 2931 | + | |
| 2932 | + | |
| 2933 | + | |
| 2934 | + | |
| 2935 | + | |
| 2936 | + | |
| 2937 | + | |
2930 | 2938 | | |
2931 | 2939 | | |
2932 | 2940 | | |
| |||
3831 | 3839 | | |
3832 | 3840 | | |
3833 | 3841 | | |
3834 | | - | |
| 3842 | + | |
3835 | 3843 | | |
3836 | 3844 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2458 | 2458 | | |
2459 | 2459 | | |
2460 | 2460 | | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
| 2464 | + | |
| 2465 | + | |
| 2466 | + | |
| 2467 | + | |
2461 | 2468 | | |
2462 | 2469 | | |
2463 | 2470 | | |
| |||
0 commit comments