kdave / btrfsmaintenance

Scripts for btrfs maintenance tasks like periodic scrub, balance, trim or defrag on selected mountpoints or directories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RFE: allow systemd instances of maintenance

jirib opened this issue · comments

Now at

if [ -f /etc/sysconfig/btrfsmaintenance ] ; then
we load /etc/sysconfig/btrfsmaintenance. This prevents having multiple instances of btrfsmaintenance, eg. per filesystems.

Could you consider improving that?