Skip to content

Commit

Permalink
CHANGELOG update for v17.10.0-beta.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonk committed Sep 21, 2017
1 parent 1a434dd commit 3564e73
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
24 changes: 18 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion docs/install/ndvp_ontap_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3564e73

Please sign in to comment.