Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Handle error when the backend storage is uninitialized #807

Merged
merged 1 commit into from
Mar 15, 2021

Commits on Mar 13, 2021

  1. Handle error when the backend storage is uninitialized

    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. This change improves the error check.
    darkowlzz committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    4cfe057 View commit details
    Browse the repository at this point in the history