Derek Richard
Derek Richard
``` ubuntu@pivotal-ops-manager:~$ bosh-init deploy vcloud-bosh-init.yml Deployment manifest: '/home/ubuntu/vcloud-bosh-init.yml' Deployment state: '/home/ubuntu/vcloud-bosh-init-state.json' Started validating Validating release 'bosh'... Finished (00:00:02) Validating release 'bosh-vcloud-cpi'... Finished (00:00:01) Validating cpi release... Finished (00:00:00) Validating deployment...
It would be lovely if I could append multiple items in a single operation. It can become a bit unwieldily writing it many times. ``` - type: replace path: /releases/-...
We use lxcfs mounts through [the docker cpi](https://github.com/cloudfoundry/bosh-docker-cpi-release/blob/b235d0a8dc4d8e61f952d773bcfb49ae45da818e/src/bosh-docker-cpi/vm/factory.go#L163) to ensure the containers and processes don't attempt to take more memory than they should. Turns out, when bpm creates containers for...