How to Create an Encrypted ZFS Cluster File System on an Existing Encrypted Zpool

Note that the encrypted child file system that you create inherits its encryption key information from the zpool.

  1. Create a global encrypted ZFS file system.
    phys-schost# zfs create zpoolname/fsname

    The following example command creates an encrypted cluster file system called gpool/fs2:

    phys-schost# zfs create gpool/fs2