Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2018 23:07:33 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r334900 - projects/pnfs-planb-server/sys/fs/nfs
Message-ID:  <201806092307.w59N7XI9081406@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806092307.w59N7XI9081406>