In message <[EMAIL PROTECTED]>,Jason Mader writes:
>  Tue Oct 11 17:30:13 2005 XFS/EFS File server starting

it probably should say "namei" instead of xfs/efs as well.

>How come the /vicepa partition needs the larger inodes with the namei  
>fileserver?

it shouldnt.  try this:

Index: src/vol/partition.c
===================================================================
RCS file: /cvs/openafs/src/vol/partition.c,v
retrieving revision 1.31
diff -u -u -r1.31 partition.c
--- src/vol/partition.c 19 Aug 2004 00:22:38 -0000      1.31
+++ src/vol/partition.c 11 Oct 2005 23:32:04 -0000
@@ -341,18 +341,18 @@
        }
        closedir(dirp);
     }
-#else /* AFS_NAMEI_ENV */
+#else /* !AFS_NAMEI_ENV */
     if (afs_stat(AFSIDatPath, &status) == 0) {
        Log("This program is compiled without AFS_NAMEI_ENV, but partition %s 
seems to contain volumes which use the namei-interface; aborting\n", part);
        return -1;
     }
 #endif /* AFS_NAMEI_ENV */
-#endif
 
 #ifdef AFS_SGI_XFS_IOPS_ENV
     if (VerifyXFSInodeSize(part, status.st_fstype) < 0)
        return -1;
 #endif
+#endif
 
 #if defined(AFS_DUX40_ENV) && !defined(AFS_NAMEI_ENV)
     if (status.st_ino != ROOTINO) {
_______________________________________________
OpenAFS-info mailing list
OpenAFS-info@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to