Skip to content

Commit d617170

Browse files
author
Andrew Kerr
committed
Release 17.07.0
1 parent bd4051f commit d617170

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
- Allow ONTAP to split a clone from its parent upon creation
1515
- Improved efficiency of ONTAP LUN ID selection
1616
- Improved efficiency of ONTAP volume list
17+
- Solidfire volumes now have 512e enabled by default (previously defaulted to 4k block size)
18+
- Added options to toggle Solidfire's 512e setting in config file and at volume create time
19+
- Added the ability to override QoS values when cloning a volume or snapshot on Solidfire
1720

1821
## 17.04.0
1922

docs/install/host_config.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ Traditional Install Method (Docker <= 1.12)
143143
.. code-block:: bash
144144
145145
# download and unpack the application
146-
wget https://github.com/NetApp/netappdvp/releases/download/v17.04.0/netappdvp-17.04.0.tar.gz
147-
tar zxf netappdvp-17.04.0.tar.gz
146+
wget https://github.com/NetApp/netappdvp/releases/download/v17.07.0/netappdvp-17.07.0.tar.gz
147+
tar zxf netappdvp-17.07.0.tar.gz
148148
149149
# move to a location in the bin path
150150
sudo mv netappdvp /usr/local/bin
@@ -280,7 +280,7 @@ Docker Managed Plugin Method (Docker >= 1.13 / 17.03)
280280
281281
.. code-block:: bash
282282
283-
docker plugin install --grant-all-permissions --alias netapp netapp/ndvp-plugin:17.04
283+
docker plugin install --grant-all-permissions --alias netapp netapp/ndvp-plugin:17.07
284284
285285
#. Begin using nDVP to consume storage from the configured system.
286286

docs/install/multi_instance.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Multiple instances of nDVP are needed when you desire to have multiple storage c
99

1010
.. code-block:: bash
1111
12-
docker plugin install --grant-all-permissions --alias silver netapp/ndvp-plugin:17.04 config=silver.json
12+
docker plugin install --grant-all-permissions --alias silver netapp/ndvp-plugin:17.07 config=silver.json
1313
1414
#. Launch the second instance, specifying a different alias and configuration file
1515

1616
.. code-block:: bash
1717
18-
docker plugin install --grant-all-permissions --alias gold netapp/ndvp-plugin:17.04 config=gold.json
18+
docker plugin install --grant-all-permissions --alias gold netapp/ndvp-plugin:17.07 config=gold.json
1919
2020
#. Create volumes specifying the alias as the driver name
2121

docs/quick_start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This quick start is targeted at the Docker Managed Plugin method (Docker >= 1.13
5656
5757
.. code-block:: bash
5858
59-
docker plugin install netapp/ndvp-plugin:17.04 --alias netapp --grant-all-permissions
59+
docker plugin install netapp/ndvp-plugin:17.07 --alias netapp --grant-all-permissions
6060
6161
#. Begin using nDVP to consume storage from the configured system.
6262

0 commit comments

Comments
 (0)