You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/cumulus-linux-515/Whats-New/rn.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ pdfhidden: True
14
14
15
15
| Issue ID | Description | Affects | Fixed |
16
16
|--- |--- |--- |--- |
17
+
| 4989428 | In rare cases, where a gNMI client terminates without cleaning up its gNMI gRPCs, the gNMI server might continue to buffer notifications for the client, resulting in an increase in gNMI server memory usage, potentially leading to a restart of the gNMI server. | 5.15.1-5.16.1 ||
17
18
| 4986343 | PTM does not refresh certain entries and the PTM's neighbor status command (ptmctl -d) continues to show a neighbor that is already gone. This condition clears when the expected neighbor gets discovered. | 5.15.1-5.16.1 ||
18
19
| 4986333 | LLDP session flaps might result in a PTMD process crash due to a double free memory block. | 5.11.2-5.16.1 ||
19
20
| 4986329 | When many BFD sessions are configured at scale, <code>ptmd</code> might crash when one of the BFD sessions flaps. | 5.3.1-5.16.1 ||
Copy file name to clipboardExpand all lines: content/cumulus-linux-515/rn.xml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@
7
7
<th> Fixed </th>
8
8
</tr>
9
9
<tr>
10
+
<td>4989428</td>
11
+
<td>In rare cases, where a gNMI client terminates without cleaning up its gNMI gRPCs, the gNMI server might continue to buffer notifications for the client, resulting in an increase in gNMI server memory usage, potentially leading to a restart of the gNMI server.</td>
12
+
<td>5.15.1-5.16.1</td>
13
+
<td></td>
14
+
</tr>
15
+
<tr>
10
16
<td>4986343</td>
11
17
<td>PTM does not refresh certain entries and the PTM's neighbor status command (ptmctl -d) continues to show a neighbor that is already gone. This condition clears when the expected neighbor gets discovered.</td>
Copy file name to clipboardExpand all lines: content/cumulus-linux-516/Whats-New/rn.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,13 @@ pdfhidden: True
16
16
|--- |--- |--- |--- |
17
17
| 4989440 | The <code>nv show interface qos-roce-status</code> command causes HIGH CPU. | 5.16.0-5.16.1 ||
18
18
| 4989435 | During warm and fast reboots, NVUE intentionally skips a comprehensive Git cleanup to adhere to strict service start-up SLAs. When this cleanup is bypassed, existing Git maintenance debt, such as unreachable loose objects or blocked Garbage Collection (GC) states, remain in place and accumulate across successive reboots. The lightweight housekeeping performed during a standard <code>nv config apply</code> is not equivalent to a full cleanup. Consequently, stale objects and blocked GC states can persist until the repository becomes unreadable, eventually causing git commit operations to fail with the error <code>fatal: could not parse HEAD</code>.<br>To work around this issue, run <code>sudo systemctl restart nvued.service</code> manually after a warm or fast reboot to trigger the full cleanup path skipped during the automated startup sequence. | 5.16.1 ||
19
+
| 4989434 | If the nginx <code>nvue.conf </code> file is updated (for example, with package update) and the NVUE git database is corrupt, the startup configuration might fail and the <code>nvue.conf</code> file might come from the debian package instead of the NVUE configuration that you create. To work around this issue, you can force the nginx <code>nvue.conf</code> file to update by making a basic change to system API, applying the change, then backing it out; for example:<br><pre>nv set system api compression gzip<br>nv config apply -y<br>nv unset system api compression gzip<br>nv config apply -y<pre> | 5.16.1 ||
20
+
| 4989432 | When an interface is constantly flapping and the same BGP neighbor is coming up on a different interface, routes might not be reprogrammed in the kernel after the kernel deletes the routes during interface down events. To recover from this state, restart the FRR service. | 5.16.1 ||
19
21
| 4989430 | If you add a static default route, then delete it, the switch removes the default route in the ASIC. | 5.16.0-5.16.1 ||
22
+
| 4989428 | In rare cases, where a gNMI client terminates without cleaning up its gNMI gRPCs, the gNMI server might continue to buffer notifications for the client, resulting in an increase in gNMI server memory usage, potentially leading to a restart of the gNMI server. | 5.15.1-5.16.1 ||
20
23
| 4989427 | When upgrading the switch to Cumulus Linux 5.16, the upgrade process completes successfully and both gNMI and SNMP services are up, but gNMI telemetry data is not returned for several key metrics. | 5.16.0-5.16.1 ||
21
24
| 4989426 | The <code>nv show interface qos-roce-status</code> command causes HIGH CPU. | 5.16.0-5.16.1 ||
25
+
| 4989425 | Upgrading Cumulus Linux to 5.16.x causes a long boot delay and the <code>nvued</code> service remains in an activating state. To work around this issue, run <code>nvue-git-manual-recovery.sh</code> as a root user during maintenance on each node before upgrade, or on any node that has this issue. When successful, upgrade Cumulus Linux. If the script exits non-zero or reports time exceeded, follow the on-screen steps before continuing the upgrade. | 5.16.1 ||
22
26
| 4986343 | PTM does not refresh certain entries and the PTM's neighbor status command (ptmctl -d) continues to show a neighbor that is already gone. This condition clears when the expected neighbor gets discovered. | 5.15.1-5.16.1 ||
23
27
| 4986333 | LLDP session flaps might result in a PTMD process crash due to a double free memory block. | 5.11.2-5.16.1 ||
24
28
| 4986329 | When many BFD sessions are configured at scale, <code>ptmd</code> might crash when one of the BFD sessions flaps. | 5.3.1-5.16.1 ||
@@ -246,6 +250,7 @@ pdfhidden: True
246
250
|--- |--- |--- |--- |
247
251
| 4989440 | The <code>nv show interface qos-roce-status</code> command causes HIGH CPU. | 5.16.0-5.16.1 ||
248
252
| 4989430 | If you add a static default route, then delete it, the switch removes the default route in the ASIC. | 5.16.0-5.16.1 ||
253
+
| 4989428 | In rare cases, where a gNMI client terminates without cleaning up its gNMI gRPCs, the gNMI server might continue to buffer notifications for the client, resulting in an increase in gNMI server memory usage, potentially leading to a restart of the gNMI server. | 5.15.1-5.16.1 ||
249
254
| 4989427 | When upgrading the switch to Cumulus Linux 5.16, the upgrade process completes successfully and both gNMI and SNMP services are up, but gNMI telemetry data is not returned for several key metrics. | 5.16.0-5.16.1 ||
250
255
| 4989426 | The <code>nv show interface qos-roce-status</code> command causes HIGH CPU. | 5.16.0-5.16.1 ||
251
256
| 4986343 | PTM does not refresh certain entries and the PTM's neighbor status command (ptmctl -d) continues to show a neighbor that is already gone. This condition clears when the expected neighbor gets discovered. | 5.15.1-5.16.1 ||
Copy file name to clipboardExpand all lines: content/cumulus-linux-516/rn.xml
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,34 @@
19
19
<td></td>
20
20
</tr>
21
21
<tr>
22
+
<td>4989434</td>
23
+
<td>If the nginx {{nvue.conf }} file is updated (for example, with package update) and the NVUE git database is corrupt, the startup configuration might fail and the {{nvue.conf}} file might come from the debian package instead of the NVUE configuration that you create. To work around this issue, you can force the nginx {{nvue.conf}} file to update by making a basic change to system API, applying the change, then backing it out; for example:
24
+
nv set system api compression gzip
25
+
nv config apply -y
26
+
nv unset system api compression gzip
27
+
nv config apply -y</td>
28
+
<td>5.16.1</td>
29
+
<td></td>
30
+
</tr>
31
+
<tr>
32
+
<td>4989432</td>
33
+
<td>When an interface is constantly flapping and the same BGP neighbor is coming up on a different interface, routes might not be reprogrammed in the kernel after the kernel deletes the routes during interface down events. To recover from this state, restart the FRR service.</td>
34
+
<td>5.16.1</td>
35
+
<td></td>
36
+
</tr>
37
+
<tr>
22
38
<td>4989430</td>
23
39
<td>If you add a static default route, then delete it, the switch removes the default route in the ASIC.</td>
24
40
<td>5.16.0-5.16.1</td>
25
41
<td></td>
26
42
</tr>
27
43
<tr>
44
+
<td>4989428</td>
45
+
<td>In rare cases, where a gNMI client terminates without cleaning up its gNMI gRPCs, the gNMI server might continue to buffer notifications for the client, resulting in an increase in gNMI server memory usage, potentially leading to a restart of the gNMI server.</td>
46
+
<td>5.15.1-5.16.1</td>
47
+
<td></td>
48
+
</tr>
49
+
<tr>
28
50
<td>4989427</td>
29
51
<td>When upgrading the switch to Cumulus Linux 5.16, the upgrade process completes successfully and both gNMI and SNMP services are up, but gNMI telemetry data is not returned for several key metrics.</td>
30
52
<td>5.16.0-5.16.1</td>
@@ -37,6 +59,12 @@
37
59
<td></td>
38
60
</tr>
39
61
<tr>
62
+
<td>4989425</td>
63
+
<td>Upgrading Cumulus Linux to 5.16.x causes a long boot delay and the {{nvued}} service remains in an activating state. To work around this issue, run {{nvue-git-manual-recovery.sh}} as a root user during maintenance on each node before upgrade, or on any node that has this issue. When successful, upgrade Cumulus Linux. If the script exits non-zero or reports time exceeded, follow the on-screen steps before continuing the upgrade.</td>
64
+
<td>5.16.1</td>
65
+
<td></td>
66
+
</tr>
67
+
<tr>
40
68
<td>4986343</td>
41
69
<td>PTM does not refresh certain entries and the PTM's neighbor status command (ptmctl -d) continues to show a neighbor that is already gone. This condition clears when the expected neighbor gets discovered.</td>
42
70
<td>5.15.1-5.16.1</td>
@@ -1407,6 +1435,12 @@ hal_mlx_port.c:3919 ERR port state set failed for port <#>: Driver's Retur
1407
1435
<td></td>
1408
1436
</tr>
1409
1437
<tr>
1438
+
<td>4989428</td>
1439
+
<td>In rare cases, where a gNMI client terminates without cleaning up its gNMI gRPCs, the gNMI server might continue to buffer notifications for the client, resulting in an increase in gNMI server memory usage, potentially leading to a restart of the gNMI server.</td>
1440
+
<td>5.15.1-5.16.1</td>
1441
+
<td></td>
1442
+
</tr>
1443
+
<tr>
1410
1444
<td>4989427</td>
1411
1445
<td>When upgrading the switch to Cumulus Linux 5.16, the upgrade process completes successfully and both gNMI and SNMP services are up, but gNMI telemetry data is not returned for several key metrics.</td>
0 commit comments