Technical review of using nested virtualization #323
No reviewers
Labels
No labels
bug
Closed As
complete
Closed As
duplicate
Closed As
insufficient data
Closed As
moved
Closed As
not possible
Closed As
out of scope
Closed As
stale
good first issue
help wanted
improvement
needs changes
needs committer review
needs info
new change
Priority
awaiting triage
Priority
needs review
Priority
next meeting
Priority
waiting on assignee
Priority
waiting on external
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Docs/quick-docs#323
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "technical-review-nested-virtualization"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #214
Tested the instructions on Fedora 33 x86_64 with a Ryzen 4750U CPU. Everything was fine except for some minor tweaks:
virt-host-validate
commandrebased onto 3c63210b8f517f178f9b978cccb96793f0bd200f
Hi @connorl, thank you for the PR. Everything looks fine, but I have a small change request: Can you please remove the
#
and$
prompts from command examples? We used to use them back when sudo wasn't enabled by default to indicate whether you need to be root to run a specific command or not, but nowadays that's not needed - instead we just use sudo when you need it, and the prompts aren't needed anymore.Metadata Update from @pbokoc:
Metadata Update from @pbokoc:
1 new commit added
Remove unnecessary command prompts
Hi @pbokoc thanks for the feedback. I've removed all the prompts from the command examples. Please let me know if you need any other changes.
rebased onto
73c781cd26
Everything looks good, thank you!
Pull-Request has been merged by pbokoc