aboutsummaryrefslogtreecommitdiff
path: root/scripts/test-configs/zfs-mirror-encrypt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test-configs/zfs-mirror-encrypt.conf')
-rw-r--r--scripts/test-configs/zfs-mirror-encrypt.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/test-configs/zfs-mirror-encrypt.conf b/scripts/test-configs/zfs-mirror-encrypt.conf
new file mode 100644
index 0000000..0f0efab
--- /dev/null
+++ b/scripts/test-configs/zfs-mirror-encrypt.conf
@@ -0,0 +1,17 @@
+# Test config: ZFS 2-disk mirror with native encryption
+
+# Enable testing mode for automated ZFS passphrase handling
+TESTING=yes
+
+HOSTNAME=test-zfs-mirror-encrypt
+TIMEZONE=UTC
+LOCALE=en_US.UTF-8
+KEYMAP=us
+
+DISKS=/dev/vda,/dev/vdb
+RAID_LEVEL=mirror
+
+ZFS_PASSPHRASE=testpass
+ROOT_PASSWORD=testpass
+
+ENABLE_SSH=yes