Giter VIP home page Giter VIP logo

xfstests's Introduction

Checkout and build, you may need to install some development packages for your particular distribution.

$ git clone [email protected]:behlendorf/xfstests.git $ cd xfstests $ git checkout -b zfs-upstream origin/zfs-upstream $ make -s

Create two test partitions to be used for testing. On one partition create a zpool and set the mountpoint property to legacy, this allows the xfstests framework to mount/unmount zfs datasets like other Linux filesystems.

$ zpool create -f -m legacy -O acltype=posixacl test /dev/vdb $ zpool create -f -m legacy -O acltype=posixacl scratch /dev/vdc $ zpool destroy scratch $ mkdir /test $ mkdir /scratch

Next setup your environment for xfstests, additional detail on the valid options can be found in the README.

$ export TEST_DEV=/dev/vdb1 $ export TEST_DIR=/test $ export SCRATCH_DEV=/dev/vdc1 $ export SCRATCH_MNT=/scratch

The full suite of generic tests can be run as follows:

$ ./check -zfs generic/[0-9][0-9][0-9]

xfstests's People

Contributors

achender avatar amildahl avatar arekm avatar asj avatar b-ranto avatar behlendorf avatar chandra2 avatar ckujau avatar cmaiolino avatar dchinner avatar fdmanana avatar gnehzuil avatar guaneryu avatar jankara avatar jeffmoyer avatar jeffpc avatar jengelh avatar kdave avatar kleikamp avatar liub avatar liubogithub avatar mdkent avatar natoscott avatar notaz avatar pibroch avatar sandeen avatar shiwh avatar taoma-tm avatar tytso avatar vapier avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.