mirror of https://github.com/apache/cloudstack.git
use shared=0 for unittests
This commit is contained in:
parent
2d2f74078f
commit
cdf4684bcf
|
|
@ -333,7 +333,7 @@ class QemuNbdServer:
|
|||
"--socket", self.socket_path,
|
||||
"--format", self.image_format,
|
||||
"--persistent",
|
||||
"--shared=8",
|
||||
"--shared=0",
|
||||
"--cache=none",
|
||||
self.image_path,
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue