From 13f97a402c5356af25529b5b597783a58cd098ba Mon Sep 17 00:00:00 2001 From: vponomaryov Date: Tue, 13 Sep 2016 11:03:49 +0300 Subject: [PATCH] [docs] Update dev docs for ZFSonLinux share driver Update existing ZFSonLinux share driver devdoc with Newton release updates. Change-Id: Iaf6066e335971b13226ac6fa1b971458e215a657 --- doc/source/devref/zfs_on_linux_driver.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/devref/zfs_on_linux_driver.rst b/doc/source/devref/zfs_on_linux_driver.rst index f6f9a6d16f..be92b9e360 100644 --- a/doc/source/devref/zfs_on_linux_driver.rst +++ b/doc/source/devref/zfs_on_linux_driver.rst @@ -55,6 +55,7 @@ The following operations are supported: * Shrink share * Replication (experimental): * Create/update/delete/promote replica operations are supported +* Share migration (experimental) Possibilities ------------- @@ -133,6 +134,9 @@ for the ZFSonLinux driver: * zfs_replica_snapshot_prefix = * Prefix to be used in dataset snapshot names that are created by 'update replica' operation. +* zfs_migration_snapshot_prefix = + * Prefix to be used in dataset snapshot names that are created + for 'migration' operation. Restart of :term:`manila-share` service is needed for the configuration changes to take effect.