Skip to content

Commit

Permalink
pkg: packaging version 3.2
Browse files Browse the repository at this point in the history
Change-Id: I7267f273b5549a080ad0ccc0965d46d6720f2c4d
Reviewed-on: https://review.gerrithub.io/c/cea-hpc/robinhood/+/1204372
Reviewed-by: Thomas Leibovici <thomas.leibovici@cea.fr>
Tested-by: Thomas Leibovici <thomas.leibovici@cea.fr>
  • Loading branch information
tl-cea committed Nov 20, 2024
1 parent 95dc72d commit 7e488a4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
26 changes: 25 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
Summary of changes in minor versions 3.1.x:
Summary of changes in versions 3.x:

3.2:
- 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
- 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
- Make top-user --by-count take all entry types into account
- Adaptations for Lustre 2.15
- Adaptations for RHEL9.4 OS family

3.1.7:
- Fix pool_usage triggers.
- Fix partial application of policies when run on multiple OSTs.

3.1.6:
- fix build on Lustre 2.12.4
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

AC_PREREQ(2.59)

AC_INIT( [robinhood], [3.1.7], [robinhood-support@lists.sourceforge.net])
AC_INIT( [robinhood], [3.2.0], [robinhood-support@lists.sourceforge.net])
RELEASE="1"

AC_DEFINE_UNQUOTED(RELEASE, "$RELEASE", [release info])
Expand Down
6 changes: 6 additions & 0 deletions robinhood.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,12 @@ rm -rf $RPM_BUILD_ROOT

%changelog

* Wed Nov 20 2024 Thomas Leibovici <thomas.leibovici@cea.fr> 3.2.0-1
- Robinhood 3.2.0

* Mon Sep 05 2022 Thomas Leibovici <thomas.leibovici@cea.fr> 3.1.8-1
- Robinhood 3.1.8

* Tue Mar 09 2021 Thomas Leibovici <thomas.leibovici@cea.fr> 3.1.7-1
- Robinhood 3.1.7

Expand Down

0 comments on commit 7e488a4

Please sign in to comment.