aboutsummaryrefslogtreecommitdiff
path: root/scripts/test-configs/zfs-mirror-encrypt.conf
blob: 0f0efab67257a3499fee4df3f76e04e0dc325c3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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