Skip to content

Commit 8ffaea4

Browse files
committed
Cockpit 350
1 parent d5d4d59 commit 8ffaea4

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

_posts/2025-10-29-cockpit-350.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Cockpit 350
3+
author: jelly
4+
date: '2025-10-29'
5+
tags: machines, podman
6+
slug: cockpit-350
7+
category: release
8+
summary: 'more accurate virtual machine memory usage and podman quadlet lifecycle action support'
9+
---
10+
11+
Cockpit is the [modern Linux admin interface](https://cockpit-project.org/).
12+
We release regularly.
13+
14+
Here are the release notes from cockpit-machines 343 and cockpit-podman 116:
15+
16+
17+
## Machines: Memory usage now shows numbers reported by the guest
18+
19+
The memory usage bars now show the same numbers as tools like "top" and "free" when run inside the guest. Specifically, the memory usage shown by Cockpit is based on the "MemAvailable" number of the guest kernel.
20+
21+
To implement this, Cockpit will run `virsh dommemstat <vm name> --period 10 --life`. If that is not acceptable, please let us know.
22+
23+
## Support stopping/starting/restarting quadlets
24+
25+
Quadlets now have lifecycle operations such as "Start". These use systemd operations instead of podman's API.
26+
27+
![screenshot of an inactive podman quadlet with stop/restart actions]({{ site.baseurl }}/images/350-support-stopping-starting-restart-quadlets.png)
28+
29+
## Try it out
30+
31+
cockpit-machines 343 and cockpit-podman 116 are available now:
32+
33+
* [For your Linux system](https://cockpit-project.org/running.html)
34+
* [Cockpit Client](https://flathub.org/apps/details/org.cockpit_project.CockpitClient)
35+
36+
* [cockpit-machines Source Tarball](https://github.com/cockpit-project/cockpit-machines/releases/tag/343)
37+
* [cockpit-machines Fedora 43](https://bodhi.fedoraproject.org/updates/FEDORA-2025-9c96b216aa)
38+
* [cockpit-machines Fedora 42](https://bodhi.fedoraproject.org/updates/FEDORA-2025-e3ae7fd76d)
39+
* [cockpit-podman Source Tarball](https://github.com/cockpit-project/cockpit-podman/releases/tag/116)
40+
* [cockpit-podman Fedora 43](https://bodhi.fedoraproject.org/updates/FEDORA-2025-9ac6e67a12)
41+
* [cockpit-podman Fedora 42](https://bodhi.fedoraproject.org/updates/FEDORA-2025-8d9c58de31)
42+
43+
*[API]: Application Programming Interface
44+
*[repo]: repository
23.9 KB
Loading

0 commit comments

Comments
 (0)