From c02345591aae658d0b56d5d85f1f4b14e2e2b0c6 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 1 Nov 2016 00:41:32 +0800 Subject: [PATCH] [config-ref] cleanup Zfssa volume driver Use "openstack" command to replace "cinder" Change-Id: I1f9e552f52ecc060dfcc88990bdc81b6e9ee0122 Implements: blueprint use-openstack-command --- .../block-storage/drivers/zfssa-iscsi-driver.rst | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/doc/config-reference/source/block-storage/drivers/zfssa-iscsi-driver.rst b/doc/config-reference/source/block-storage/drivers/zfssa-iscsi-driver.rst index 7000e176f3..08da7c9ca3 100644 --- a/doc/config-reference/source/block-storage/drivers/zfssa-iscsi-driver.rst +++ b/doc/config-reference/source/block-storage/drivers/zfssa-iscsi-driver.rst @@ -20,21 +20,13 @@ Supported operations ~~~~~~~~~~~~~~~~~~~~ - Create, delete, attach, detach, manage, and unmanage volumes. - - Create and delete snapshots. - - Create volume from snapshot. - - Extend a volume. - - Attach and detach volumes. - - Get volume stats. - - Clone volumes. - - Migrate a volume. - - Local cache of a bootable volume. Configuration @@ -218,8 +210,10 @@ The following extra specs scoped keys are supported by the driver: - ``zfssa:logbias`` -Volume types can be created using the :command:`cinder type-create` command. -Extra spec keys can be added using :command:`cinder type-key` command. +Volume types can be created using the :command:`openstack volume type create` +command. +Extra spec keys can be added using :command:`openstack volume type set` +command. Driver options ~~~~~~~~~~~~~~