|
6 | 6 |
|
7 | 7 | **Fixes:** |
8 | 8 | - Changed the SolidFire driver to tear down the iSCSI connection as part |
9 | | - of the docker volume delete operation |
10 | | - (Issue [#93](https://github.com/NetApp/netappdvp/issues/93)). |
| 9 | + of the docker volume delete operation (Issue [#93](https://github.com/NetApp/netappdvp/issues/93)). |
11 | 10 | - nDVP plugin no longer requires /etc/iscsi bind mount even for NFS-only |
12 | 11 | installs (Issue [#82](https://github.com/NetApp/netappdvp/issues/82)). |
13 | 12 | - Added pagination to ONTAP API calls, the lack of which in rare cases |
14 | 13 | could cause nDVP to fail. |
15 | 14 | - Fixed issue where ONTAP NAS volumes were not mountable immediately |
16 | 15 | after creation when using load-sharing mirrors for the SVM root |
17 | 16 | volume (Issue [#84](https://github.com/NetApp/netappdvp/issues/84)). |
| 17 | +- Fixed a bug where port names on E-Series could exceed the 30 character |
| 18 | + system limitation. |
| 19 | +- Fixed an issue where large data sets could cause the log system to |
| 20 | + crash the plugin. |
18 | 21 |
|
19 | 22 | **Enhancements:** |
20 | 23 | - Added controller serial numbers to logs. |
21 | 24 | - Added ontap-nas-economy driver. |
22 | 25 | - Added aggregate validation to the ONTAP drivers |
23 | 26 | (Issue [#92](https://github.com/NetApp/netappdvp/issues/92)). |
24 | 27 | - Added support for xfs and ext3 to the SolidFire, ONTAP SAN, and |
25 | | - E-series drivers |
26 | | - (Issue [#73](https://github.com/NetApp/netappdvp/issues/73)). |
27 | | -- Added iSCSI multipath support to SolidFire driver |
28 | | - (Issue [#49](https://github.com/NetApp/netappdvp/issues/49)). |
| 28 | + E-series drivers (Issue [#73](https://github.com/NetApp/netappdvp/issues/73)). |
| 29 | +- Added iSCSI multipath support to SolidFire driver (Issue [#49](https://github.com/NetApp/netappdvp/issues/49)). |
29 | 30 | - Added support for NetApp Volume Encryption to the ONTAP drivers. |
30 | 31 |
|
31 | 32 | ## 17.07.0 |
|
0 commit comments