Created
April 23, 2014 18:57
-
-
Save jschneiderhan/11228168 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ fleetctl list-units | |
UNIT STATE LOAD ACTIVE SUB DESC MACHINE | |
deis-cache.service loaded loaded active running deis-cache 9b461c4a.../10.183.46.35 | |
deis-database.service loaded loaded active running deis-database 9b461c4a.../10.183.46.35 | |
deis-logger.service loaded loaded active running deis-logger 9b461c4a.../10.183.46.35 | |
deis-registry.service loaded loaded active running deis-registry 8a70a8de.../10.230.135.136 | |
deis-router.service loaded loaded active running deis-router 9b461c4a.../10.183.46.35 | |
$ fleetctl submit ../../controller/systemd/deis-controller.service | |
$ fleetctl -debug start --block-attempts=300 deis-controller.service | |
I0423 14:53:46.834568 01758 cmd.go:368] Found Job(deis-controller.service) in Registry, no need to recreate it | |
I0423 14:53:46.946598 01758 cmd.go:408] Setting Job(deis-controller.service) target state to loaded | |
Timed out waiting for job deis-controller.service to report state loaded | |
$ fleetctl status deis-controller.service | |
Job deis-controller.service does not appear to be running. | |
$ fleetctl list-units | |
UNIT STATE LOAD ACTIVE SUB DESC MACHINE | |
deis-cache.service loaded loaded active running deis-cache 9b461c4a.../10.183.46.35 | |
deis-controller.service inactive - - - deis-controller - | |
deis-database.service loaded loaded active running deis-database 9b461c4a.../10.183.46.35 | |
deis-logger.service loaded loaded active running deis-logger 9b461c4a.../10.183.46.35 | |
deis-registry.service loaded loaded active running deis-registry 8a70a8de.../10.230.135.136 | |
deis-router.service loaded loaded active running deis-router 9b461c4a.../10.183.46.35 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment