README: mention the PE helper implementation state

main
svalouch 5 years ago
parent 00b7064234
commit 0c750dc6eb

@ -17,51 +17,51 @@ 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: 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 | | API | Topic | Feature | CLI | Native | PE Helper |
+=======+============+=================+=====+========+ +=======+============+=================+=====+========+===========+
| ZFS | Properties | Read native | Yes | No | | ZFS | Properties | Read native | Yes | No | |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Write native | Yes | No | | | | Write native | Yes | No | No |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Read metadata | Yes | No | | | | Read metadata | Yes | No | |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Write metadata | Yes | No | | | | Write metadata | Yes | No | |
| +------------+-----------------+-----+--------+ | +------------+-----------------+-----+--------+-----------+
| | Datasets | List datasets | Yes | No | | | Datasets | List datasets | Yes | No | |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Check existance | Yes | No | | | | Check existance | Yes | No | |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Create Filset | No | No | | | | Create Fileset | No | No | No |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Create Volume | No | No | | | | Create Volume | No | No | |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Create Snapshot | No | No | | | | Create Snapshot | No | No | No |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Create Bookmark | No | No | | | | Create Bookmark | No | No | |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Destroy | No | No | | | | Destroy | No | No | No |
+-------+------------+-----------------+-----+--------+ +-------+------------+-----------------+-----+--------+-----------+
| ZPool | Storage | List pools | No | No | | ZPool | Storage | List pools | No | No | |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Read structure | Yes | No | | | | Read structure | Yes | No | |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Replace disk | No | No | | | | Replace disk | No | No | No |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Destroy | No | No | | | | Destroy | No | No | No |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Create | No | No | | | | Create | No | No | No |
| +------------+-----------------+-----+--------+ | +------------+-----------------+-----+--------+-----------+
| | Properties | Read native | No | No | | | Properties | Read native | No | No | |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Write native | No | No | | | | Write native | No | No | No |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Read metadata | No | No | | | | Read metadata | No | No | |
| | +-----------------+-----+--------+ | | +-----------------+-----+--------+-----------+
| | | Write metadata | No | No | | | | Write metadata | No | No | |
+-------+------------+-----------------+-----+--------+ +-------+------------+-----------------+-----+--------+-----------+
Usage Usage
***** *****

Loading…
Cancel
Save