openshift-evangelists / oc-cluster-wrapper

oc cluster up bash wrapper
Apache License 2.0
144 stars 72 forks source link

When creating shared volume is ignore path supplied. #5

Closed GrahamDumpleton closed 8 years ago

GrahamDumpleton commented 8 years ago

The create-shared-volume has:

  local __path=$3

  local __path=$OPENSHIFT_HOME_DIR/volumes/${__volume}

So it is ignoring the supplied path.

jorgemoralespou commented 8 years ago

Yes for now. I wanted to experiment if things worked before getting more complexity in.

El 23 sept. 2016 9:48, "Graham Dumpleton" notifications@github.com escribió:

The create-shared-volume has:

local __path=$3

local path=$OPENSHIFT_HOME_DIR/volumes/${volume}

So it is ignoring the supplied path.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jorgemoralespou/oc-cluster-wrapper/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEyDg7qk8BXSf0tV6jqqgbm6YsIVbDnks5qs4RBgaJpZM4KEsuD .