mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Allow non drvfs on wsl environment (#1755)
This commit is contained in:
parent
42429f7ba4
commit
b8c2f14435
@ -109,6 +109,12 @@ module VagrantPlugins
|
||||
error_message: e.message
|
||||
end
|
||||
end
|
||||
|
||||
# Enable virtiofs synced folders within WSL when in use
|
||||
# on non-DrvFs file systems
|
||||
def self.wsl_allow_non_drvfs?
|
||||
true
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user