public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic/517: notrun on NFS due to unaligned dedupe in test
@ 2019-05-30  9:41 Murphy Zhou
  2019-05-30 15:26 ` Darrick J. Wong
  0 siblings, 1 reply; 11+ messages in thread
From: Murphy Zhou @ 2019-05-30  9:41 UTC (permalink / raw)
  To: fstests; +Cc: Murphy Zhou

NFSv4.2 could pass _require_scratch_dedupe, since the test offset and
size are aligned, while generic/517 is performing unaligned dedupe.
NFS does not support unaligned dedupe now, returns EINVAL.

Signed-off-by: Murphy Zhou <xzhou@redhat.com>
---
 tests/generic/517 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/generic/517 b/tests/generic/517
index 601bb24e..23665782 100755
--- a/tests/generic/517
+++ b/tests/generic/517
@@ -30,6 +30,7 @@ _cleanup()
 _supported_fs generic
 _supported_os Linux
 _require_scratch_dedupe
+$FSTYP == "nfs"  && _notrun "NFS can't handle unaligned deduplication"
 
 rm -f $seqres.full
 
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-05-31 15:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-30  9:41 [PATCH] generic/517: notrun on NFS due to unaligned dedupe in test Murphy Zhou
2019-05-30 15:26 ` Darrick J. Wong
2019-05-30 15:55   ` Trond Myklebust
2019-05-30 16:03     ` Darrick J. Wong
2019-05-30 16:28       ` Trond Myklebust
2019-05-30 16:45         ` Darrick J. Wong
2019-05-30 15:58   ` NFS & CIFS support dedupe now?? Was: " Darrick J. Wong
2019-05-31 10:48     ` Aurélien Aptel
2019-05-31 13:28       ` Tom Talpey
2019-05-31 15:24     ` Olga Kornievskaia
2019-05-31 15:35       ` Trond Myklebust

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox