-
Notifications
You must be signed in to change notification settings - Fork 26
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
knife download sometimes fails with EEXIST #98
Comments
I get this as well. |
I believe this was just fixed. If you see this continue, please reopen! |
I'm still running into this with knife-essentials (1.5.3) installed running |
OK, I'll take a look today. |
Here's one thing I just tested. Against a Chef 10.20.0 server Against an 11.6.0 server it dies. Same setup: empty repo directory with just a .chef/ folder containing knife.rb. The exception is actually consistent:
I think the variation I was seeing in what folder the exception would hit came from some earlier tries against a partially populated repo folder. |
The variation is actually almost certainly more to do with parallelism On Tue, Aug 13, 2013 at 8:29 AM, Dave Konopka [email protected]:
|
This also happens to me. I'm using "versioned_cookbooks true" |
Not sure if it's related to concurrency. I tried with --concurrency 1 and it also fails |
Actually increasing (dramatically) the value of concurrency reduces the chance to get errors. |
If it fails with concurrency 1, it's not concurrency at all. Would you On Mon, Dec 16, 2013 at 8:12 AM, Luis Bosque [email protected]:
|
Here's my repeatable crash. It occurs with anything from concurrency 1 to 50, and if I just re-run it seems to get stuck at the exact same directory each time. if I rmdir the (sometimes empty) directory and re-run it goes for a few minutes before getting stuck on the next one.
|
I suspect parallelism. Just let this method continue silently or something.
Created data_bags
Created data_bags/aws
Created data_bags/aws/rs-preprod.json
ERROR: Errno::EEXIST: File exists - /home/jkeiser/testit/data_bags
The text was updated successfully, but these errors were encountered: