From 8b37c831f9f2aaf711fc5d10ae77180e7c5d2e7f Mon Sep 17 00:00:00 2001 From: Eric Young Date: Wed, 20 Jun 2018 10:15:50 -0400 Subject: [PATCH] Version 1.0.0-0 release Updating version number to 1.0.0-1 Adding requirements to README.md --- README.md | 5 +++-- dist/DellEMC-ScaleIO-flexvolume.spec | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da90aa1..2ac9ac6 100644 --- a/README.md +++ b/README.md @@ -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-``*``-````, ```` 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-``*``-````, ```` must be used as the volume specifier when creating persistent volumes, pods,or deployments. More specifically... * For PersistentVolume: * *.metadata.name* * *.spec.flexVolume.options.volumeID* @@ -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 @@ -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 "" (UniqueName: "flexvolume-dell/scaleio/") on node ...`` * ``origin-master-controllers: ... DetachVolume.Detach succeeded for volume "" (UniqueName: "flexvolume-dell/scaleio/") on node ...`` * To address the issue, once encountered, reboot the node(s). - diff --git a/dist/DellEMC-ScaleIO-flexvolume.spec b/dist/DellEMC-ScaleIO-flexvolume.spec index a2bb77f..103d177 100644 --- a/dist/DellEMC-ScaleIO-flexvolume.spec +++ b/dist/DellEMC-ScaleIO-flexvolume.spec @@ -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/