This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 302
fleetctl list-unit-files not fully populated for global units #1072
Labels
Comments
wuqixuan
pushed a commit
to wuqixuan/fleet
that referenced
this issue
Jun 26, 2015
Now, fleetctl list-unit-files command can show exact number of the machines running the unit in STATE column as below: localhost # fleetctl list-unit-files UNIT HASH DSTATE STATE TARGET world_glob.service 66439c2 launched launched(2) global Fixes coreos#1072
wuqixuan
pushed a commit
to wuqixuan/fleet
that referenced
this issue
Jul 6, 2015
Now, fleetctl list-unit-files command can show exact number of the machines running the unit in STATE column as below: localhost # fleetctl list-unit-files UNIT HASH DSTATE STATE TARGET world_glob.service 66439c2 launched launched(2) global Fixes coreos#1072
How would this look like, when one machine has a failed state? So generally, how does this behave with mixed states on different machines? |
dongsupark
pushed a commit
to dongsupark/fleet
that referenced
this issue
Apr 27, 2016
Now, fleetctl list-unit-files command can show exact number of the machines running the unit in STATE column as below: localhost # fleetctl list-unit-files UNIT HASH DSTATE STATE TARGET world_glob.service 66439c2 launched launched(2) global Originally written by wuqixuan <[email protected]> Supersedes coreos#1272 Fixes: coreos#1072
dongsupark
pushed a commit
to dongsupark/fleet
that referenced
this issue
Apr 29, 2016
Now, fleetctl list-unit-files command can show exact number of the machines running the unit in STATE column as below: localhost # fleetctl list-unit-files UNIT HASH DSTATE STATE TARGET world_glob.service 66439c2 launched launched(2) global Originally written by wuqixuan <[email protected]> Supersedes coreos#1272 Fixes: coreos#1072
dongsupark
pushed a commit
to dongsupark/fleet
that referenced
this issue
May 2, 2016
Now, fleetctl list-unit-files command can show exact number of the machines running the unit in STATE column as below: localhost # fleetctl list-unit-files UNIT HASH DSTATE STATE TARGET world_glob.service 66439c2 launched launched(2) global Originally written by wuqixuan <[email protected]> Supersedes coreos#1272 Fixes: coreos#1072
dongsupark
pushed a commit
to dongsupark/fleet
that referenced
this issue
May 2, 2016
Make "fleetctl list-unit-files" able to show exact number of the machines running the unit in STATE column as below: localhost # fleetctl list-unit-files UNIT HASH DSTATE STATE TARGET world_glob.service 66439c2 launched launched(2) global Originally written by wuqixuan <[email protected]> Supersedes coreos#1272 Fixes: coreos#1072
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I started a global unit
ping.service
in a three-node cluster:Note that all three machines are running
ping.service
, but theDSTATE
andTARGET
columns are empty. We clearly cannot use the same approach as non-global units, but we can make an attempt:The text was updated successfully, but these errors were encountered: