try to fix mounting issue
This commit is contained in:
parent
7e0834b69c
commit
9812fbcab3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ mounts:
|
|||
- ["data.1", "/mnt/data"]
|
||||
%{ endif }
|
||||
%{ if add_data_share }
|
||||
- ["data", "/mnt/data", "9p", "trans=virtio", "0", "0"]
|
||||
- ["data", "/mnt/data", "9p", "trans=virtio,version=9p2000.L,rw", "0", "0"]
|
||||
%{ endif }
|
||||
%{ endif }
|
||||
|
||||
|
|
Reference in a new issue