diff --git a/README.rst b/README.rst index 53b5905..cc566ca 100644 --- a/README.rst +++ b/README.rst @@ -17,51 +17,51 @@ In this early stage, the native implementation has not been written. Status ****** -The table gives a rough overview over features and their implementation state: - -+-------+------------+-----------------+-----+--------+ -| API | Topic | Feature | CLI | Native | -+=======+============+=================+=====+========+ -| ZFS | Properties | Read native | Yes | No | -| | +-----------------+-----+--------+ -| | | Write native | Yes | No | -| | +-----------------+-----+--------+ -| | | Read metadata | Yes | No | -| | +-----------------+-----+--------+ -| | | Write metadata | Yes | No | -| +------------+-----------------+-----+--------+ -| | Datasets | List datasets | Yes | No | -| | +-----------------+-----+--------+ -| | | Check existance | Yes | No | -| | +-----------------+-----+--------+ -| | | Create Filset | No | No | -| | +-----------------+-----+--------+ -| | | Create Volume | No | No | -| | +-----------------+-----+--------+ -| | | Create Snapshot | No | No | -| | +-----------------+-----+--------+ -| | | Create Bookmark | No | No | -| | +-----------------+-----+--------+ -| | | Destroy | No | No | -+-------+------------+-----------------+-----+--------+ -| ZPool | Storage | List pools | No | No | -| | +-----------------+-----+--------+ -| | | Read structure | Yes | No | -| | +-----------------+-----+--------+ -| | | Replace disk | No | No | -| | +-----------------+-----+--------+ -| | | Destroy | No | No | -| | +-----------------+-----+--------+ -| | | Create | No | No | -| +------------+-----------------+-----+--------+ -| | Properties | Read native | No | No | -| | +-----------------+-----+--------+ -| | | Write native | No | No | -| | +-----------------+-----+--------+ -| | | Read metadata | No | No | -| | +-----------------+-----+--------+ -| | | Write metadata | No | No | -+-------+------------+-----------------+-----+--------+ +The table gives a rough overview over features and their implementation state. For the PE Helper, functions where it is of no use are left empty: + ++-------+------------+-----------------+-----+--------+-----------+ +| API | Topic | Feature | CLI | Native | PE Helper | ++=======+============+=================+=====+========+===========+ +| ZFS | Properties | Read native | Yes | No | | +| | +-----------------+-----+--------+-----------+ +| | | Write native | Yes | No | No | +| | +-----------------+-----+--------+-----------+ +| | | Read metadata | Yes | No | | +| | +-----------------+-----+--------+-----------+ +| | | Write metadata | Yes | No | | +| +------------+-----------------+-----+--------+-----------+ +| | Datasets | List datasets | Yes | No | | +| | +-----------------+-----+--------+-----------+ +| | | Check existance | Yes | No | | +| | +-----------------+-----+--------+-----------+ +| | | Create Fileset | No | No | No | +| | +-----------------+-----+--------+-----------+ +| | | Create Volume | No | No | | +| | +-----------------+-----+--------+-----------+ +| | | Create Snapshot | No | No | No | +| | +-----------------+-----+--------+-----------+ +| | | Create Bookmark | No | No | | +| | +-----------------+-----+--------+-----------+ +| | | Destroy | No | No | No | ++-------+------------+-----------------+-----+--------+-----------+ +| ZPool | Storage | List pools | No | No | | +| | +-----------------+-----+--------+-----------+ +| | | Read structure | Yes | No | | +| | +-----------------+-----+--------+-----------+ +| | | Replace disk | No | No | No | +| | +-----------------+-----+--------+-----------+ +| | | Destroy | No | No | No | +| | +-----------------+-----+--------+-----------+ +| | | Create | No | No | No | +| +------------+-----------------+-----+--------+-----------+ +| | Properties | Read native | No | No | | +| | +-----------------+-----+--------+-----------+ +| | | Write native | No | No | No | +| | +-----------------+-----+--------+-----------+ +| | | Read metadata | No | No | | +| | +-----------------+-----+--------+-----------+ +| | | Write metadata | No | No | | ++-------+------------+-----------------+-----+--------+-----------+ Usage *****