propellor-2.17.2: property-based host configuration management in haskell

Safe HaskellNone
LanguageHaskell98

Propellor.Types.ZFS

Description

Types for ZFS Properties.

Copyright 2016 Evan Cofsky evan@theunixman.com License: BSD 2-clause

Synopsis

Documentation

data ZFS Source

A single ZFS filesystem.

Constructors

ZFS ZPool ZDataset 

data ZPool Source

Represents a zpool.

Constructors

ZPool String 

data ZDataset Source

Represents a dataset in a zpool.

Can be constructed from a / separated string.

Constructors

ZDataset [String]