[2212] in Moira Commits
[ops/moira] b1f237: Some more updates for RHEL9:
daemon@ATHENA.MIT.EDU (aswayze)
Fri Mar 13 14:12:34 2026
Date: Fri, 13 Mar 2026 18:12:17 +0000
From: aswayze <noreply@mit.edu>
To: moira-commits@mit.edu
Message-ID: <ops/moira/push/refs/heads/rhel9/39bf01-b1f237@github.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Branch: refs/heads/rhel9
Home: https://github.mit.edu/ops/moira
Commit: b1f237b1d4d0b75aec297c31627382d1057fed05
https://github.mit.edu/ops/moira/commit/b1f237b1d4d0b75aec297c31627382d1057fed05
Author: Andrew Swayze <aswayze@mit.edu>
Date: 2026-03-13 (Fri, 13 Mar 2026)
Changed paths:
M README.md
M VERSION
M moira/afssync/pt_util.c
M moira/db/tnsnames.ora
M moira/dbck/dbck.h
M moira/regtape/common.pc
M moira/server/mr_server.h
Log Message:
-----------
Some more updates for RHEL9:
+ README.md - add some hopefully helpful stuff for future travelers
+ VERSION - bump to 9.0 because why not
+ moira/afssync/pt_util.c - add id values that will collide with
existing values in afs
+ moira/db/tnsnames.ora - we are changing the location of
ORACLE_HOME, so update the entry for moira appropriately
+ moira/dbck/dbck.h - increase MAX_ID_VALUE to 2^19
+ moira/regtape/common.pc - increase MAX_ID_VALUE to 2^19 here as
well
+ moira/server/mr_server.h - increase MAX_ID_VALUE to 2^19 here too
and if you don't do all three, there will be hell to pay...