update README

main
svalouch 4 years ago
parent 99d6524410
commit 22ad6f26a9

@ -21,16 +21,15 @@ In this early stage, the native implementation has not been written.
Status Status
****** ******
The table gives a rough overview over features and their implementation state. For the PE Helper, functions where it is 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. Functions like creating/destroying volumes, snapshots have not been tested, but might work. of no use are left empty (use ``zfs allow`` for those). Recursive is used to denote if it can destroy the dataset with
Recursive is used to denote if it can destroy the dataset with dependent datasets, for example a fileset with its dependent datasets, for example a fileset with its associated snapshots.
associated snapshots.
+-------+------------+------------------+-----+--------+-----------+-------------+ +-------+------------+------------------+-----+--------+-----------+-------------+
| API | Topic | Feature | CLI | Native | PE Helper | Recursive | | API | Topic | Feature | CLI | Native | PE Helper | Recursive |
+=======+============+==================+=====+========+===========+=============+ +=======+============+==================+=====+========+===========+=============+
| ZFS | Properties | Read native | Yes | No | | | | ZFS | Properties | Read native | Yes | No | | |
| | +------------------+-----+--------+-----------+-------------+ | | +------------------+-----+--------+-----------+-------------+
| | | Write native | Yes | No | No | | | | | Write native | Yes | No | | |
| | +------------------+-----+--------+-----------+-------------+ | | +------------------+-----+--------+-----------+-------------+
| | | Read metadata | Yes | No | | | | | | Read metadata | Yes | No | | |
| | +------------------+-----+--------+-----------+-------------+ | | +------------------+-----+--------+-----------+-------------+

Loading…
Cancel
Save