When I create a zfs filesystem there are lots of options. Which options are recommended? I use CIFS and then I choose mixedcasesensitivity=true. But it turns out that (due to a bug, fixed in b127) if I have non utf8 characters in the file name, I can not see the file in listings. So I should use utf8only which rejects files with non utf8 characters in it''s file name. I didnt know of this option. Which other options do you use? -- This message posted from opensolaris.org
Orvar Korvar wrote:> When I create a zfs filesystem there are lots of options. Which options are recommended?That depends on what your needs are. The first consideration should be what kind of data you are storing. For a filesystem intended to be full of MP3 files it is wasteful of CPU and memory resources to enable compression. On the other hand if it is full of source code or ASCII text enabling compression could potentially improved performance - depending on the read and write access patterns. -- Darren J Moffat