Linux Patch Notes
Patch Information | |
---|---|
Release | v7.4.0.150 |
Date | 2025-02-05 |
Document version | 1 |
Resolved Issues
-
AGT-62996 [CS1596737]: Get
Input/output error
when accessing GuardPointThe issue occurred when there was no COS (Cloud Object Storage) support registered during CTE registration, but there was, intermittently, an error in the log showing
[CGA] [ERROR] [CGA3235E] Key Protection: Failed to generate derived key in function [kpr_ob_get_access]
andFailed to create dkey - /opt/vormetric/DataSecurityExpert/agent/secfs/.sec/sp.0.po
The issue occurred because there is a directory called
/opt/vormetric/DataSecurityExpert/agent/squid/private
which is not supposed to be created if COS support is not enabled, but it was created. The solution was to avoid mounting this directory by checking the status of COS support. The fix eliminates the error messages.