Fix sanoid template asignment (#431)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #431
This commit is contained in:
parent
135bd53414
commit
1ac64bbc37
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@
|
|||
- path: hdd_data_raidz/vm
|
||||
recursive: 'no'
|
||||
snapshots: true
|
||||
template: 'pve3tage'
|
||||
template: '3tage'
|
||||
- path: rpool
|
||||
recursive: 'no'
|
||||
snapshots: true
|
||||
|
@ -154,7 +154,7 @@
|
|||
- path: rpool/ROOT/pve-1
|
||||
recursive: 'no'
|
||||
snapshots: true
|
||||
template: '3tage'
|
||||
template: 'pve3tage'
|
||||
|
||||
### mgrote.cv4pve-autosnap
|
||||
cv4pve_api_user: root@pam!cv4pve-autosnap
|
||||
|
|
Loading…
Reference in a new issue