diff options
author | Jeremy Allison <jra@samba.org> | 2010-12-15 13:32:09 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-12-15 14:09:48 -0800 |
commit | ecf48af135e4c1ebc5aafe4b3dad785162f5949a (patch) | |
tree | ff35851422bfe2959003c09a53bd008e5629c965 /docs-xml | |
parent | 6bb89aaa0d38d59ce4f0d9362822ba1c525eb203 (diff) | |
download | samba-ecf48af135e4c1ebc5aafe4b3dad785162f5949a.tar.gz |
Change strict allocate to default to true. (cherry picked from commit 820ea22a07b062b1717d35de8fa7051fc1067c3f)
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/tuning/strictallocate.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs-xml/smbdotconf/tuning/strictallocate.xml b/docs-xml/smbdotconf/tuning/strictallocate.xml index 18555747767..9311eb6b807 100644 --- a/docs-xml/smbdotconf/tuning/strictallocate.xml +++ b/docs-xml/smbdotconf/tuning/strictallocate.xml @@ -10,9 +10,10 @@ of actually forcing the disk system to allocate real storage blocks when a file is created or extended to be a given size. In UNIX terminology this means that Samba will stop creating sparse files. - This can be slow on some systems. When you work with large files like - >100MB or so you may even run into problems with clients running into - timeouts.</para> + Modern UNIX filesystems now support extents and so in Samba 3.6.0 we + have changed this parameter to default to "yes". On older filesystems + without extents you might want to turn this parameter to "no". + </para> <para>When you have an extent based filesystem it's likely that we can make use of unwritten extents which allows Samba to allocate even large amounts @@ -28,9 +29,9 @@ preallocation is probably an expensive operation where you will see reduced performance and risk to let clients run into timeouts when creating large files. Examples are ext3, ZFS, HFS+ and most others, so be aware if you - activate this setting on those filesystems.</para> + leave the default setting on those filesystems.</para> </description> -<value type="default">no</value> +<value type="default">yes</value> </samba:parameter> |