-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Vendoring might need to be looked at ... Runtime errors in glusterfs due to duplicate flags initialized #1120
Comments
Vendoring did not solve the issue...However its an easy fix ~ replace 'glog' dependencies in vendor w/
my other PR around Vendoring didnt solve this problem, so i closed it. |
Ill make some PR's into the sig-storage-lib-external-provisioner repo to fix that , per conv w @dims |
Ok, so once this merges , kubernetes-sigs/sig-storage-lib-external-provisioner#25 , maybe can try updating deps in here. |
@jayunit100 I think the easiest fix would be just reverting the changes in https://github.com/kubernetes-incubator/external-storage/pull/1114/files . Are you able to overcome this error once you revert the above mentioned PR ? |
hmmm.. may be this revert is not required and the issue reported here should be solved by kubernetes-sigs/sig-storage-lib-external-provisioner#25 . Isnt it @wongma7 @jayunit100 ? |
For safer side I have filed #1122 |
@humblec ok cool, that sounds like a good way forward I also created an image from this branch, that is working for me , |
@jayunit100 are you saying after reverting pr#1114, things are working fine ? |
I was able to build these containers using
make container
but then, i got this :After hacking around some, noticed that theres a bunch of top level vendor dirs
So , i figured I'd gut em all... and then, compilation failed b/c the deps were missing, so i used
dep
to ensure all the dependencies, and then everything was happy, except that they types on GlusterfsPersistentVolume were off:So, finally, made a tiny change #1119 , which seemed to fix the issue....
The text was updated successfully, but these errors were encountered: