use shared=0 for unittests

This commit is contained in:
Abhisar Sinha 2026-04-02 06:30:08 +05:30 committed by Abhishek Kumar
parent 2d2f74078f
commit cdf4684bcf
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ class QemuNbdServer:
"--socket", self.socket_path,
"--format", self.image_format,
"--persistent",
"--shared=8",
"--shared=0",
"--cache=none",
self.image_path,
],