yes
This commit is contained in:
parent
d0fa00df8e
commit
0f118bd463
1 changed files with 3 additions and 3 deletions
|
@ -59,9 +59,9 @@ mounts:
|
|||
%{ if data_disk }
|
||||
- ["data.1", "/mnt/data"]
|
||||
%{ endif }
|
||||
%{ if add_data_share }
|
||||
- ["data", "/mnt/data", "9p", "trans=virtio,rw,noauto,x-systemd.automount", "0", "0"]
|
||||
%{ endif }
|
||||
#%{ if add_data_share }
|
||||
#- ["data", "/mnt/data", "9p", "trans=virtio,rw,_netdev", "0", "0"]
|
||||
#%{ endif }
|
||||
%{ endif }
|
||||
|
||||
%{ if fixed_dns != "" }
|
||||
|
|
Reference in a new issue