045b1647c0
Currently, while creating volume from snapshot or cloning volume, Huawei driver always specifies the copy speed as medium. This patch lets users specify the copy speed they want, via the metadata optional argument. Change-Id: Ic70f2fee06866932b1c105d657a864553307c835 Closes-bug: #1646019
10 lines
404 B
YAML
10 lines
404 B
YAML
---
|
|
features:
|
|
- Allow users to specify the copy speed while using Huawei
|
|
driver to create volume from snapshot or clone volume, by
|
|
the new added metadata 'copyspeed'.
|
|
For example, user can add --metadata copyspeed=1 when
|
|
creating volume from source volume/snapshot.
|
|
The valid optional range of copyspeed is [1, 2, 3, 4],
|
|
respectively representing LOW, MEDIUM, HIGH and HIGHEST.
|