must set number to not screw bw comparison
This commit is contained in:
parent
9161a2501c
commit
725d5292b2
1 changed files with 2 additions and 2 deletions
|
@ -33,13 +33,13 @@ defaults = {
|
||||||
'mountpoint': '/var/vmail',
|
'mountpoint': '/var/vmail',
|
||||||
'compression': 'on',
|
'compression': 'on',
|
||||||
'atime': 'off',
|
'atime': 'off',
|
||||||
'recordsize': '16K',
|
'recordsize': '16384',
|
||||||
},
|
},
|
||||||
'tank/vmail/index': {
|
'tank/vmail/index': {
|
||||||
'mountpoint': '/var/vmail/index',
|
'mountpoint': '/var/vmail/index',
|
||||||
'compression': 'on',
|
'compression': 'on',
|
||||||
'atime': 'off',
|
'atime': 'off',
|
||||||
'recordsize': '4K',
|
'recordsize': '4096',
|
||||||
'com.sun:auto-snapshot': 'false',
|
'com.sun:auto-snapshot': 'false',
|
||||||
'backup': False,
|
'backup': False,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue