diff options
Diffstat (limited to 'posts/2021-01-15-root-on-zfs-a-zpool-of-mirror-vdevs-the-easy-way.php')
-rw-r--r-- | posts/2021-01-15-root-on-zfs-a-zpool-of-mirror-vdevs-the-easy-way.php | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/posts/2021-01-15-root-on-zfs-a-zpool-of-mirror-vdevs-the-easy-way.php b/posts/2021-01-15-root-on-zfs-a-zpool-of-mirror-vdevs-the-easy-way.php index d67f582..1103db8 100644 --- a/posts/2021-01-15-root-on-zfs-a-zpool-of-mirror-vdevs-the-easy-way.php +++ b/posts/2021-01-15-root-on-zfs-a-zpool-of-mirror-vdevs-the-easy-way.php @@ -1,10 +1,5 @@ -<?php -$title = "Root on ZFS: A ZPool of Mirror VDEVs"; -if (isset($early) && $early) { - return; -} -include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php'); -?> +<h1>Root on ZFS: A ZPool of Mirror VDEVs</h1> + <p class="description"> I wanted/needed to make a root on ZFS pool out of multiple mirror VDEVs, |