-
Notifications
You must be signed in to change notification settings - Fork 95
Repo rename: markdown files update - part#4 [SKIP CI] #2040
Repo rename: markdown files update - part#4 [SKIP CI] #2040
Conversation
90f6c74
to
c53cfda
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we are not consistent when to use the full name "vSphere Storage for Docker" and when to use the short name "VDVS". I'd suggest to use short time whenever it's being used as a modifier in a phrase, for example "VDVS driver", "VDVS plugin", "VDVS Installation Guide", etc.
README.md
Outdated
@@ -47,7 +47,7 @@ The relevant logging for debugging consists of the following: | |||
journalctl -fu docker.service # Journalctl/Systemd | |||
``` | |||
|
|||
**vDVS Plugin logs** | |||
**vSphere Storage Plugin for Docker logs** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above, let's use "VDVS Plugin logs"
README.md
Outdated
@@ -74,14 +74,14 @@ journalctl -fu docker.service # Journalctl/Systemd | |||
docker plugin install --grant-all-permissions --alias vsphere vmware/docker-volume-vsphere:latest VDVS_LOG_LEVEL=debug VDVS_SOCKET_GID=<group name> | |||
``` | |||
|
|||
**vDVS Driver logs** | |||
**vSphere Storage Driver for Docker logs** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above, let's use "VDVS Driver logs".
README.md
Outdated
|
||
vSphere Docker Volume Service (vDVS) enables customers to address persistent storage requirements for Docker containers in vSphere environments. This service is integrated with [Docker Volume Plugin framework](https://docs.docker.com/engine/extend/). Docker users can now consume vSphere Storage (vSAN, VMFS, NFS) to stateful containers using Docker. | ||
vSphere Storage for Docker enables customers to address persistent storage requirements for Docker containers in vSphere environments. This service is integrated with [Docker Volume Plugin framework](https://docs.docker.com/engine/extend/). Docker users can now consume vSphere Storage (vSAN, VMFS, NFS, VVoL) to stateful containers using Docker. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VVoL => VVOL or VVol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
README.md
Outdated
@@ -24,10 +24,10 @@ Detailed documentation can be found on our [GitHub Documentation Page](http://vm | |||
|
|||
The download consists of 2 parts: | |||
|
|||
1. VIB (vDVS driver): The ESX code is packaged as [a vib or an offline depot](http://pubs.vmware.com/vsphere-60/index.jsp#com.vmware.vsphere.install.doc/GUID-29491174-238E-4708-A78F-8FE95156D6A3.html#GUID-29491174-238E-4708-A78F-8FE95156D6A3) | |||
2. Managed plugin (vDVS plugin): Plugin is available on [Docker store](https://store.docker.com/plugins/e15dc9d5-e20e-4fb8-8876-9615e6e6e852?tab=description). | |||
1. VIB (vSphere Storage driver for Docker): The ESX code is packaged as [a vib or an offline depot](http://pubs.vmware.com/vsphere-60/index.jsp#com.vmware.vsphere.install.doc/GUID-29491174-238E-4708-A78F-8FE95156D6A3.html#GUID-29491174-238E-4708-A78F-8FE95156D6A3) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are still using the abbr "VDVS" in other places, here we should also keep it consistent, i.e. "VDVS driver".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure!
README.md
Outdated
1. VIB (vDVS driver): The ESX code is packaged as [a vib or an offline depot](http://pubs.vmware.com/vsphere-60/index.jsp#com.vmware.vsphere.install.doc/GUID-29491174-238E-4708-A78F-8FE95156D6A3.html#GUID-29491174-238E-4708-A78F-8FE95156D6A3) | ||
2. Managed plugin (vDVS plugin): Plugin is available on [Docker store](https://store.docker.com/plugins/e15dc9d5-e20e-4fb8-8876-9615e6e6e852?tab=description). | ||
1. VIB (vSphere Storage driver for Docker): The ESX code is packaged as [a vib or an offline depot](http://pubs.vmware.com/vsphere-60/index.jsp#com.vmware.vsphere.install.doc/GUID-29491174-238E-4708-A78F-8FE95156D6A3.html#GUID-29491174-238E-4708-A78F-8FE95156D6A3) | ||
2. Managed plugin (vSphere Storage plugin for Docker): Plugin is available on [Docker store](https://store.docker.com/plugins/e15dc9d5-e20e-4fb8-8876-9615e6e6e852?tab=description). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly - "VDVS plugin".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
95fcba3
to
cff885b
Compare
@shaominchen Thanks for the comment! I have addressed all your comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
1. Update for README.md, CONTRIBUTING.md etc 2. Update in customer facing document 3. vDVS ===> VDVS (as we can't use small v)
cff885b
to
56e5a01
Compare
* Repo rename (Part#4) [SKIP CI] 1. Update for README.md, CONTRIBUTING.md etc 2. Update in customer facing document 3. vDVS ===> VDVS (as we can't use small v) * Resign the secrete
* Repo rename (Part#4) 1. Update for README.md, CONTRIBUTING.md etc 2. Update in customer facing document 3. vDVS ===> VDVS (as we can't use small v) * Resign the secrete
This part contains some of the action item for #2043
This PR contains changes related with repo name refreshing to "vSphere Storage for Docker".
README.md
,CONTRIBUTING.md
etcv
)