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