From 0ab5e6c70a5ec68e9afee11b4c460abdd559f5dd Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 11 May 2016 09:02:29 -0700 Subject: [PATCH] Updated Building ZFS (markdown) --- Building-ZFS.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Building-ZFS.md b/Building-ZFS.md index a42fa84..38a154a 100644 --- a/Building-ZFS.md +++ b/Building-ZFS.md @@ -61,8 +61,8 @@ sh autogen.sh make -s -j$(nproc) ``` -* **tip:** `--with-linux=PATH` and `--with-linux-obj=PATH` can be passed to configure to specify a kernel installed in a non-default location. This option is also supported when building ZFS. -* **tip:** `--enable-debug` can be set to enable all ASSERTs and additional correctness tests. This option is also supported when building ZFS. +**tip:** `--with-linux=PATH` and `--with-linux-obj=PATH` can be passed to configure to specify a kernel installed in a non-default location. This option is also supported when building ZFS. +**tip:** `--enable-debug` can be set to enable all ASSERTs and additional correctness tests. This option is also supported when building ZFS. Next move to the ZFS source tree and build it the same way. @@ -74,7 +74,7 @@ sh autogen.sh make -s -j$(nproc) ``` -* **tip:** `--with-spl=PATH` and `--with-spl-obj=PATH` can be passed to configure if it is unable to locate the SPL. +**tip:** `--with-spl=PATH` and `--with-spl-obj=PATH` can be passed to configure if it is unable to locate the SPL. #### Run the ZFS Test Suite @@ -98,6 +98,8 @@ sudo ./scripts/zfs.sh ./scripts/zfs-tests.sh -vx ``` +**tip:** The **delegate** tests will be skipped unless group read permission is set on the zfs directory and its parents. + [zol-org]: https://github.com/zfsonlinux/ [spl-repo]: https://github.com/zfsonlinux/spl [zfs-repo]: https://github.com/zfsonlinux/zfs