Commit 7068a6e
authored
Fix root disk resize validation - don't lookup with disk offering id of the root disk in service offering view (apache#9428) (apache#489)
Issue: During root disk resize, the root disk size details are checked in a different service offering (looks up with disk offering id of the root disk in service offering view which is getting wrong service offering).1 parent a05a3f9 commit 7068a6e
File tree
2 files changed
+3
-11
lines changed- server/src
- main/java/com/cloud/storage
- test/java/com/cloud/storage
2 files changed
+3
-11
lines changedLines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | 125 | | |
128 | 126 | | |
129 | 127 | | |
| |||
265 | 263 | | |
266 | 264 | | |
267 | 265 | | |
268 | | - | |
269 | | - | |
270 | 266 | | |
271 | 267 | | |
272 | 268 | | |
| |||
1333 | 1329 | | |
1334 | 1330 | | |
1335 | 1331 | | |
1336 | | - | |
1337 | | - | |
| 1332 | + | |
1338 | 1333 | | |
1339 | 1334 | | |
1340 | 1335 | | |
| |||
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
1318 | 1317 | | |
1319 | 1318 | | |
1320 | 1319 | | |
1321 | | - | |
1322 | | - | |
1323 | | - | |
1324 | | - | |
| 1320 | + | |
| 1321 | + | |
1325 | 1322 | | |
1326 | 1323 | | |
1327 | 1324 | | |
| |||
0 commit comments