news
Rocky Linux 10.1 Arrives with Soft Reboots, XFS Enhancements, and More
Highlights of Rocky Linux 10.1 include support for userspace-only reboots through the implementation of systemd soft-reboot for rapid patching, as well as support for scrubbing mounted XFS filesystems with the xfs_scrub command and shrinking them with xfs_growfs command.
In addition, Rocky Linux 10.1 continues to improve the post-quantum cryptography implementation from Red Hat Enterprise Linux 10 by prioritizing post-quantum over classical algorithms in OpenSSL and enabling post-quantum algorithms in more libraries and policies, including GnuTLS.
Update (by Roy)
More here:
-
Linuxiac ☛ Rocky Linux 10.1 Released with Soft Reboots, XFS Improvements
The update introduces systemd soft-reboot support, a feature that restarts userspace without reinitializing hardware. In simple words, this mechanism reloads services, daemons, and system state while keeping the kernel running, reducing downtime during routine maintenance and patching.
It’s highly recommended that administrators review the systemd-soft-reboot.service documentation before adopting it in production, as some subsystems still require traditional reboots for full stability.
-
Distro Watch ☛ Distribution Release: Rocky Linux 10.1
The Rocky Linux project has published an update to its 10.x series. The new version, Rocky Linux 10.1, introduces soft reboots, shrinking XFS storage volumes, and advancements in post-quantum cryptography [...]
A couple more:
-
Rocky Linux 10.1 Available Now
We are pleased to announce the general availability of Rocky Linux 10.1. Updated installation media, container, cloud, development board, and live images are available from the Rocky Linux Downloads webpage. Please consult the release notes published within Rocky Linux Documentation for important information, such as known issues and a more detailed explanation of changes in this version.
-
Rocky Linux 10.1 release brings soft reboots and new toolchains
Rocky Linux 10.1 is officially available for general use, bringing key features like systemd soft reboots and a massive refresh of developer toolchains. This release comes with updated installation media, cloud images, and live images.
I would say the biggest headline feature here is the introduction of soft reboots. Thanks to the systemd soft-reboot function, you can now perform reboots that only affect the userspace. This lets you apply rapid patches in many scenarios without needing a full, lengthy system cycle.
That is huge for production environments where downtime is measured in dollars. You should definitely check the official documentation before deploying it widely, though, because there are limitations you need to be aware of if you plan on using soft reboots in live production.