86e1960f99
When one multiattach enable volume is attached to one instance, it can be only attached to another instance by cli. This patch allows users to do so from horizon Part of blueprint multi-attach-volume Change-Id: Ic65d84d00a9113b7ee71f06b9c41cd09dcaa1325 Co-Authored-By: Vishal Manchanda <manchandavishal143@gmail.com>
16 lines
549 B
YAML
16 lines
549 B
YAML
---
|
|
features:
|
|
- |
|
|
[:blueprint:`multi-Attached-volume-support`]
|
|
Horizon now support Multi-Attached volume.
|
|
User is now able to attach a volume to multiple
|
|
instances. The ability to attach a volume to
|
|
multiple host/servers requires that the volume
|
|
type includes an extra-spec capability setting of
|
|
multiattach=<is> True. Horizon automatically detects
|
|
and enable multi-attach-volume feature.
|
|
|
|
API restrictions:
|
|
Multiattach capable volumes can only be attached
|
|
with nova API microversion 2.60 or later.
|