Skip to content
Snippets Groups Projects
Commit 7a0503b5 authored by Prinsen, Fons's avatar Prinsen, Fons
Browse files

2G fake homeshared is not enough, increase to 3G

parent cdba1410
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,6 @@
failed_when: shared_disk_raw.rc != 0 or shared_disk_raw.stdout == ""
- name: Create device-mapper entry for /dev/mapper/homeshared
command: dmsetup create homeshared --table "0 4194304 linear {{ shared_disk_raw.stdout }} 0"
command: dmsetup create homeshared --table "0 6291456 linear {{ shared_disk_raw.stdout }} 0"
args:
creates: /dev/mapper/homeshared
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment