docker8: 2. LV für /var/lib/docker (#378)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#378 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
parent
f2b6f18270
commit
d8c5b59837
1 changed files with 11 additions and 0 deletions
|
@ -12,6 +12,17 @@
|
||||||
filesystem: xfs
|
filesystem: xfs
|
||||||
mount: true
|
mount: true
|
||||||
mntp: /mnt/nextcloud
|
mntp: /mnt/nextcloud
|
||||||
|
- vgname: vg_docker
|
||||||
|
disks:
|
||||||
|
- /dev/sdc
|
||||||
|
create: true
|
||||||
|
lvnames:
|
||||||
|
- lvname: lv_docker
|
||||||
|
size: +100%FREE
|
||||||
|
create: true
|
||||||
|
filesystem: xfs
|
||||||
|
mount: true
|
||||||
|
mntp: /var/lib/docker
|
||||||
manage_lvm: true
|
manage_lvm: true
|
||||||
pvresize_to_max: true
|
pvresize_to_max: true
|
||||||
### mgrote.restic
|
### mgrote.restic
|
||||||
|
|
Loading…
Reference in a new issue