From 0c750dc6ebc7270214a9d888cc4499b98635d7fe Mon Sep 17 00:00:00 2001 From: svalouch Date: Thu, 19 Dec 2019 10:12:41 +0100 Subject: [PATCH] README: mention the PE helper implementation state --- README.rst | 90 +++++++++++++++++++++++++++--------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) 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 *****