Last Modified: Jul 28, 2026
Affected Product(s):
BIG_IP_NEXT(BNK) BNK
Known Affected Versions:
2.2.1, 2.2.2, 2.2.3
Opened: Feb 23, 2026 Severity: 2-Critical
Restarting all three DSSM containers with pkill -15 causes new data to be lost; when the DSSM pods come back up, Redis loads the old data from the RDB file.
The new data that are not saved in the RDB file maybe lost.
All the DSSM pods are restarted at the same time.
When deploying or upgrading the DSSM Helm chart, the administrator should set aof_enabled to true in the DSSM override file. db: aof_enabled: "true"
None