2021-10-10 16:47:36 +02:00
|
|
|
## mgrote.proxmox_bind_mounts
|
|
|
|
|
|
|
|
### Beschreibung
|
|
|
|
Adds [bind-mounts](https://pve.proxmox.com/wiki/Linux_Container#pct_container_storage) for LXC-Container on Proxmox.
|
|
|
|
|
|
|
|
### tested on
|
|
|
|
- [x] ProxMox 7.*
|
|
|
|
|
|
|
|
### Variablen + Defaults
|
|
|
|
```
|
2023-10-25 22:26:17 +02:00
|
|
|
pve_bind_mounts: # Dictionary
|
2021-10-10 16:47:36 +02:00
|
|
|
- vmid: 105 # VMID for which the bind-mount should get created
|
|
|
|
mp_nr: 1 # Number of the mountpoint
|
|
|
|
mp_path_host: /rpool/test # Path on the Host
|
|
|
|
mp_path_guest: /klauspeter # Path in the Guest
|
|
|
|
```
|