diff --git a/_posts/2023-08-23-cockpit-299.md b/_posts/2023-08-23-cockpit-299.md new file mode 100644 index 00000000..d449fcbd --- /dev/null +++ b/_posts/2023-08-23-cockpit-299.md @@ -0,0 +1,49 @@ +--- +title: Cockpit 299 +author: tmatus +date: '2023-08-23' +tags: cockpit +slug: cockpit-299 +category: release +summary: 'Stratis support for no-overprovisioning and adding encrypted caches, Show location of kdump' +--- + +Cockpit is the [modern Linux admin interface](https://cockpit-project.org/). +We release regularly. + +Here are the release notes from Cockpit 299: + + +## Kdump: Show location of kdump to verify the successful configuration test + +You can now see the location where kdump can be found if testing of kdump settings is successful. + +![Screenshot from 2023-08-23 11-17-45]({{ site.baseurl }}/images/299-kdump-show-location-of-kdump-to-verify-the-successful-configuration-test.png) + +## Storage: Support for no-overprovisioning with Stratis + +A Stratis pool can be put into a "no-overprovisioning" mode where the bad effects of running out +of space can be avoided via careful management of filesystem sizes. Cockpit now supports this mode. + +## Storage: Cockpit can now add caches to encrypted Stratis pools + +Encrypted caches are a new feature in Stratis 3.5, and now you can use it also from Cockpit. +Read more about Stratis cache in [Stratis release notes](https://stratis-storage.github.io/stratis-release-notes-3-5-0/). + +![Screenshot from 2023-08-25 13-50-29]({{ site.baseurl }}/images/299-storage-cockpit-can-now-add-caches-to-encrypted-stratis-pools.png) + + +## Try it out + +Cockpit 299 is available now: + +* [For your Linux system](https://cockpit-project.org/running.html) +* [Cockpit Client](https://flathub.org/apps/details/org.cockpit_project.CockpitClient) + +* [Cockpit Source Tarball](https://github.com/cockpit-project/cockpit/releases/tag/299) +* [Cockpit Fedora 38](https://bodhi.fedoraproject.org/updates/FEDORA-2023-bbb476ce91) +* [Cockpit Fedora 37](https://bodhi.fedoraproject.org/updates/FEDORA-2023-1ab32d4881) +* [Cockpit-Podman Fedora 38](https://bodhi.fedoraproject.org/updates/FEDORA-2023-ede2e8fbe7) +* [Cockpit-Podman Fedora 37](https://bodhi.fedoraproject.org/updates/FEDORA-2023-2491631273) +* [Cockpit-Machines Fedora 38](https://bodhi.fedoraproject.org/updates/FEDORA-2023-aba610b480) +* [Cockpit-Machines Fedora 37](https://bodhi.fedoraproject.org/updates/FEDORA-2023-e9d20ee70e) diff --git a/images/299-kdump-show-location-of-kdump-to-verify-the-successful-configuration-test.png b/images/299-kdump-show-location-of-kdump-to-verify-the-successful-configuration-test.png new file mode 100644 index 00000000..bd978878 Binary files /dev/null and b/images/299-kdump-show-location-of-kdump-to-verify-the-successful-configuration-test.png differ diff --git a/images/299-storage-cockpit-can-now-add-caches-to-encrypted-stratis-pools.png b/images/299-storage-cockpit-can-now-add-caches-to-encrypted-stratis-pools.png new file mode 100644 index 00000000..a04418a2 Binary files /dev/null and b/images/299-storage-cockpit-can-now-add-caches-to-encrypted-stratis-pools.png differ