You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I followed the steps to set up vHive using #465 as the base. All pods are running as expected. However, the deployment of functions is failing.
EDIT: I tried using the main branch of the repo, but ended up getting the same issue.
To Reproduce
Follow steps in the quick-start guide to set up vHive, using #465 as the base branch. Then, try to deploy the functions using source /etc/profile && pushd ./examples/deployer && go build && popd && ./examples/deployer/deployer
Expected behavior
Functions should get deployed normally.
Logs
vhive.stdout logs
time="2022-07-09T07:00:04.058528225Z" level=info msg="HEARTBEAT: number of active VMs: 0"
time="2022-07-09T07:00:04.076796785Z" level=info msg="FuncPool heartbeat: ==== Stats by cold functions ====\nfID, #started, #served\n==================================="
time="2022-07-09T07:01:04.058799087Z" level=info msg="HEARTBEAT: number of active VMs: 0"
time="2022-07-09T07:01:04.077084372Z" level=info msg="FuncPool heartbeat: ==== Stats by cold functions ====\nfID, #started, #served\n==================================="
time="2022-07-09T07:01:34.544142901Z" level=error msg="coordinator failed to start VM" error="Failed to get/pull image: failed to stat snapshot sha256:5216338b40a7b96416b8b9858974bbe4acc3096ee60acbc4dfb1ee02aecceb10: snapshotter not loaded: devmapper: invalid argument" image="ghcr.io/ease-lab/helloworld:var_workload" vmID=95
time="2022-07-09T07:01:34.544195993Z" level=error msg="failed to start VM" error="Failed to get/pull image: failed to stat snapshot sha256:5216338b40a7b96416b8b9858974bbe4acc3096ee60acbc4dfb1ee02aecceb10: snapshotter not loaded: devmapper: invalid argument"
time="2022-07-09T07:01:34.549605400Z" level=error msg="VM config for pod 8d68f00f4e584c382e5bb69c03bcb6298241b2efe9a520126c2f18f3d7f4e935 does not exist"
time="2022-07-09T07:01:34.549622754Z" level=error error="VM config for pod does not exist"
time="2022-07-09T07:01:38.484179501Z" level=error msg="coordinator failed to start VM" error="Failed to get/pull image: failed to stat snapshot sha256:5216338b40a7b96416b8b9858974bbe4acc3096ee60acbc4dfb1ee02aecceb10: snapshotter not loaded: devmapper: invalid argument" image="ghcr.io/ease-lab/helloworld:var_workload" vmID=96
Describe the bug
I followed the steps to set up vHive using #465 as the base. All pods are running as expected. However, the deployment of functions is failing.
EDIT: I tried using the main branch of the repo, but ended up getting the same issue.
To Reproduce
Follow steps in the quick-start guide to set up vHive, using #465 as the base branch. Then, try to deploy the functions using
source /etc/profile && pushd ./examples/deployer && go build && popd && ./examples/deployer/deployer
Expected behavior
Functions should get deployed normally.
Logs
vhive.stdout logs
firecracker.stdout
Notes
Running on bare-metal, Ubuntu 20.04, Intel Xeon machine.
The text was updated successfully, but these errors were encountered: