Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1429 from endocode/kayrus/tiny_fix
Browse files Browse the repository at this point in the history
docs: renamed "etcd storage" into "etcd registry"
  • Loading branch information
jonboulle committed Feb 10, 2016
2 parents 153ec7c + f44db58 commit b3d44b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/states.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ The `fleetctl` commands to act on units change the *desired state* of a unit. fl

| Command | Description | Desired State | Valid Previous States | Is an alias for |
|---------|-------------|--------------|-----|----|
| `fleetctl submit` | Submits unit file into etcd storage | `inactive` | `none` | |
| `fleetctl submit` | Submits unit file into etcd registry | `inactive` | `none` | |
| `fleetctl load` | Submits and schedules unit file into machines' systemd but doesn't start it | `loaded` | `none` or `inactive` | `submit+load` |
| `fleetctl start` | Submits, schedules and starts unit file| `launched` | `none` or `inactive` or `loaded` | `submit+load+start` |
| `fleetctl stop` | Stops scheduled unit file | `loaded` | `launched` | |
| `fleetctl unload` | Stops and unschedules unit file from machines' systemd | `inactive`| `launched` or `loaded` | `stop+unload` |
| `fleetctl destroy` | Stops, unschedules and removes unit file from etcd storage| `none` | `launched` or `loaded` or `inactive` | `stop+unload+destroy` |
| `fleetctl destroy` | Stops, unschedules and removes unit file from etcd registry| `none` | `launched` or `loaded` or `inactive` | `stop+unload+destroy` |

`none` indicates that the unit has not yet been submitted to fleet at all (or it previously existed in fleet but was destroyed).

Expand Down

0 comments on commit b3d44b5

Please sign in to comment.