From e1c9ab494da218ff7ef72b17923241d40f13853a Mon Sep 17 00:00:00 2001 From: Michael Reifenberger Date: Sun, 20 Mar 2011 13:01:57 +0000 Subject: [PATCH] Add a file with some remarks for setting up a zfs boot environment --- .../nanobsd/rescue/Files/root/ZFS_Create.txt | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 tools/tools/nanobsd/rescue/Files/root/ZFS_Create.txt diff --git a/tools/tools/nanobsd/rescue/Files/root/ZFS_Create.txt b/tools/tools/nanobsd/rescue/Files/root/ZFS_Create.txt new file mode 100644 index 000000000000..2a33b25db30a --- /dev/null +++ b/tools/tools/nanobsd/rescue/Files/root/ZFS_Create.txt @@ -0,0 +1,35 @@ +# $FreeBSD$ + +Some remarks for setting up a zfs boot environment + +ZFS Boot sctructure: +boot ++-ROOT + +-root +[+-root2] +[+-root3] + +zpool create -o mountpoint=none boot ... +zpool set listsnapshots=on boot + +zfs create -o mountpoint=/mnt boot/ROOT +zfs create boot/ROOT/root + +Fill -> /mnt/root + +cp /boot/zfs/zpool.cache /mnt/root/boot/zfs/zpool.cache +zpool set bootfs=boot/ROOT/root boot + +set in /mnt/root/boot/loader.conf +#ZFS mandatory +zfs_load="YES" +vfs.root.mountfrom="zfs:boot/ROOT/root" +#ZFS optional +vm.kmem_size="8G" +vfs.zfs.arc_min="1G" +vfs.zfs.arc_max="2G" +vfs.zfs.prefetch_disable="1" +vfs.zfs.zil_disable=1 +vfs.zfs.zio.use_uma=0 +#Power savings +hw.pci.do_power_nodriver=3