X-Git-Url: https://git.ceph.com/?p=xfstests-dev.git;a=blobdiff_plain;f=doc%2Frequirement-checking.txt;h=95d10e64495ec430a8ee8464111f4039271772fc;hp=730c7accb8e17deeb733220379a3cf83d1b6e3c1;hb=52107267320f7c695921f97a0231797ddf05b32e;hpb=c3ff9ee3fe1b9e08da1a959c9de0e48e0449c2c9;ds=sidebyside diff --git a/doc/requirement-checking.txt b/doc/requirement-checking.txt index 730c7acc..95d10e64 100644 --- a/doc/requirement-checking.txt +++ b/doc/requirement-checking.txt @@ -15,6 +15,7 @@ they have. This is done with _require_ macros, which may take parameters. (2) Filesystem capability requirements. _require_chattr + _require_exportfs (3) System call requirements. @@ -86,6 +87,12 @@ _require_chattr tests to see if setting the append-only and immutable attributes on a file (chattr +a +i) is supported. +_require_exportfs + + The test requires that the $TEST_DEV filesystem supports NFS export. + The test also requires the use of the open_by_handle_at() system call and + will be skipped if it isn't available in the kernel. + ======================== SYSTEM CALL REQUIREMENTS