Skip to content

Commit

Permalink
Release 17.07.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adkerr committed Jul 11, 2017
1 parent bd4051f commit d617170
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
- Allow ONTAP to split a clone from its parent upon creation
- Improved efficiency of ONTAP LUN ID selection
- Improved efficiency of ONTAP volume list
- Solidfire volumes now have 512e enabled by default (previously defaulted to 4k block size)
- Added options to toggle Solidfire's 512e setting in config file and at volume create time
- Added the ability to override QoS values when cloning a volume or snapshot on Solidfire

## 17.04.0

Expand Down
6 changes: 3 additions & 3 deletions docs/install/host_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ Traditional Install Method (Docker <= 1.12)
.. code-block:: bash
# download and unpack the application
wget https://github.com/NetApp/netappdvp/releases/download/v17.04.0/netappdvp-17.04.0.tar.gz
tar zxf netappdvp-17.04.0.tar.gz
wget https://github.com/NetApp/netappdvp/releases/download/v17.07.0/netappdvp-17.07.0.tar.gz
tar zxf netappdvp-17.07.0.tar.gz
# move to a location in the bin path
sudo mv netappdvp /usr/local/bin
Expand Down Expand Up @@ -280,7 +280,7 @@ Docker Managed Plugin Method (Docker >= 1.13 / 17.03)
.. code-block:: bash
docker plugin install --grant-all-permissions --alias netapp netapp/ndvp-plugin:17.04
docker plugin install --grant-all-permissions --alias netapp netapp/ndvp-plugin:17.07
#. Begin using nDVP to consume storage from the configured system.
Expand Down
4 changes: 2 additions & 2 deletions docs/install/multi_instance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Multiple instances of nDVP are needed when you desire to have multiple storage c

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This quick start is targeted at the Docker Managed Plugin method (Docker >= 1.13
.. code-block:: bash
docker plugin install netapp/ndvp-plugin:17.04 --alias netapp --grant-all-permissions
docker plugin install netapp/ndvp-plugin:17.07 --alias netapp --grant-all-permissions
#. Begin using nDVP to consume storage from the configured system.
Expand Down

0 comments on commit d617170

Please sign in to comment.