We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using Open vSwitch starting an instance crashes with the following error.
2017-05-23 07:23:49 [ERROR] openvdc-executor/main.go:158 Failed CreateInstance Error: Failed to parse script template: /etc/openvdc/scripts/ovs-up.sh.tmpl: open /etc/openvdc/scripts/ovs-up.sh.tmpl: no such file or directory hypervisor=lxc instance_id=i-0000000007 state=STARTING ErrorStackTrace: github.com/axsh/openvdc/hypervisor/lxc.(*LXCHypervisorDriver).renderUpDownScript /var/tmp/go/src/github.com/axsh/openvdc/hypervisor/lxc/lxc.go:230 github.com/axsh/openvdc/hypervisor/lxc.(*LXCHypervisorDriver).CreateInstance /var/tmp/go/src/github.com/axsh/openvdc/hypervisor/lxc/lxc.go:301
It looks like the /etc/openvdc/scripts directory is missing entirely.
/etc/openvdc/scripts
# ls /etc/openvdc/ executor.toml scheduler.toml scheduler.toml.rpmnew
Put the required scripts for Open vSwitch back in place.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
When using Open vSwitch starting an instance crashes with the following error.
It looks like the
/etc/openvdc/scripts
directory is missing entirely.Solution
Put the required scripts for Open vSwitch back in place.
The text was updated successfully, but these errors were encountered: