Hello all, I just want to let our developers and testers know, that mkfs and another reiser4 utility programs has changed their options recently. So, it is probably needed to update benchmarks, scripts, etc.
For instance, to create reiser4 with short keys you need to type something like this: mkfs.reiser4 -qf /dev/test_device -o key=key_short and to create reiser4 with particular tail policy you need to type the following: mkfs.reiser4 -qf /dev/test_device -o policy=(tails|extents|smart) To list all available plugins and current profile use mkfs.reiser4 -p and mkfs.reiser4 -P correspondingly. See corresponding manual pages for details. Happy testing. Regards.