-
Notifications
You must be signed in to change notification settings - Fork 302
Fleet unit uploaded, yet missing #1127
Comments
Likely related to #900 |
I can't actually get any fleet units to run in my Vagrant environment. I run:
Listing units:
Error in log:
SSH into core-03. syslog.service is present in /run/fleet/units but even trying to run it manually fails:
|
Looking at 4c23412 commit, if I add NeedDaemonReload=true then the unit runs fine. @jonboulle could you please clarify when a reload is necessary? |
I've seen this pop up several times on IRC in the past few days. I think we need to look at reverting this change. |
Just confirming this as well. My fleet units worked in 522.6 but just updated to 598.0 (to test SMB support) and they no longer work and just say fail to load: No such file or directory. I am currently seeing while looking through the issue queue that a few other issues are probably representative of the same problem. Is this the definitive issue that is tracking this regression? |
@robszumski we'll try the NeedDaemonReload=true and see how that works for now, but this is really a debilitating issue - I've noted on a couple issues already |
Seeing something similar to this issue on 557.2.0. I've got a few units that will fail to start about 50% of the time. I've got a script that demonstrates the issue pretty consistently: https://gist.github.com/bdehamer/9c5303f7ef9d463a9134 This script goes into a loop and simply destroys, submits, loads, and starts the units over-and-over (you need the Fleet API bound to TCP port 49153 for the script to work). Things usually run fine the first time through, but will fail on the second execution with a not-found error:
|
I'm actively investigating this bug. Quick note here - |
@bcwaldon any updates? Thanks |
Bump. |
I would also be interested in a workaround. It seems like v0.8 doesn't have this issue (or it's not as pervasive). |
@bcwaldon This is something my crew needs to fix in the next week - we've got production systems and this is a sleep-loser because of constant service outages. A workaround would be fine for the next couple weeks while y'all figure this out - "CrashWhenAdminAwake=true" would also be good. ;) - I'm a little wary of just writing a script to blanket-restart all these services as they get stopped by fleet. |
Please see #1134 |
Hi
CoreOS 584.0.0
fleetctl destroy wordpress-sidekick.service
fleetctl start wordpress-sidekick.service
or:
destroy - submit - load - start,
Expected result: unit will run
Actual result: unit is failed
Logs from fleet:
unit file details:
Wants=etcd.service
After=etcd.service
BindsTo=wordpress.service
After=wordpress.service
Restart=always
(wordpress and etcd units are up and running)
The text was updated successfully, but these errors were encountered: