Commit 4d54125
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- engine
- orchestration/src/main/java/com/cloud/vm
- storage
- datamotion/src/main/java/org/apache/cloudstack/storage/motion
- volume/src
- main/java/org/apache/cloudstack/storage/volume
- test/java/org/apache/cloudstack/storage/volume
- plugins
- hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm
- resource
- storage
- storage/volume/default/src/main/java/org/apache/cloudstack/storage/datastore/driver
Expand file treeCollapse file tree
Open diff view settings
Collapse file
engine/orchestration/src/main/java/com/cloud/vm/VirtualMachineManagerImpl.java
Copy file name to clipboardExpand all lines: engine/orchestration/src/main/java/com/cloud/vm/VirtualMachineManagerImpl.java+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3543 | 3543 | |
3544 | 3544 | |
3545 | 3545 | |
3546 | | - |
| 3546 | + |
| 3547 | + |
3547 | 3548 | |
3548 | 3549 | |
3549 | 3550 | |
|
Collapse file
engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java
Copy file name to clipboardExpand all lines: engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java+21Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
445 | 445 | |
446 | 446 | |
447 | 447 | |
| 448 | + |
| 449 | + |
| 450 | + |
448 | 451 | |
449 | 452 | |
450 | 453 | |
| ||
500 | 503 | |
501 | 504 | |
502 | 505 | |
| 506 | + |
503 | 507 | |
504 | 508 | |
505 | 509 | |
| ||
523 | 527 | |
524 | 528 | |
525 | 529 | |
| 530 | + |
| 531 | + |
| 532 | + |
526 | 533 | |
527 | 534 | |
528 | 535 | |
| ||
532 | 539 | |
533 | 540 | |
534 | 541 | |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
| 552 | + |
535 | 553 | |
536 | 554 | |
537 | 555 | |
| ||
650 | 668 | |
651 | 669 | |
652 | 670 | |
| 671 | + |
| 672 | + |
| 673 | + |
653 | 674 | |
654 | 675 | |
655 | 676 | |
|
Collapse file
engine/storage/volume/src/main/java/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java
Copy file name to clipboardExpand all lines: engine/storage/volume/src/main/java/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3118 | 3118 | |
3119 | 3119 | |
3120 | 3120 | |
| 3121 | + |
| 3122 | + |
| 3123 | + |
| 3124 | + |
| 3125 | + |
| 3126 | + |
3121 | 3127 | |
3122 | 3128 | |
3123 | 3129 | |
|
Collapse file
engine/storage/volume/src/test/java/org/apache/cloudstack/storage/volume/VolumeServiceImplClvmTest.java
Copy file name to clipboardExpand all lines: engine/storage/volume/src/test/java/org/apache/cloudstack/storage/volume/VolumeServiceImplClvmTest.java+37-2Lines changed: 37 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
167 | 167 | |
168 | 168 | |
169 | 169 | |
170 | | - |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
171 | 191 | |
172 | 192 | |
173 | 193 | |
174 | 194 | |
175 | 195 | |
176 | 196 | |
177 | | - |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
178 | 213 | |
179 | 214 | |
180 | 215 | |
|
Collapse file
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
Copy file name to clipboardExpand all lines: plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7038 | 7038 | |
7039 | 7039 | |
7040 | 7040 | |
7041 | | - |
| 7041 | + |
7042 | 7042 | |
7043 | 7043 | |
7044 | 7044 | |
|
Collapse file
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStorageProcessor.java
Copy file name to clipboardExpand all lines: plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStorageProcessor.java+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
570 | 570 | |
571 | 571 | |
572 | 572 | |
573 | | - |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
574 | 578 | |
575 | 579 | |
576 | 580 | |
|
Collapse file
plugins/storage/volume/default/src/main/java/org/apache/cloudstack/storage/datastore/driver/CloudStackPrimaryDataStoreDriverImpl.java
Copy file name to clipboardExpand all lines: plugins/storage/volume/default/src/main/java/org/apache/cloudstack/storage/datastore/driver/CloudStackPrimaryDataStoreDriverImpl.java+4-10Lines changed: 4 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
436 | 436 | |
437 | 437 | |
438 | 438 | |
439 | | - |
440 | | - |
441 | | - |
442 | | - |
443 | | - |
| 439 | + |
| 440 | + |
444 | 441 | |
445 | | - |
446 | | - |
447 | | - |
448 | | - |
449 | | - |
| 442 | + |
| 443 | + |
450 | 444 | |
451 | 445 | |
452 | 446 | |
|
0 commit comments