diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-03-17 15:52:10 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-03-25 10:48:58 +0100 |
| commit | b3e8e3d196de8b8c1bb904bfb3c6641415cf72bb (patch) | |
| tree | 4637fc7a7d95dfd239854457a88384c8d79341ba /opendc/opendc-compute/src | |
| parent | 43f1376a00342338f4d0affde5e1f2f540ab7e32 (diff) | |
feat: Use Weilbull distribution for failures
Diffstat (limited to 'opendc/opendc-compute/src')
| -rw-r--r-- | opendc/opendc-compute/src/main/kotlin/com/atlarge/opendc/compute/virt/service/SimpleVirtProvisioningService.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opendc/opendc-compute/src/main/kotlin/com/atlarge/opendc/compute/virt/service/SimpleVirtProvisioningService.kt b/opendc/opendc-compute/src/main/kotlin/com/atlarge/opendc/compute/virt/service/SimpleVirtProvisioningService.kt index 9fad2396..0f38eca1 100644 --- a/opendc/opendc-compute/src/main/kotlin/com/atlarge/opendc/compute/virt/service/SimpleVirtProvisioningService.kt +++ b/opendc/opendc-compute/src/main/kotlin/com/atlarge/opendc/compute/virt/service/SimpleVirtProvisioningService.kt @@ -96,7 +96,6 @@ class SimpleVirtProvisioningService( } catch (e: InsufficientMemoryOnServerException) { println("Unable to deploy image due to insufficient memory") } - } } |
