Metallion
Metallion
### Problem Currently the RPM packages have a lot of dependencies that might not be necessary. For example, `wakame-vdc-dcmgr-vmapp-config` depends on things like `gtk2`, `hicolor-icon-theme` and `mesa-libGL`. None of these...
### Problem After doing a minimal install with just `hva-openvz`, `dcmgr` (which install collector too atm) and `webui`, more than 300MB is used in the /opt/axsh/wakame-vdc directory. Most of this...
### Problem Currently we only have mussel documentation in Japanese ### Solution Translate it to English and add it to the wiki.
The load balancer image is registered in the database as service type `lb` and you are supposed to start it using the load_balancers api. Currently it is possible to start...
Instance migration is currently only implemented for KVM. Trying to run it on OpenVZ causes the following. ``` 2016-09-16 05:47:51 JobContext thr=JobWorker[0/1] [ERROR]: Job failed e11447e17b50621d9aad645afff0f14bd78e95c5 [ run_vol_store ]: Unknown...
There is faulty error handling code in the web api for instance migration. There is an attempt at error handling but instead of raising APIErrors, it raises RuntimeErrors which are...
### Problem When modifying a host node's hypervisor, there is no check done to see if the hypervisor is valid. ``` vdc-manage>> host modify hn-hva1 --hypervisor hvm vdc-manage>> host show...
When not providing an account id in a request to the webapi, it would set `@account` to nil and just let things crash further down the stack. Fixed it so...
Fixes https://github.com/axsh/wakame-vdc/issues/757 Whatever we're using (activesupport?) is smart enough to translate symbols to strings when accessing a hash but doesn't do the same for the `has_key?` method. We also weren't...