Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.8
-
None
-
CentOS7
-
10.1.9-1
Description
Hi,
In the CentOS7 package there is a /etc/my.cnf.d/encryption.preset file. This file contains configurations 'loose-innodb-encrypt-log' and 'loose-innodb-encrypt-tables'.
Why are these configurations prefixed with 'loose-'?
Also it contains aria-encrypt-tables, the server does not start with this. It requires an option, after changing this to =1 it no longer gives an error on this.
According to the documentation it should be innodb-encrypt-tables = FORCE and innodb-encrypt-log: https://mariadb.com/kb/en/mariadb/data-at-rest-encryption/#which-storage-engines-does-mariadb-encryption-support
Cheers,
Michael
Attachments
Issue Links
- duplicates
-
MDEV-8990 [PATCH] enable_encryption Preset is not fully functional
-
- Closed
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | N/A [ 14700 ] | |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Duplicate [ 3 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Assignee | Sergei Golubchik [ serg ] |
Priority | Major [ 3 ] | Minor [ 4 ] |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | N/A [ 14700 ] |
Remote Link | This issue links to "pull request (Web Link)" [ 25604 ] |
Sprint | 10.1.9-1 [ 18 ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Fix Version/s | 10.1.9 [ 20301 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 72263 ] | MariaDB v4 [ 149758 ] |
It has already been addressed in
MDEV-8990, except for this:Documentation does not say it should be FORCE. It can be ON (same as no argument). See config example on the same page.