Skip to content

Commit c0e3224

Browse files
tomasmatusallisonkarlitskaya
authored andcommitted
Cockpit 339
1 parent 2027705 commit c0e3224

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

_posts/2025-05-21-cockpit-339.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Cockpit 339
3+
author: tmatus
4+
date: '2025-05-21'
5+
tags: cockpit, podman, files, machines, ostree
6+
slug: cockpit-339
7+
category: release
8+
summary: 'Cockpit-ws arm64 container, warn on SMART failures, Cockpit no longer modifies the "shareable" attribute of disks'
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 339, cockpit-podman 106,
15+
cockpit-files 21, cockpit-machines 332, and cockpit-ostree 210:
16+
17+
## Add cockpit/ws arm64 container
18+
19+
The [cockpit webserver container image](https://quay.io/repository/cockpit/ws?tab=info) is now available for the arm64 architecture as well.
20+
21+
_Thanks to Marvin Ruder for this contribution!_
22+
23+
## Storage: Disk Self-Test error warnings
24+
25+
The health card on the overview page now provides proactive warnings when a disk reports errors from its SMART self-test.
26+
27+
![smart]({{ site.baseurl }}/images/339-overview-smart-warning.png)
28+
29+
## Machines: The "shareable" attribute of disks is no longer modified by Cockpit
30+
31+
By default, libvirt can attach a disk to multiple virtual machines, but if the disk allows writing, only a single one of these machines
32+
can be running at a given time. Writing to a disk concurrently from multiple VMs at the same time can easily lead to data corruption,
33+
and libvirt prevents this unless the "shareable" attribute of a disk is set. Previously, Cockpit would set this attribute by default
34+
and would thus invite data corruption. To avoid this, Cockpit no longer marks disks as "shareable" when attaching them to multiple VMs.
35+
36+
Moreover, the "Edit attributes" dialog no longer allows setting the "shareable" attribute either.
37+
We now believe this attribute is too dangerous to be exposed in such an easy way. If you really need it,
38+
you can use "virt-xml" on the command line.
39+
Cockpit will show disks with the "shareable" attribute as "Concurrently writable" in the UI.
40+
41+
## Try it out
42+
43+
Cockpit 339, cockpit-podman 106, cockpit-files 21, cockpit-machines
44+
332, and cockpit-ostree 210 are available now:
45+
46+
* [For your Linux system](https://cockpit-project.org/running.html)
47+
* [Cockpit Client](https://flathub.org/apps/details/org.cockpit_project.CockpitClient)
48+
49+
* [Cockpit Source Tarball](https://github.com/cockpit-project/cockpit/releases/tag/339)
50+
* [Cockpit Fedora 42](https://bodhi.fedoraproject.org/updates/FEDORA-2025-b414ded6de)
51+
* [Cockpit Fedora 41](https://bodhi.fedoraproject.org/updates/FEDORA-2025-dc44e3ebf2)
52+
* [cockpit-podman Source Tarball](https://github.com/cockpit-project/cockpit-podman/releases/tag/106)
53+
* [cockpit-podman Fedora 42](https://bodhi.fedoraproject.org/updates/FEDORA-2025-33e26f7c12)
54+
* [cockpit-podman Fedora 41](https://bodhi.fedoraproject.org/updates/FEDORA-2025-e867161328)
55+
* [cockpit-files Source Tarball](https://github.com/cockpit-project/cockpit-files/releases/tag/21)
56+
* [cockpit-files Fedora 42](https://bodhi.fedoraproject.org/updates/FEDORA-2025-3136f15eb8)
57+
* [cockpit-files Fedora 41](https://bodhi.fedoraproject.org/updates/FEDORA-2025-332f1df14a)
58+
* [cockpit-machines Source Tarball](https://github.com/cockpit-project/cockpit-machines/releases/tag/332)
59+
* [cockpit-machines Fedora 42](https://bodhi.fedoraproject.org/updates/FEDORA-2025-ef270f0390)
60+
* [cockpit-machines Fedora 41](https://bodhi.fedoraproject.org/updates/FEDORA-2025-065f8865d6)
61+
* [cockpit-ostree Source Tarball](https://github.com/cockpit-project/cockpit-ostree/releases/tag/210)
62+
* [cockpit-ostree Fedora 42](https://bodhi.fedoraproject.org/updates/FEDORA-2025-cca579c4b9)
63+
* [cockpit-ostree Fedora 41](https://bodhi.fedoraproject.org/updates/FEDORA-2025-e28678da70)

images/339-overview-smart-warning.png

12.2 KB
Loading

0 commit comments

Comments
 (0)