cinder/releasenotes/notes/bug-1765182-de132ba52167800b.yaml
Lucio Seki 40d50eccde NetApp ONTAP: Remove NFS driver online volume extending support
Cinder scheduler now checks backend capability online_extend_support
before performing an online volume extend operation. This patch makes
NetApp ONTAP NFS driver report to the scheduler that it doesn't support
this feature, thus avoiding leaving a volume in error_extending state
after an online extending attempt.

Change-Id: Iafe3e68d6e9c20064a8825848b7b2d33ce7f4cff
Depends-On: I2c31b5c171574074a8fc7ba86f94f983fc9658f7
Related-Bug: #1765182
2018-07-05 10:27:57 -03:00

6 lines
162 B
YAML

---
fixes:
- |
NetApp ONTAP (bug 1765182): Make ONTAP NetApp NFS driver report to the
Cinder scheduler that it doesn't support online volume extending.