Пакет btrfsmaintenance: Информация

Исходный пакет: btrfsmaintenance
Версия: 0.4.2-alt5
Собран:  23 декабря 2019 г. 12:04
Категория: Система/База
Сообщить об ошибке в пакете
Домашняя страница: https://github.com/kdave/btrfsmaintenance

Лицензия: GPLv2
О пакете: Сценарии для задач периодического обслуживания btrfs
Описание: 
Сценарии для задач обслуживания btrfs, таких как периодическая очистка,
балансировка, обрезка или дефрагментация выбранных точек монтирования
или каталогов. Советы по настройке периодических снимков (например, для snapper).

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
btrfsmaintenance (noarch)

Сопровождающий: Mikhail Novosyolov

Список участников:
Mikhail Novosyolov
Vera Blagoveschenskaya

    1. pkgconfig(systemd)
    2. rpm-macros-fedora-compat

Последнее изменение


23 декабря 2019 г. Mikhail Novosyolov 0.4.2-alt5
- Fix git merge mistake
- Add simple test to prevent such mistakes in /etc/sysconfig/btrfsmaintenance
  in the future
22 декабря 2019 г. Mikhail Novosyolov 0.4.2-alt4
- Update to git master df43313e (21.12.2019)
- Prevent running balance, trim, scrub at the same time by flocking
  (main change from upstream)
31 мая 2019 г. Mikhail Novosyolov 0.4.2-alt3
- Fix %post and %preun scripts:
  - not only systemd *.service units, but also *.timer and *.path should be
    processed by systemctl set-default
- Add systemd preset to autoenable needed systemd units (humans will not
  understand which ones must be enabled manually as there are too many of them)
- Adjusted default config /etc/sysconfig/btrfsmaintenance:
  - Process all btrfs mount points by default, not only /
  - Disable scrub by default;
    it is not really needed on desktops and causes very high Load Average
- These changes are in sync with
  https://gitlab.com/nixtux-packaging/btrfsmaintenance