|
5 | 5 | ## Changes since 17.07.0 |
6 | 6 |
|
7 | 7 | **Fixes:** |
8 | | -- Changed the Solidfire driver to tear down the iSCSI connection as part of the docker volume delete operation |
9 | | -- Added pagination to ONTAP API calls, the lack of which in rare cases could cause nDVP to fail |
10 | | -- Fixed issue where ONTAP NAS volumes were not mountable immediately after creation when using load-sharing mirrors for the SVM root volume |
| 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)). |
| 11 | +- nDVP plugin no longer requires /etc/iscsi bind mount even for NFS-only |
| 12 | + installs (Issue [#82](https://github.com/NetApp/netappdvp/issues/82)). |
| 13 | +- Added pagination to ONTAP API calls, the lack of which in rare cases |
| 14 | + could cause nDVP to fail. |
| 15 | +- Fixed issue where ONTAP NAS volumes were not mountable immediately |
| 16 | + after creation when using load-sharing mirrors for the SVM root |
| 17 | + volume (Issue [#84](https://github.com/NetApp/netappdvp/issues/84)). |
11 | 18 |
|
12 | 19 | **Enhancements:** |
13 | | -- Added controller serial numbers to logs |
14 | | -- Added ontap-nas-economy driver |
| 20 | +- Added controller serial numbers to logs. |
| 21 | +- Added ontap-nas-economy driver. |
15 | 22 | - Added aggregate validation to the ONTAP drivers |
16 | | -- Added support for xfs and ext3 to the SolidFire, ONTAP SAN, and E-series drivers |
| 23 | + (Issue [#92](https://github.com/NetApp/netappdvp/issues/92)). |
| 24 | +- 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)). |
17 | 29 |
|
18 | 30 | ## 17.07.0 |
19 | 31 |
|
|
0 commit comments