Don't set dedup
This commit is contained in:
parent
5d003f6274
commit
42ae52c000
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ if not host.fact.command('lsblk | grep sdc2 || true'):
|
||||||
if not host.fact.command('zpool list local | grep local || true'):
|
if not host.fact.command('zpool list local | grep local || true'):
|
||||||
server.shell(
|
server.shell(
|
||||||
name='Create ZFS pool',
|
name='Create ZFS pool',
|
||||||
commands=['zpool create -o ashift=12 -o autotrim=on -O encryption=aes-256-gcm -O keylocation=file:///etc/zfs.key -O keyformat=passphrase -O acltype=posixacl -O canmount=off -O dedup=on -O compression=lz4 -O dnodesize=auto -O normalization=formD -O relatime=on -O xattr=sa local mirror /dev/disk/by-id/ata-ST33000650NS_Z290FDG2-part4 /dev/disk/by-id/ata-ST33000650NS_Z290FEJQ-part4 cache /dev/disk/by-id/ata-INTEL_SSDSC2CW240A3_CVCV306301L3240CGN-part2']
|
commands=['zpool create -o ashift=12 -o autotrim=on -O encryption=aes-256-gcm -O keylocation=file:///etc/zfs.key -O keyformat=passphrase -O acltype=posixacl -O canmount=off -O compression=lz4 -O dnodesize=auto -O normalization=formD -O relatime=on -O xattr=sa local mirror /dev/disk/by-id/ata-ST33000650NS_Z290FDG2-part4 /dev/disk/by-id/ata-ST33000650NS_Z290FEJQ-part4 cache /dev/disk/by-id/ata-INTEL_SSDSC2CW240A3_CVCV306301L3240CGN-part2']
|
||||||
)
|
)
|
||||||
|
|
||||||
files.put(
|
files.put(
|
||||||
|
|
Reference in a new issue