Fix ZFSOnLinux doc about manage ops

Trivial documentation update that was
discovered when building a scenario test [1]
for the manage/unmanage operations with
the ZFSOnLinux driver.

[1] I4245cd202543cfefb0aa4e9c56ab949e2a9821f6

Change-Id: I92e4467319e4d0682581cce83a2f0c959d1b9555
(cherry picked from commit 7dd147874d)
(cherry picked from commit 0d3fc8b357)
This commit is contained in:
Goutham Pacha Ravi 2018-08-02 13:53:29 -07:00
parent 4611c763fb
commit 011e4ecc49
1 changed files with 11 additions and 4 deletions

View File

@ -43,10 +43,21 @@ The following operations are supported:
- Deny share access.
- Bring an existing ZFSOnLinux share under the shared file system service (Managing a share)
- Remove a ZFSOnLinux share from the shared file system service without
deleting it (Unmanaging a share)
- Create a snapshot.
- Delete a snapshot.
- Bring an existing ZFSOnLinux snapshot under the shared file system
service (Managing a snapshot)
- Remove a ZFSOnLinux snapshot from the shared file system service without
deleting it (Unmanaging a snapshot)
- Create a share from snapshot.
- Extend a share.
@ -94,10 +105,6 @@ The ZFSonLinux share driver has the following restrictions:
- The below items are not yet implemented:
- ``Manage share`` operation.
- ``Manage snapshot`` operation.
- ``SaMBa`` based sharing.
- ``Thick provisioning`` capability.