All of lore.kernel.org
 help / color / mirror / Atom feed
* xfstests: [PATCH 0/2] ignore duplicates reported by repquota
@ 2010-01-08 18:14 Alex Elder
  0 siblings, 0 replies; only message in thread
From: Alex Elder @ 2010-01-08 18:14 UTC (permalink / raw)
  To: xfs

It is possible for the same numeric user id to be assigned to
more than one user account.  The repquota command, as well as the
xfs_quota "repquota" command (if not given an upper bound user id
to scan for) will scan the entire password file using getpwent()
in order to report quota information for all users.  As a result,
any numeric id that is used more than once will also be reported
more than once by "repquota".  Multiply-used group and project
id's would have the same behavior.

The effect of this is that in some of the quota-related tests, output
mismatches will be reported in the event an id used in testing is
associated with multiple users/groups/projects.

To get around this, arrange to ignore duplicate entries reported by
requota and the "repquota" xfs_quota command.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-08 18:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-08 18:14 xfstests: [PATCH 0/2] ignore duplicates reported by repquota Alex Elder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.