Skip to content

Commit 3564e73

Browse files
committed
CHANGELOG update for v17.10.0-beta.0 release
1 parent 1a434dd commit 3564e73

2 files changed

Lines changed: 20 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,27 @@
55
## Changes since 17.07.0
66

77
**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)).
1118

1219
**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.
1522
- 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)).
1729

1830
## 17.07.0
1931

docs/install/ndvp_ontap_config.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Below are the ONTAP CLI comands to create a dedicated user for nDVP with specifi
1919
security login role create -vserver [VSERVER] -role ndvp_role -cmddirname "vserver" -access readonly
2020
security login role create -vserver [VSERVER] -role ndvp_role -cmddirname "vserver nfs show" -access readonly
2121
security login role create -vserver [VSERVER] -role ndvp_role -cmddirname "volume" -access all
22-
22+
security login role create -vserver [VSERVER] -role ndvp_role -cmddirname "snapmirror" -access all
23+
2324
# grant ontap-san nDVP permissions
2425
security login role create -vserver [VSERVER] -role ndvp_role -cmddirname "vserver iscsi show" -access readonly
2526
security login role create -vserver [VSERVER] -role ndvp_role -cmddirname "lun" -access all

0 commit comments

Comments
 (0)