From b8ffdfbf74af8c53af56b47d952cf8a524b3c286 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 28 Aug 2020 09:45:55 -0400 Subject: [PATCH] Add more text to deployment.encryptboot --- confluent_server/confluent/config/attributes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index 515f13cd..d3300acf 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -117,7 +117,8 @@ node = { 'no encryption is done. If set to "tpm2" then the OS ' 'will freely decrypt so long as the same ' 'Trusted Platform Module is available to decrypt the ' - 'volume'), + 'volume. Note that versions earlier than 8.2 may malfunction ' + 'at boot time if this feature is attempted, depending on configuration.'), 'validvalues': ('tpm2', 'none', ''), }, 'deployment.apiarmed': {