Merge branch 'stable' into next-release
This commit is contained in:
commit
757bf82a78
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xo-server",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"license": "AGPL-3.0",
|
||||
"description": "Server part of Xen-Orchestra",
|
||||
"keywords": [
|
||||
|
@ -40,7 +40,7 @@ export default class NfsHandler extends LocalHandler {
|
||||
|
||||
async _mount (remote) {
|
||||
await fs.ensureDir(remote.path)
|
||||
return execa('mount', ['-t', 'nfs', '-o', 'vers=3', `${remote.host}:${remote.share}`, remote.path])
|
||||
return execa('mount', ['-t', 'nfs', '-o', 'vers=3', `${remote.host}:/${remote.share}`, remote.path])
|
||||
}
|
||||
|
||||
async _sync () {
|
||||
|
Loading…
Reference in New Issue
Block a user