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

Allow mounting NBD disks #786

Merged
merged 4 commits into from
Apr 11, 2024
Merged

Allow mounting NBD disks #786

merged 4 commits into from
Apr 11, 2024

Conversation

fkorotkov
Copy link
Contributor

Fixes #759

So people can experiment with mounting NBDs before we can decide if it's viable to put the whole VM on it.

@fkorotkov fkorotkov requested a review from edigaryev as a code owner April 11, 2024 11:28
@@ -72,6 +72,8 @@ struct Run: AsyncParsableCommand {
To workaround this issue pass TART_HOME explicitly:

sudo TART_HOME="$HOME/.tart" tart run sonoma --disk=/dev/disk0

To work with NBD devices use the following syntax:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The syntax explanation seems to be missing.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed it in 9ee5247 since there is an example in the first line.

fkorotkov and others added 2 commits April 11, 2024 08:53
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
@fkorotkov fkorotkov enabled auto-merge (squash) April 11, 2024 12:55
@fkorotkov fkorotkov merged commit 99c91cb into main Apr 11, 2024
6 checks passed
@fkorotkov fkorotkov deleted the allow-nbd-devices branch April 11, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable the possibility to mount NBD devices
2 participants