cirruslabs / tart

macOS and Linux VMs on Apple Silicon to use in CI and other automations
https://tart.run
Other
3.86k stars 115 forks source link

Implement additional NBD URIs for network block device disks #792

Closed DrDonk closed 6 months ago

DrDonk commented 6 months ago

The new code for NBD extra disks in the run command currently supports the nbd: URI. There are additional ones specified by the spec https://github.com/NetworkBlockDevice/nbd/blob/master/doc/uri.md.

Specifically nbd+unix: would be useful to allow macOS NBD mounted drives to be used.