Jan Poctavek

Results 61 comments of Jan Poctavek

If you are sure the actual destination replica VM is not created, it should be enough to delete the replicated VM entry in DC database. But we need to find...

I was running some tests and the `'refreservation' is greater than current volume size` issue goes away when you grow disk of `mon01` or `mgmt01`. Then it sets the correct...

I was able to fix it on a fresh installation. Check this: ``` vmadm get a28faa4d-d0ee-4593-938a-f0d062022b02 | json disks.0.size vmadm get a28faa4d-d0ee-4593-938a-f0d062022b02 | json disks.0.refreservation ``` They should be the...

This is strange. Pls look into `/opt/erigones/log/main.log` in `mgmt01`. You should see there a full json that is used to create replica VM. These data are taken from DC database...

Just to sum up: There were two problems. The `refreservation` problem is fixed by above commands. The next problem was promoted clone of `mon01` VM that has been preventing the...

The prompt-config successfully configures the interfaces. So we have the right config at that time. We could pull the default gw from the netstat. E.g. ``` if headnode_default_gateway == None;...

Well... I'm not sure it's a good idea. 1. It's relatively hard to do. We have only one platform for all nodes and the OS itself has no idea whether...

Or you can place your own boot rc script into `/opt/custom/etc/rc-pre-network.d/` that will loop-mount customized file over `/etc/issue`.

Very nice analysis. I like the idea of reusing the add-disk call. I'll think about it. At first look it should not be that hard to add it at least...

(Related to #504) Not sure what you are trying to achieve. Do you want to create a VM image with the matchbox binary present? Or do you want to create...