svn commit: r334900 - projects/pnfs-planb-server/sys/fs/nfs

Rick Macklem rmacklem at FreeBSD.org
Sat Jun 9 23:07:34 UTC 2018


Author: rmacklem
Date: Sat Jun  9 23:07:32 2018
New Revision: 334900
URL: https://svnweb.freebsd.org/changeset/base/334900

Log:
  Tidy up a comment which hopefully is now less confusing.

Modified:
  projects/pnfs-planb-server/sys/fs/nfs/nfs.h

Modified: projects/pnfs-planb-server/sys/fs/nfs/nfs.h
==============================================================================
--- projects/pnfs-planb-server/sys/fs/nfs/nfs.h	Sat Jun  9 22:30:10 2018	(r334899)
+++ projects/pnfs-planb-server/sys/fs/nfs/nfs.h	Sat Jun  9 23:07:32 2018	(r334900)
@@ -189,8 +189,8 @@ struct nfsd_nfsd_args {
 };
 
 /*
- * NFSDEV_MAXMIRRORS - Maximum # of mirrors for a DS.
- * (Most will only have a single mirror, but this setting allows up to 3.)
+ * NFSDEV_MAXMIRRORS - Maximum level of mirroring for a DS.
+ * (Most will only put files on two DSs, but this setting allows up to 4.)
  * NFSDEV_MAXVERS - maximum number of NFS versions supported by Flex File.
  */
 #define	NFSDEV_MAXMIRRORS	4


More information about the svn-src-projects mailing list