Closed darkowlzz closed 3 years ago
VM, image and kernel list return error when the backend storage is uninitialized (/var/lib/firecracker/{vm,image,kernel} don't exist).
FATA[0000] open /var/lib/firecracker/kernel: no such file or directory ... FATA[0000] open /var/lib/firecracker/image: no such file or directory
This was fixed for VM in #778. This change improves the error check.
VM, image and kernel list return error when the backend storage is uninitialized (/var/lib/firecracker/{vm,image,kernel} don't exist).
This was fixed for VM in #778. This change improves the error check.