From 3564e7379aa0590f51c038a5f77bb1ac86134fc4 Mon Sep 17 00:00:00 2001 From: Clinton Knight Date: Thu, 21 Sep 2017 13:59:20 -0400 Subject: [PATCH] CHANGELOG update for v17.10.0-beta.0 release --- CHANGELOG.md | 24 ++++++++++++++++++------ docs/install/ndvp_ontap_config.rst | 3 ++- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ad99a..1f0751c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,27 @@ ## Changes since 17.07.0 **Fixes:** -- Changed the Solidfire driver to tear down the iSCSI connection as part of the docker volume delete operation -- Added pagination to ONTAP API calls, the lack of which in rare cases could cause nDVP to fail -- Fixed issue where ONTAP NAS volumes were not mountable immediately after creation when using load-sharing mirrors for the SVM root volume +- Changed the SolidFire driver to tear down the iSCSI connection as part + of the docker volume delete operation + (Issue [#93](https://github.com/NetApp/netappdvp/issues/93)). +- nDVP plugin no longer requires /etc/iscsi bind mount even for NFS-only + installs (Issue [#82](https://github.com/NetApp/netappdvp/issues/82)). +- Added pagination to ONTAP API calls, the lack of which in rare cases + could cause nDVP to fail. +- Fixed issue where ONTAP NAS volumes were not mountable immediately + after creation when using load-sharing mirrors for the SVM root + volume (Issue [#84](https://github.com/NetApp/netappdvp/issues/84)). **Enhancements:** -- Added controller serial numbers to logs -- Added ontap-nas-economy driver +- Added controller serial numbers to logs. +- Added ontap-nas-economy driver. - Added aggregate validation to the ONTAP drivers -- Added support for xfs and ext3 to the SolidFire, ONTAP SAN, and E-series drivers + (Issue [#92](https://github.com/NetApp/netappdvp/issues/92)). +- Added support for xfs and ext3 to the SolidFire, ONTAP SAN, and + E-series drivers + (Issue [#73](https://github.com/NetApp/netappdvp/issues/73)). +- Added iSCSI multipath support to SolidFire driver + (Issue [#49](https://github.com/NetApp/netappdvp/issues/49)). ## 17.07.0 diff --git a/docs/install/ndvp_ontap_config.rst b/docs/install/ndvp_ontap_config.rst index 1c60b1f..41e1cfe 100644 --- a/docs/install/ndvp_ontap_config.rst +++ b/docs/install/ndvp_ontap_config.rst @@ -19,7 +19,8 @@ Below are the ONTAP CLI comands to create a dedicated user for nDVP with specifi security login role create -vserver [VSERVER] -role ndvp_role -cmddirname "vserver" -access readonly security login role create -vserver [VSERVER] -role ndvp_role -cmddirname "vserver nfs show" -access readonly security login role create -vserver [VSERVER] -role ndvp_role -cmddirname "volume" -access all - + security login role create -vserver [VSERVER] -role ndvp_role -cmddirname "snapmirror" -access all + # grant ontap-san nDVP permissions security login role create -vserver [VSERVER] -role ndvp_role -cmddirname "vserver iscsi show" -access readonly security login role create -vserver [VSERVER] -role ndvp_role -cmddirname "lun" -access all