Marcus Sorensen
Marcus Sorensen
Signed-off-by: Marcus Sorensen ### Description This PR introduces a feature designed to allow CloudStack to manage a generic volume encryption setting. The encryption is handled transparently to the guest OS,...
##### ISSUE TYPE * Enhancement Request ##### COMPONENT NAME ~~~ Storage ~~~ ##### CLOUDSTACK VERSION ~~~ Any ~~~ ##### SUMMARY Unmapping volumes from a hypervisor host upon VM stop or...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ~~~ API, Storage ~~~ ##### CLOUDSTACK VERSION ~~~ main ~~~ ##### CONFIGURATION PowerFlex, Datera storage ##### OS / ENVIRONMENT ##### SUMMARY...
Signed-off-by: Marcus Sorensen ### Description This PR Fixes #6739 (for PowerFlex/ScaleIO only, Datera still needs to be addressed), which can occur if the last host the VM ran on is...
https://github.com/apache/cloudstack-go/blob/0d335efa7425b204db7a8030522493f829fad6f0/generate/generate.go#L1701 The generation code uses post calls for a subset of APIs that are sensitive or large. Eventually the `listApis` should advertise which APIs these are, but until then we...
While using `testutil.TestDir` in a project to run unit tests against a local kube-apiserver, I noticed that I was building up orphaned etcd and kube-apiserver processes on each test run....