Patch Note for v7.3.0.101
Patch Information | |
---|---|
Release | v7.3.0.101 |
Date | 2023-07-18 |
Document Version | 2 |
New Platform Support
The following kernels are supported starting with CTE 7.3.0.101:
RHEL
- RHEL 9.2
Resolved Issues
-
AGT-41773: Secondary member assert
sflock_rw_access_begin:1a
when doing parallel rename while GuardPoint is rekeyingThe issue with renaming files on a non-primary host, while the primary host is rekeying those files, was resolved. Such rename attempts may be rejected by the primary host due to the lack of available resources. In such cases, the user or application renaming the file on the non-primary host is notified to retry the rename operation through the error code EAGAIN.
-
AGT-44937 [CS1465618]: Unable to guard with error LDT-ALERT: Cannot enable GuardPoint, LDT initialization failed with error [29]
Resolved the cause of failing attempts to enable an LDT protected GuardPoint. Disabling a GuardPoint during the early phase of an LDT launch prior to the scanning state leaves behind a stale MDS file that must be removed by the LDT recovery operation in the next attempt to enable the GuardPoint. Due to the status of GuardPoint, the LDT recovery operation would skip removing the stale MDS file, and consequently, the GuardPoint would fail to enable.
-
AGT-45116 | AGT-45468: New primary assert
mds_rktable_free:2a arg1
after performing demotion recover CLIResolved the issue by preventing a newly promoted primary host to continue rekeying files after the old primary was demoted due to the loss of the NAS connection.
-
AGT-45152: LDT: Defer rekey resumes until the GuardPoint guard operation (mount) has completed
Resolved the potential race between an operation in-progress and worker threads resuming rekey operations. Guard operation must complete before rekey operations can resume. This fix guarantees completion of guard operation before resuming rekey jobs.