No. Encryption at rest is always ON with no way to disable it. You can enable/disable passphrases that further secure the data.
--
You received this message because you are subscribed to the Google Groups "pmem" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pmem+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pmem/cc20760d-7944-46ad-98e7-d4485e558081%40googlegroups.com.
> I have learned that Optane DC PM side has encryption for security reason.Im wondering is there a way to disable it? since we want to test the performance difference between encryption enabled and disabled.As far as I know pmem is encrypted by AES256. Disabling encryption will not improve perofrmance noticebly. I think encypted performance is pretty good :-)Anton
пн, 29 июл. 2019 г. в 21:01, Steve Scargall <steve....@intel.com>:
No. Encryption at rest is always ON with no way to disable it. You can enable/disable passphrases that further secure the data.--
You received this message because you are subscribed to the Google Groups "pmem" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pm...@googlegroups.com.
That make sense, thanks!A further question:Is there any documents on how would RDMA interacts with the encryption in optane DC PM?For example:1) if node A need RDMA access to optane DC PM on node B, does node A need to provide a passphrase(if enabled)?2) in app-direct mode, can node A RDMA access the PM on node B?