Skip to content

Commit 1118812

Browse files
author
Nate Thornton
authored
Merge pull request #34 from NearNodeFlash/init-zfs
Describe steps required to load ZFS module on boot
2 parents 9f7f3f7 + e121756 commit 1118812

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/guides/initial-setup/readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ In order for LVM commands to run within the container environment on a Rabbit, t
3131
sed -i 's/udev_sync = 1/udev_sync = 0/g' /etc/lvm/lvm.conf
3232
```
3333

34+
### ZFS
35+
36+
ZFS kernel module must be enabled to run on boot. This can be done by creating a file, `zfs.conf`, containing the string "zfs" in your systems modules-load.d directory.
37+
38+
```bash
39+
echo "zfs" > /etc/modules-load.d/zfs.conf
40+
```
41+
3442
## Kubernetes Initial Setup
3543

3644
Installation of Kubernetes (k8s) nodes proceeds by installing k8s components onto the master node(s) of the cluster, then installing k8s components onto the worker nodes and joining those workers to the cluster. The k8s cluster setup for Rabbit requires 3 distinct k8s node types for operation:

0 commit comments

Comments
 (0)