-
Notifications
You must be signed in to change notification settings - Fork 5
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
Timeout is_disk_connected = wait_for_connected_disk(600) #16
Comments
Hi, are you attaching volumes invoking The same applies to invoking |
Thanks for reply!
|
I fixed attach.py here:
|
Yes.
Yes.
The driver needs access to etcd for locking to work properly. It does not have to be the cluster instance.
What Linux distribution do you use? Does
Has the driver been installed correctly on every node? Has the |
It's centos7.4.
Okay, got it. But if it is flexvolume won't work correctly. I tried to connect to NodePort, but no result. |
Seems ok.
This was fixed in #18.
Could you post me whole log from node's kubelet trying to attach volume? To gist.github.com? |
Greetings!
I have a problem with attach.py with timeout_for_connected_disk. Looks like method from pyudev.monitor def from_netlink could not connect to vm via timeout here
Can you also show me a simple output here via print(result)
I was trying to incrase timeout to 1000s but still not work, im not realy sure how pydev.monitor works.
Rest works as intended.
I see how app create disk, how attach/deattach disk to vm. Also I see disk via fdisk -l
But I cant continue script, because it's reaching timeout for wait_for_connected_disk.
Maybe need to modernize this method?
The text was updated successfully, but these errors were encountered: