[3011] in Moira
Incremental resetting the home directory in AD from DFS to AFS
daemon@ATHENA.MIT.EDU (David Tanner)
Thu Jul 21 12:20:56 2005
Message-Id: <5.2.1.1.2.20050721122006.03e3dad0@hesiod>
Date: Thu, 21 Jul 2005 12:20:47 -0400
To: moiradev@mit.edu
From: David Tanner <dtanner@MIT.EDU>
Cc: redelson@mit.edu
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
I've found where the incremental is changing the home directory from dfs to
afs. The diff below should correct this problem.
The error occurs when processing filesys requests. This code is not longer
needed, so I put in a return so no processing will occur.
Rather than deleting the code, I'd rather keep it in place just in case we
have use for it down the road.
Please place the new incremental on ttsp so I can do further test. Let me
know when i can test on ttsp.
David
Index: winad.c
===================================================================
RCS file:
\\afs\all\athena.mit.edu\astaff\project\moiradev\repository/moira/incremental/winad/winad.c,v
retrieving revision 1.45
diff -c -r1.45 winad.c
*** winad.c 2005/06/01 19:05:51 1.45
--- winad.c 2005/07/21 15:19:43
***************
*** 771,776 ****
--- 771,778 ----
int btype;
int abort_flag;
+ return;
+
abort_flag = 0;
if (afterc < FS_CREATE)