encrypted??

Status
Not open for further replies.

j_r0dd

Contributor
Joined
Jan 26, 2015
Messages
134
Parden my n00bness as I am still learning zfs and freenas. Something caught my eye in dmesg that I have just overlooked in the past. I know that I never encrypted the pool upon creation, but seeing that output in dmesg concerns me. From what I have read the gptid's would be appended with .eli. Confirmation of this though would definitely make me sleep better tonight though. Thanks for any input.


Code:
GEOM_ELI: Device ada0p1.eli created.
GEOM_ELI: Encryption: AES-XTS 256
GEOM_ELI:     Crypto: hardware
GEOM_ELI: Device ada1p1.eli created.
GEOM_ELI: Encryption: AES-XTS 256
GEOM_ELI:     Crypto: hardware
GEOM_ELI: Device da0p1.eli created.
GEOM_ELI: Encryption: AES-XTS 256
GEOM_ELI:     Crypto: hardware
GEOM_ELI: Device da1p1.eli created.
GEOM_ELI: Encryption: AES-XTS 256
GEOM_ELI:     Crypto: hardware
GEOM_ELI: Device da2p1.eli created.
GEOM_ELI: Encryption: AES-XTS 256
GEOM_ELI:     Crypto: hardware
GEOM_ELI: Device da3p1.eli created.
GEOM_ELI: Encryption: AES-XTS 256
GEOM_ELI:     Crypto: hardware
GEOM_ELI: Device da4p1.eli created.
GEOM_ELI: Encryption: AES-XTS 256
GEOM_ELI:     Crypto: hardware
GEOM_ELI: Device da5p1.eli created.
GEOM_ELI: Encryption: AES-XTS 256
GEOM_ELI:     Crypto: hardware
GEOM_ELI: Device da6p1.eli created.
GEOM_ELI: Encryption: AES-XTS 256
GEOM_ELI:     Crypto: hardware
GEOM_ELI: Device da7p1.eli created.
GEOM_ELI: Encryption: AES-XTS 256
GEOM_ELI:     Crypto: hardware


Code:
  pool: freenas-boot
state: ONLINE
  scan: scrub repaired 0 in 0h0m with 0 errors on Tue Aug 11 03:45:20 2015
config:

        NAME                                            STATE     READ WRITE CKSUM
        freenas-boot                                    ONLINE       0     0     0
          mirror-0                                      ONLINE       0     0     0
            gptid/e7b3a3ac-bdcc-11e4-8648-d05099384b64  ONLINE       0     0     0
            ada3p2                                      ONLINE       0     0     0

errors: No known data errors

  pool: volume1
state: ONLINE
  scan: scrub repaired 0 in 13h50m with 0 errors on Sat Aug 15 14:50:19 2015
config:

        NAME                                            STATE     READ WRITE CKSUM
        volume1                                         ONLINE       0     0     0
          raidz2-0                                      ONLINE       0     0     0
            gptid/a385a74b-d3d7-11e4-b9db-d05099384b64  ONLINE       0     0     0
            gptid/a3d271cf-d3d7-11e4-b9db-d05099384b64  ONLINE       0     0     0
            gptid/a421414b-d3d7-11e4-b9db-d05099384b64  ONLINE       0     0     0
            gptid/a4732369-d3d7-11e4-b9db-d05099384b64  ONLINE       0     0     0
            gptid/a4c381e5-d3d7-11e4-b9db-d05099384b64  ONLINE       0     0     0
            gptid/a5136a23-d3d7-11e4-b9db-d05099384b64  ONLINE       0     0     0
            gptid/a5674932-d3d7-11e4-b9db-d05099384b64  ONLINE       0     0     0
            gptid/a5bf3781-d3d7-11e4-b9db-d05099384b64  ONLINE       0     0     0
            gptid/a611d943-d3d7-11e4-b9db-d05099384b64  ONLINE       0     0     0
            gptid/a66546c9-d3d7-11e4-b9db-d05099384b64  ONLINE       0     0     0

errors: No known data errors
 

j_r0dd

Contributor
Joined
Jan 26, 2015
Messages
134
Status
Not open for further replies.
Top