this repo has no description
at main 160 B view raw
1let () = 2 let handle = Zfs.init () in 3 let props = [ ("compression", `String "lz4") ] in 4 Zfs.create ~props handle "obuilder-zfs/hello" Zfs.Types.filesystem