nfstest.utils (3) Linux Manual Page
nfstest.utils – Utilities module Description Definition for common classes and constants Classes class SparseFile(baseobj.BaseObj) SparseFile object SparseFile() -> New sparse file object Usage: # Create defintion for a sparse file of size 10000 having # two holes of size 1000 at offsets 3000 and 6000 x = SparseFile("/mnt/t/file1", 10000, [3000, 6000], 1000) # Object attributes…
