Allow non drvfs on wsl environment (#1755)

This commit is contained in:
y-hashida 2023-09-07 23:42:51 +09:00 committed by GitHub
parent 42429f7ba4
commit b8c2f14435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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