From c84e67cb35aa7c5df02cd8fda7c70ef5a4ea7631 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 5 Feb 2024 22:50:57 +0100 Subject: [PATCH] update readme about microvm bug --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 220f161..d5efe26 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,12 @@ Additionally, it deploys an age identity, which is later used for decrypting sec To deploy all servers at once: `deploy` To deploy only one server: `deploy --targets .#` + +## Known bugs + +When deploying a new virtiofs share, the error `Failed to connect to '.sock': No such file or directory` can occur. +This seems to be a bug in `microvm.nix` and I opened a bug report [here](https://github.com/astro/microvm.nix/issues/200). +A workaround is to deploy the share without `deploy-rs`'s rollback feature enabled: +``` +deploy --targets .#lewis --auto-rollback false --magic-rollback false +```