-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
fix the windows hyperv smb synced folder creation/destruction #12933
base: main
Are you sure you want to change the base?
Conversation
9154771
to
a5a806b
Compare
a5a806b
to
ecc4539
Compare
Heya, sorry for taking so long to get to this. I rebased on main and forced pushed to get the tests to run. Aiming to get this tested/merged soon! |
LGTM! also pushed up some changes for test |
Is removing UAC validation the best approach here? It seems like a regression; If I understood correctly you came to the conclusion that the root cause is failed UAC prompting/alerting, were you able to track down the cause/trigger/reason? |
@OnceUponALoop I was not able to track the root cause. check the related issue, it might have more clue. |
closes #12639
please note that the uac code was removed, as such, the user has to always run vagrant from an elevated shell.
I removed it because the smb share creating and removal was not working in an elevated shell.