Issues Fixed in Lightbits 3.4.2
ID | Description |
---|---|
37205 | Incorrect handling of IO errors from NVMe SSDs during abrupt recovery may cause node recovery to fail. |
29394 | The promethues.yml file is not supported by Prometheus versions earlier than Prometheus 2.35. |
29351 | With el9 5.14 kernels, multipath nvme_core parameter is enabled by default. How to check: $ grep -rH '' /sys/module/nvme_core/parameters/multipath /sys/module/nvme_core/parameters/multipath:Y If an SSD to be used by Lightbits is multipath-enabled (has a non-zero identify-ctrl field CMIC), the SSD will not be recognized and GFTL will fail to power up. How to check: $ for i in /dev/nvme_n_; do echo $i $(nvme id-ctrl $i|grep cmic); done /dev/nvme0n1 cmic : 0x3 /dev/nvme1n1 cmic : 0 /dev/nvme2n1 cmic : 0 /dev/nvme3n1 cmic : 0 /dev/nvme4n1 cmic : 0 /dev/nvme5n1 cmic : 0 In order to fix this, disable multipath; e.g.: $ echo "options nvme_core multipath=N" >> /etc/modprobe.d/nvme.conf and remove and reload the module or reboot the server for the setting to take effect. |
29327 | VCP traffic monitoring graphs are incompatible with newer Lightbits cluster releases. Traffic metrics will not be available, or will be incorrect with VCP 1.3 (or older) connected to a Lightbits cluster running releases 3.4.1 or newer. Specifically, the following graphs will have missing/incorrect information with the VCP/Lightbits cluster combinations mentioned above: Under the cluster/Monitoring tab:
|
28582 | Discovery using nvme-cli (nvme discover, nvme connect-all) will not work with nvme-cli versions 2.0 and above. With nvme-cli below 2.3, this will result in nvme segfault. With nvme-cli 2.3 and above, it will fail with the following error: Failed to get discovery log: Invalid slot. To work around this issue, use Lightbits' discovery-client or downgrade your nvme-cli version. |
25591 | Lightbits version v3.3 supports the optional “HTTP Strict-Transport-Security” (HSTS) response header in the Lightbits management API server. In release v3.4.1, this support was temporarily disabled. Release v3.4.2 reinstates HSTS support. |