Skip to content
New issue

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

Improvements to empty instance handling #502

Merged
merged 2 commits into from
Feb 17, 2024
Merged

Improvements to empty instance handling #502

merged 2 commits into from
Feb 17, 2024

Commits on Feb 16, 2024

  1. incusd/storage: Create rootfs dir on empty instances

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    cbd3892 View commit details
    Browse the repository at this point in the history
  2. incusd/storage/quota: Don't fail on missing project

    In some cases the deletion of all files within the project is enough to
    cause it to disappear on its own, when that happens, don't fail trying
    to delete it.
    
    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3f253a1 View commit details
    Browse the repository at this point in the history