Comment 2 for bug 1921120

Revision history for this message
kervel (frank-dekervel) wrote :

with the patch applied when i do solid-hardware5 list details i get entries like below for the overlayfs mounts (note the "ignored true")

udi = '/org/kde/fstab/overlay/run/k3s/containerd/io.containerd.runtime.v2.task/k8s.io/4cbfb5221162bade0a0bf27fa771c1e89344b72b2700cf01767762e2da025f48/rootfs'
  parent = '/org/kde/fstab' (string)
  vendor = 'overlay' (string)
  product = '/run/k3s/containerd/io.containerd.runtime.v2.task/k8s.io/4cbfb5221162bade0a0bf27fa771c1e89344b72b2700cf01767762e2da025f48/rootfs' (string)
  description = '/run/k3s/containerd/io.containerd.runtime.v2.task/k8s.io/4cbfb5221162bade0a0bf27fa771c1e89344b72b2700cf01767762e2da025f48/rootfs (overlay)' (string)
  icon = 'folder' (string)
  StorageAccess.accessible = true (bool)
  StorageAccess.filePath = '/run/k3s/containerd/io.containerd.runtime.v2.task/k8s.io/4cbfb5221162bade0a0bf27fa771c1e89344b72b2700cf01767762e2da025f48/rootfs' (string)
  StorageAccess.ignored = true (bool)

this is the steps i did:

apt-get source libkf5solid-bin
cd solid-5.68.0/
# put the patch attached in debian/patches and mention the filename of the patch in debian/patches/series
dpkg-buildpackage

this will result in some .deb packages which i installed. after this i had to logout/login before the changes were visible.