Skip to content

Commit 732f707

Browse files
authored
Merge pull request #3202 from CumulusNetworks/create-pull-request/patch
Changes by create-pull-request action
2 parents 6e9da74 + a37735e commit 732f707

2 files changed

Lines changed: 0 additions & 21 deletions

File tree

content/cumulus-linux-516/Whats-New/rn.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ pdfhidden: True
1515
| Issue ID | Description | Affects | Fixed |
1616
|--- |--- |--- |--- |
1717
| 4989440 | The <code>nv show interface qos-roce-status</code> command causes HIGH CPU. | 5.16.0-5.16.1 | |
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 | |
1918
| 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 | |
2019
| 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 | |
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 | |
2220
| 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 | |
2321
| 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 | |
2422
| 4989426 | The <code>nv show interface qos-roce-status</code> command causes HIGH CPU. | 5.16.0-5.16.1 | |
@@ -249,7 +247,6 @@ pdfhidden: True
249247
| Issue ID | Description | Affects | Fixed |
250248
|--- |--- |--- |--- |
251249
| 4989440 | The <code>nv show interface qos-roce-status</code> command causes HIGH CPU. | 5.16.0-5.16.1 | |
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 | |
253250
| 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 | |
254251
| 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 | |
255252
| 4989426 | The <code>nv show interface qos-roce-status</code> command causes HIGH CPU. | 5.16.0-5.16.1 | |

content/cumulus-linux-516/rn.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
<td></td>
1414
</tr>
1515
<tr>
16-
<td>4989435</td>
17-
<td>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 {{nv config apply}} 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 {{fatal: could not parse HEAD}}.To work around this issue, run {{sudo systemctl restart nvued.service}} manually after a warm or fast reboot to trigger the full cleanup path skipped during the automated startup sequence.</td>
18-
<td>5.16.1</td>
19-
<td></td>
20-
</tr>
21-
<tr>
2216
<td>4989434</td>
2317
<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:
2418
nv set system api compression gzip
@@ -35,12 +29,6 @@ nv config apply -y</td>
3529
<td></td>
3630
</tr>
3731
<tr>
38-
<td>4989430</td>
39-
<td>If you add a static default route, then delete it, the switch removes the default route in the ASIC.</td>
40-
<td>5.16.0-5.16.1</td>
41-
<td></td>
42-
</tr>
43-
<tr>
4432
<td>4989428</td>
4533
<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>
4634
<td>5.15.1-5.16.1</td>
@@ -1429,12 +1417,6 @@ hal_mlx_port.c:3919 ERR port state set failed for port &lt;#&gt;: Driver's Retur
14291417
<td></td>
14301418
</tr>
14311419
<tr>
1432-
<td>4989430</td>
1433-
<td>If you add a static default route, then delete it, the switch removes the default route in the ASIC.</td>
1434-
<td>5.16.0-5.16.1</td>
1435-
<td></td>
1436-
</tr>
1437-
<tr>
14381420
<td>4989428</td>
14391421
<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>
14401422
<td>5.15.1-5.16.1</td>

0 commit comments

Comments
 (0)