Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stage'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cumulus Docs Auto Merge committed Feb 4, 2025
2 parents 9607a84 + 9d4ef60 commit 82b3228
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,16 @@ To delete a log file from a specific system component, run the `nv action delete
```
cumulus@switch:~$ nv action delete system log component nvue file nvued.log
```

## Rotate the System Log File

To rotate the system log file:

```
cumulus@switch:~$ nv action rotate system log
Action executing ...
Log rotation successful
Action succeeded
```

Cumulus Linux automatically manages log file size, preventing the logs from filling the storage space and slowing down the system.
17 changes: 11 additions & 6 deletions content/cumulus-linux-512/Whats-New/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This document supports the Cumulus Linux 5.12 release, and lists new platforms,
- {{<link url="Monitoring-Best-Practices/#disk-usage" text="Command to monitor disk usage">}}
- {{<link url="Adding-and-Updating-Packages/#configure-additional-repositories" text="Configure additional package repositories">}}
- {{<link url="FRRouting/#look-up-the-route-for-a-destination" text="Look up the route for a destination">}}
- {{<link url="NVUE-CLI/#filter-nv-show-command-output" text="Addtional nv show command filters to filter by protocol, filter by neighbor state, and to filter neighbor details">}}
- {{<link url="NVUE-CLI/#filter-nv-show-command-output" text="Additional nv show command filters to filter by protocol, filter by neighbor state, and to filter neighbor details">}}
- {{<link url="NVUE-API/#retrieve-view-types" text="API support for views with show commands">}}
- {{<link title="Log Files with NVUE" text="Logging commands">}}
- {{<link url="NVUE-CLI/#translate-a-configuration-revision-or-file" text="Commands to translate a revision or yaml configuration file">}}
Expand Down Expand Up @@ -86,6 +86,7 @@ nv show system packages repository <repo-url-id> distribution <repo-dist-id> poo
nv show system telemetry buffer-stats
nv show system telemetry buffer-stats export
nv show system telemetry health
nv show system telemetry health internal-metrics
nv show system telemetry health internal-metrics exporters
nv show system telemetry health internal-metrics process
nv show system telemetry health internal-metrics processors
Expand Down Expand Up @@ -260,11 +261,15 @@ nv action ping system <destination> vrf
nv action ping system <destination> l3protocol
nv action ping system <destination> source-interface <interface>
nv action reset platform transceiver <port>
nv action traceroute interface <interface>
nv action traceroute interface <interface> packet_len
nv action traceroute interface <interface> hop-count
nv action traceroute interface <interface> source-address
nv action traceroute interface <interface> protocol
nv action traceroute system <destination>
nv action traceroute system <destination> do-not-fragment
nv action traceroute system <destination> initial-ttl
nv action traceroute system <destination> l3protocol
nv action traceroute system <destination> l4protocol
nv action traceroute system <destination> max-ttl
nv action traceroute system <destination> source <source-ip-address>
nv action traceroute system <destination> vrf
nv action traceroute system <destination> wait
```

{{< /tab >}}
Expand Down
4 changes: 2 additions & 2 deletions content/cumulus-linux-512/Whats-New/foss.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Cumulus Linux 5.12 contains the following core switch package versions:

| Package | Version | Description |
| --- | ----| ----------- |
| SDK (`sx-sdk-eth`) | 4.7.3056 | Switch SDK package. Legal Notices and 3rd Party Licenses: {{<exlink url="https://content.mellanox.com/Legal/3rdPartyUnifyNotice_SDK_sx_sdk_4_7_3000_4.7.2948-010.pdf" text="SDK 3rd Party Unify Notice">}}; {{<exlink url="https://content.mellanox.com/Legal/3rdPartyNotice_SDK_sx_sdk_4_7_3000_4.7.2948-010.pdf" text="SDK 3rd Party Notice">}}; {{<exlink url="https://content.mellanox.com/Legal/license_SDK_sx_sdk_4_7_3000_4.7.2948-010.pdf" text="SDK License">}} |
| SDK (`sx-sdk-eth`) | 4.7.3058 | Switch SDK package. Legal Notices and 3rd Party Licenses: {{<exlink url="https://content.mellanox.com/Legal/3rdPartyUnifyNotice_SDK_sx_sdk_4_7_3000_4.7.2948-010.pdf" text="SDK 3rd Party Unify Notice">}}; {{<exlink url="https://content.mellanox.com/Legal/3rdPartyNotice_SDK_sx_sdk_4_7_3000_4.7.2948-010.pdf" text="SDK 3rd Party Notice">}}; {{<exlink url="https://content.mellanox.com/Legal/license_SDK_sx_sdk_4_7_3000_4.7.2948-010.pdf" text="SDK License">}} |
| MFT (`kernel-mft-dkms`) | 4.30.2-23 | Switch MFT package. Legal Notices and 3rd Party Licenses: {{<exlink url="https://content.mellanox.com/Legal/3rdPartyNotice_MFT_LINUX_4_30_2_mft-4.30.2.pdf" text="MFT 3rd Party Notice">}}; {{<exlink url="https://content.mellanox.com/Legal/license_MFT_LINUX_4_30_2_mft-4.30.2.pdf" text="MFT License">}} |
| Hardware management (`hw-management`) | 7.0040.3005 | Hardware management package.|
| NVUE (`python3-nvue`) | 1.8.0.80 | NVUE core package. |
| NVUE (`python3-nvue`) | 1.8.0.82 | NVUE core package. |
| kernel (`linux-image`) | 6.1.94 | Linux kernel package. |

To obtain a complete list of open source packages included in Cumulus Linux 5.12, see the downloads section on the {{<exlink url="https://enterprise-support.nvidia.com/s/" text="NVIDIA Enterprise support portal">}}.

0 comments on commit 82b3228

Please # to comment.