-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install v18.04 on OpenShift 3.9 #120
Comments
trident-logs-all.log |
having the same issue was this ever resolved |
Today we got Trident running with iSCSI (onatp-san) driver. We added NFS as a backend to trident and used it for a mysql deployment.
NFS provisioning and mounting is fine. I tried to mount nfs volume on a host(worker node) and write to it and it works. This may have something to do with OpenShift user permissions inside the pod. I have no clue. |
We're definitely not seeing this in general. Our CI tests with this combination, the same versions. In cases like these there is usually a configuration issue either on the host or on the storage backend that's getting in the way. Troubleshooting this over GitHub would likely require a great deal of back and forth, therefore my suggestion would be to open up a case so that we can work through it live. |
Thanks @innergy! a Support case is already open. |
@kapilarora
|
Having an issue with Trident 18.04 Install with Openshift 3.7 as well. |
Any chance you can check the latency between your OpenShift nodes and the data LIF(s)? Just encountered a situation where extreme latency (> 200ms) was causing etcd to (apparently) falsely believe there were locks. Changing to a storage device which is dramatically closer fixed things. I have no idea at what point the latency might become an issue for etcd, but it would be worth knowing if this could be an issue for you. All of the CI testing is with systems which are a couple ms apart at most, so it's not something we've encountered before. Andrew |
Trident is able to server both backedns NFS and iSCSI |
Today after some troubleshooting we figured that by default openshift template has mountPath /var/lib/mysql/data And, mysql is now running in the OpenShift cluster with ONTAP NFS |
I'm seeing this too with OpenShift 3.9 Origin and iSCSI with a ONTAP simulator that was working on earlier deployments |
@kapilarora I have an env to reproduce it |
i hit the same error today with openshift 3.9 using NFS ontap-cdot 9.1 release. any idea |
@rushins I had success with the newest Trident beta release on Origin 3.9. I was using iscsi though so YMMV. What I have found is it works best on the first go. If you have an existing install that failed you must clean up on the fas by deleting the volume and lun (for iscsi) before proceeding to try again. |
@rushins, @japplewhite Make sure that something else doesn't have a pending PVC when creating Trident. In the original 18.04 there was a bug which resulted in a missing piece of metadata preventing the If, after starting the Trident install, you do a This was fixed in 18.07 beta 1. Andrew |
thanks Andhrew. Yes you are right 18.04 seems have bug with PVC bound . I have followed your solution to use 18.07 beta 1 and it worked without any major issue in openshift container platform as a storage class and i was able to create PV and bound it to PVC ? thanks. |
Hi john, Anyways, thanks for your suggestion. |
we followed the installations steps described at https://netapp-trident.readthedocs.io/en/stable-v18.04/kubernetes/deploying.html#download-extract-the-installer
we starting the installation on the master.
while the the container is running we got the following output inside the container
the events regarding the namespace are
The text was updated successfully, but these errors were encountered: