[1156] in Moira
afs_rename.pl
daemon@ATHENA.MIT.EDU (Ted McCabe)
Mon Mar 16 14:37:38 1998
To: moiradev@MIT.EDU
Date: Mon, 16 Mar 1998 14:37:26 EST
From: Ted McCabe <ted@MIT.EDU>
I just noticed (while helping someone recover a file from a .backup
volume) that moira doesn't deal with renaming the OldFiles mountpoint
(if it exists) when it renames the volume.
At a minimum, should have some logic along the lines of:
)verify existence and correctness of original OldFiles mtpt
)if verification passed, then remove and create new OldFiles mtpt,
otherwise do nothing.
Don't know what other checks need to be made to fit in with moira's
(pre/post)conditions, else I'd suggest an actual patch.
--Ted