This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
0.19 KubeCon special release (November 2017)
Pre-release
Pre-release
Please note that DEB/RPM packages are deprecated and may not be available after December 2017 release.
What's New
- Support for Windows Containers: Promoted from "Developer Tech-preview"!
- Performance improvements for volume creation operation.
- Bug fixes & improved code quality (Please see "Change Log" section)
Developer Tech-preview features
- vFile – Shared File Storage: Bug fixes & improved code quality
Above feature should not be used in production. Please let us know if you've any feedback or feature requests.
Contact us at
Downloads
- ESX VIB: https://bintray.com/vmware/vDVS/download_file?file_path=VMWare_bootbank_esx-vmdkops-service_0.19.641f741-0.0.1.vib
- ESX VIB Offline Bundle: https://bintray.com/vmware/vDVS/download_file?file_path=vDVS_driver-0.19-offline_bundle-7274666.zip
- vDVS managed plugin:
docker plugin install --grant-all-permissions --alias vsphere vmware/docker-volume-vsphere:0.19
- DEB: https://bintray.com/vmware/vDVS/download_file?file_path=docker-volume-vsphere_0.19.641f741_amd64.deb
- RPM: https://bintray.com/vmware/vDVS/download_file?file_path=docker-volume-vsphere-0.19.641f741-1.x86_64.rpm
- vFile managed plugin:
docker plugin install --grant-all-permissions --alias vfile vmware/vfile:0.19
- vDVS plugin for Windows docker host: https://bintray.com/vmware/vDVS/download_file?file_path=docker-volume-vsphere_windows_0.19.zip
Change Log
0.19 (2017-12-01)
Closed issues:
- IndexError('tuple index out of range',) when trying to create any volume with v0.18 #1996
- [vFile] allow user to choose ETCD ports for vFile usage #1970
- Error creating volumes #1969
- Limit the number of log files generated by vDVS/vFile #1964
- cannot create/delete volumes when using the cli Docker EE with UCP #1950
- Revisit the error handling for vFile design #1943
- Investigate possible etcd persistence issues #1937
- Skylight performance improvement - Investigate to reduce disk-attach wait time in the Windows plugin #1780
- Handle swarm node role change in vFile plugin #1732
- Allow multiple Docker Hosts accessing same volume #1608
- Skylight performance improvement - Investigate accelerating fs_windows implementation #1553
Merged pull requests:
- Implement the new locking and notification system for vFile #2001 (luomiao)
- Allow for a null VC uuid for a VM to allow the plugin to be used on standalone hosts. #1997 (govint)
- Reduce disk-attach wait time in the Windows plugin (fixes #1780) #1991 (shuklanirdesh82)
- allow user to choose ETCD ports for vFile usage #1988 (lipingxue)
- Allow create calls to be idempotent in the VDVS plugin #1985 (govint)
- Fix to use slot number to generate the PCI bridge function number. #1982 (govint)
- Support identifying controllers on secondary PCI buses. #1978 (govint)
- Fix issue in build.sh and add more log for vFile. #1975 (lipingxue)
- Limit the number of log files generated by vDVS/vFile #1973 (shuklanirdesh82)
- vFile: Add data-dir setting and rejoin function for ETCD. #1945 (luomiao)
- vFile: handle swarm node promotion and demotion #1868 (luomiao)