cinder/releasenotes/notes/allow-huawei-driver-lun-copy-speed-configurable-361a480e7b7e361d.yaml
zengyingzhe 045b1647c0 Huawei driver supports specifying copy speed
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
2017-02-28 11:00:05 +08:00

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.