This is my btrfs root with a bunch of subvolume.
Code: Select all
ID 260 gen 194070 top level 5 path root
ID 261 gen 194070 top level 5 path home
ID 262 gen 194035 top level 5 path data
ID 263 gen 194034 top level 5 path swap
ID 265 gen 194054 top level 5 path snapshots
ID 472 gen 189965 top level 265 path snapshots/root.20260222T0631
ID 473 gen 189964 top level 265 path snapshots/home.20260222T0631
ID 480 gen 194058 top level 260 path root/srvI removed it and it is created again automatically, what is going on ?
It started right after the upgrade of sys-apps/systemd-utils-259.3
I don't know if it is related or not but in /usr/lib/tmpfiles.d/home.conf ; I read :
Code: Select all
q /srv 0755 - - -Code: Select all
sys-apps/systemd-utils-255.18
if use tmpfiles; then
doins tmpfiles.d/{etc,static-nodes-permissions,var}.confCode: Select all
sys-apps/systemd-utils-259.3
if use tmpfiles; then
installx usr/lib/tmpfiles.d/{etc,home,static-nodes-permissions,var}.conf
