File robinhood.changes of Package robinhood
-------------------------------------------------------------------
Thu Jan 22 08:35:31 UTC 2026 - Christian Goll <cgoll@suse.com>
- update to version 3.2.0 with following changes:
* Add features for Lustre's project quota:
- Retrieve project id when scanning and reading changelogs
- Add report: rbh-report --project-info
- New filtering options in rbh-report: --filter-project
- New option --split-user-projects to split user's usage per project
- Display project-info with 'rbh-find --printf %RP'
- Filter project with 'rbh-find -projid num'
- New 'projid' trigger target on command line
* To enable these features, set "lustre_projid = yes;" in the general config
section.
* Implement policy sort order by size, e.g. lru_sort_attr = size;
* Implement asc/desc modifiers for sort order, e.g. lru_sort_attr = size(desc);
* Implement policy trigger thresholds as percentage of available inodes:
high/low_threshold_cntpct = xx%;
* Policy optimization: no DB update when pre_sched_match and post_sched_match
are set to "none or "cache_only".
* Fix errors "Out of range value for size columns" due to DB triggers
* Adaptations for Lustre 2.15
-------------------------------------------------------------------
Fri Feb 23 11:42:23 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Apr 12 14:34:45 UTC 2023 - Christian Goll <cgoll@suse.com>
- removed errors on warnings from gcc12
-------------------------------------------------------------------
Mon Nov 22 09:31:54 UTC 2021 - Christian Goll <cgoll@suse.com>
- update to 3.1.7 with following minor fixes:
* fix optimization for policy runs per OST
* fix pool_usage trigger
* fix pool parsing
-------------------------------------------------------------------
Mon Nov 15 16:09:14 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_robinhood.service.patch
* harden_robinhood@.service.patch
-------------------------------------------------------------------
Fri Oct 23 09:22:22 UTC 2020 - Christian Goll <cgoll@suse.com>
- fixed license files
-------------------------------------------------------------------
Tue Oct 20 13:53:22 UTC 2020 - Christian Goll <cgoll@suse.com>
- update to version 3.1.6 with following changes:
* fix build on Lustre 2.12.4
* check the filesystem returns consistent statfs values
* chglog_reader: reopen changelog in case of unexpected error
* chglog_reader: de-duplicate HSM STATE events (keep the latest)
* policy run time stat now includes initial DB request time
* fix the use of archive_id parameter in lhsm
- fixed build on newer autoconf versions
* added file make-test_confparam-depend-on-lustre.patch
-------------------------------------------------------------------
Mon Dec 16 07:17:40 UTC 2019 - Christian Goll <cgoll@suse.com>
- added zlib-devel as BuildRequires, as openSUSE Leap 15.2 does
not have them per default in the build environment.
-------------------------------------------------------------------
Thu Sep 12 12:16:15 UTC 2019 - Christian Goll <cgoll@suse.com>
- removed i586 builds
-------------------------------------------------------------------
Mon Sep 2 08:55:19 UTC 2019 - Ana Guerrero Lopez <aguerrero@suse.com>
- New version 3.1.5, please read ChangeLog for changes.
- Update Source0 to use GitHub insterad of sourceforge.
- New BuildRequires on jemalloc-devel
- New binary rbh-rebind
- Use %license
- Patches removed, merged upstream:
* xattr-location.patch
* removed-check-ENOATTR.patch
-------------------------------------------------------------------
Tue Oct 23 12:39:32 UTC 2018 - cgoll@suse.com
- moved packages tools webgui and tests from Applications/System
to System/Monitoring
-------------------------------------------------------------------
Wed Sep 12 10:55:02 UTC 2018 - cgoll@suse.com
- removed dependency on libattr-devel as xattr.h is now part
of glibc-devel
- added patch xattr-location.patch which chnages the include from
attr/xattr.h to sys/xattr.h
- added patch removed-check-ENOATTR.patch which removes check for
error ENOATTR which is a cpoy of allreay checked error
-------------------------------------------------------------------
Thu Nov 23 13:53:58 UTC 2017 - rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
-------------------------------------------------------------------
Wed Oct 18 10:22:41 UTC 2017 - cgoll@suse.com
- Changed robinhood-webgui path and fixed php version
-------------------------------------------------------------------
Thu Oct 12 23:16:19 UTC 2017 - jengelh@inai.de
- Update package descriptions.
-------------------------------------------------------------------
Wed Oct 11 12:50:33 UTC 2017 - cgoll@suse.com
- updated to robinhood-3.1
- fixed devel-file-in-non-devel-package via patch avoid-version.patch
- moved binary used for tests to _libdir and pointed a softlink to it
at its original position
-------------------------------------------------------------------
Wed Aug 16 20:25:25 UTC 2017 - eich@suse.com
- Replaced some hard coded directories.
-------------------------------------------------------------------
Wed Aug 16 09:07:51 UTC 2017 - cgoll@suse.com
- rbh-config.patch: removed rbh_config call, as it is only needed for sql
version
- static-link.patch: made tests static linked as they wont complie otherwise
- web-gui.patch: removed virtual apache server
- initial commit for 323855 and made tests static linked