Skip to content

Commit 7e488a4

Browse files
committed
pkg: packaging version 3.2
Change-Id: I7267f273b5549a080ad0ccc0965d46d6720f2c4d Reviewed-on: https://review.gerrithub.io/c/cea-hpc/robinhood/+/1204372 Reviewed-by: Thomas Leibovici <[email protected]> Tested-by: Thomas Leibovici <[email protected]>
1 parent 95dc72d commit 7e488a4

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

ChangeLog

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1-
Summary of changes in minor versions 3.1.x:
1+
Summary of changes in versions 3.x:
2+
3+
3.2:
4+
- Add features for Lustre's project quota:
5+
- Retrieve project id when scanning and reading changelogs
6+
- Add report: rbh-report --project-info
7+
- New filtering options in rbh-report: --filter-project
8+
- New option --split-user-projects to split user's usage per project
9+
- Display project-info with 'rbh-find --printf %RP'
10+
- Filter project with 'rbh-find -projid num'
11+
- New 'projid' trigger target on command line
12+
- Implement policy sort order by size, e.g. lru_sort_attr = size;
13+
- Implement asc/desc modifiers for sort order, e.g. lru_sort_attr = size(desc);
14+
- Implement policy trigger thresholds as percentage of available inodes:
15+
high/low_threshold_cntpct = xx%;
16+
- policy optimization: no DB update when pre_sched_match and post_sched_match
17+
are set to "none or "cache_only".
18+
- Fix errors "Out of range value for size columns" due to DB triggers
19+
- Make top-user --by-count take all entry types into account
20+
- Adaptations for Lustre 2.15
21+
- Adaptations for RHEL9.4 OS family
22+
23+
3.1.7:
24+
- Fix pool_usage triggers.
25+
- Fix partial application of policies when run on multiple OSTs.
226

327
3.1.6:
428
- fix build on Lustre 2.12.4

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
AC_PREREQ(2.59)
66

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

1010
AC_DEFINE_UNQUOTED(RELEASE, "$RELEASE", [release info])

robinhood.spec.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,12 @@ rm -rf $RPM_BUILD_ROOT
464464

465465
%changelog
466466

467+
* Wed Nov 20 2024 Thomas Leibovici <[email protected]> 3.2.0-1
468+
- Robinhood 3.2.0
469+
470+
* Mon Sep 05 2022 Thomas Leibovici <[email protected]> 3.1.8-1
471+
- Robinhood 3.1.8
472+
467473
* Tue Mar 09 2021 Thomas Leibovici <[email protected]> 3.1.7-1
468474
- Robinhood 3.1.7
469475

0 commit comments

Comments
 (0)