update readme about microvm bug

This commit is contained in:
Pim Kunis 2024-02-05 22:50:57 +01:00
parent cf57391629
commit c84e67cb35

View file

@ -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 .#<host>`
## Known bugs
When deploying a new virtiofs share, the error `Failed to connect to '<name>.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
```