Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Version 1.0.0-0 release
Browse files Browse the repository at this point in the history
Updating version number to 1.0.0-1
Adding requirements to README.md
  • Loading branch information
eric-young committed Jun 20, 2018
1 parent 9dc75ad commit 8b37c83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This driver allows users to consume ScaleIO storage, and provide persistent stor

* ScaleIO volumes must be pre-allocated and mapped to all nodes in the cluster
* Kubernetes/OpenShift's controller-managed attachment and detachment feature must be enabled. This feature is enabled by default. Ensure explicit actions were not taken to disable it.
* For a given ScaleIO volume /dev/disk/by-id/emc-vol-``*``-``<volumeID>``, ``<volumeID>`` must be used as the volume specifier when creating persistent volumes, pods,or deployments. More specifically...
* For a given ScaleIO volume /dev/disk/by-id/emc-vol-``*``-``<volumeID>``, ``<volumeID>`` must be used as the volume specifier when creating persistent volumes, pods,or deployments. More specifically...
* For PersistentVolume:
* *.metadata.name*
* *.spec.flexVolume.options.volumeID*
Expand All @@ -17,6 +17,8 @@ This driver allows users to consume ScaleIO storage, and provide persistent stor
* For Deployment:
* *.spec.template.spec.containers.volumeMounts.name*
* *.spec.template.spec.volumes.name*
* This driver relies upon the OpenShift CLI utility (oc). This needs to be installed on all OpenShift nodes
* The example get-token.sh script uses a service account to set/get labels upon volumes. This requires that the service account have ``get`` and ``update`` access to OpenShift ``volumes``.

This is a workaround to the issue mentioned at: https://github.com/kubernetes/kubernetes/issues/60046

Expand Down Expand Up @@ -65,4 +67,3 @@ This section covers some commonly encountered issues. If they resemble what is
* ``origin-master-controllers: ... Verified volume is safe to detach for volume "<volumeID>" (UniqueName: "flexvolume-dell/scaleio/<volumeID>") on node ...``
* ``origin-master-controllers: ... DetachVolume.Detach succeeded for volume "<volumeID>" (UniqueName: "flexvolume-dell/scaleio/<volumeID>") on node ...``
* To address the issue, once encountered, reboot the node(s).

4 changes: 2 additions & 2 deletions dist/DellEMC-ScaleIO-flexvolume.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: DellEMC-ScaleIO-flexvolume
Version: 0.1.0
Release: 7
Version: 1.0.0
Release: 0
Summary: FlexVolume driver for ScaleIO
URL: http://www.emc.com/
Source0: https://www.github.com/
Expand Down

0 comments on commit 8b37c83

Please sign in to comment.