Enhance doc

1) remove comparison between zvm driver and other drivers
2) add support matrix for more info

Change-Id: Iba94b132a8f7b72ce1a6f20c8021d2dd449dc2d5
This commit is contained in:
jichenjc 2018-02-12 08:52:12 +08:00
parent 5bf2b8b875
commit f06eeef78f
2 changed files with 5 additions and 12 deletions

View File

@ -85,14 +85,14 @@ notes=The attach volume operation provides a means to hotplug
is considered to be more of a pet than cattle. Therefore
this operation is not considered to be mandatory to support.
cli=nova volume-attach <server> <volume>
driver-impl-ibm-zvm=complete
driver-impl-ibm-zvm=missing
[operation.detach-volume]
title=Detach block volume from instance
status=optional
notes=See notes for attach volume operation.
cli=nova volume-detach <server> <volume>
driver-impl-ibm-zvm=complete
driver-impl-ibm-zvm=missing
[operation.attach-interface]
title=Attach virtual network interface to instance
@ -315,7 +315,7 @@ notes=The snapshot operation allows the current state of the
snapshot cannot be assumed. Therefore this operation is not
considered mandatory to support.
cli=nova image-create <server> <name>
driver-impl-ibm-zvm=missing
driver-impl-ibm-zvm=complete
[operation.suspend]
title=Suspend instance
@ -533,7 +533,7 @@ notes=Block storage provides instances with direct attached
the network. Therefore support for this configuration is not
considered mandatory for drivers to support.
cli=
driver-impl-ibm-zvm=complete
driver-impl-ibm-zvm=missing
[storage.block.backend.fibrechannel]
title=Block storage over fibre channel
@ -543,7 +543,7 @@ notes=To maximise performance of the block storage, it may be desirable
technology on the compute hosts. Since this is just a performance
optimization of the I/O path it is not considered mandatory to support.
cli=
driver-impl-ibm-zvm=complete
driver-impl-ibm-zvm=missing
[storage.block.backend.iscsi]
title=Block storage over iSCSI

View File

@ -65,10 +65,3 @@ zvm cloud connector.
zvm.setupnet [label = "use zvm cp to setup network"]
}
}
Compare with vmware openstack driver
------------------------------------
Here's architecture comparsion between z/VM and vmware enablement for openstack.
.. image:: ./images/zvm_vmware.jpg