kagepc
March 8, 2018, 8:07pm
#1
Hi,
Just curious
When doing a
sudo systemd-analyze blame
on my tumbleweed KDE
i find a service called
btrfsmaintenance-refresh.service
But i don’t use btrfs, just ext4 (and swap)
Why? And is there a possibillity to switch it off?
Grtz
Karel
Check its status with
systemctl status btrfsmaintenance-refresh.service
If necessary, you can stop it and disable it.
xorbe
March 8, 2018, 8:26pm
#3
I have this bookmarked. >=] Because otherwise “init 3” hangs.
systemctl disable btrfsmaintenance-refresh.service
systemctl disable btrfs-balance.timer
systemctl disable btrfs-scrub.timer
ravas
March 8, 2018, 11:05pm
#4
Here’s a somewhat related article I wrote recently:
https://en.opensuse.org/SDB:Disable_btrfsmaintenance
kagepc:
Just curious
i find a service called
btrfsmaintenance-refresh.service
But i don’t use btrfs, just ext4 (and swap)
Why? And is there a possibillity to switch it off?
There are several Btrfs related systend units installed by default. They will be neither enabled nor active. You can check and change this using:
YaST > System > Services Manager
kagepc
March 9, 2018, 1:38pm
#6
Thank you all for responding!
I’ll dive into it and I will be trying the solution xorbe gave me!
grtz