summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaqib Khan <khansa@us.ibm.com>2017-02-16 13:56:51 -0600
committerSaqib Khan <khansa@us.ibm.com>2017-02-18 17:10:39 -0600
commitb0360faedbf1ff91989129af332f22572158c2cf (patch)
treef5bf52d32a7b086f67c0d58e04ce904a5ace4094
parent28bfa70e5a655d403c14cb5fa0fe2c1428027c19 (diff)
downloadphosphor-dbus-interfaces-b0360faedbf1ff91989129af332f22572158c2cf.tar.gz
phosphor-dbus-interfaces-b0360faedbf1ff91989129af332f22572158c2cf.zip
Add quiesce to host state
Updated Host.yaml and README file to include the host quiesce state Change-Id: I44fb8849ee5adf1209de1af4720fd95b848950ad Signed-off-by: Saqib Khan <khansa@us.ibm.com>
-rw-r--r--xyz/openbmc_project/State/Host.interface.yaml3
-rw-r--r--xyz/openbmc_project/State/README.md5
2 files changed, 7 insertions, 1 deletions
diff --git a/xyz/openbmc_project/State/Host.interface.yaml b/xyz/openbmc_project/State/Host.interface.yaml
index a5e95e8..7d3447f 100644
--- a/xyz/openbmc_project/State/Host.interface.yaml
+++ b/xyz/openbmc_project/State/Host.interface.yaml
@@ -42,3 +42,6 @@ enumerations:
- name: 'Running'
description: >
Host firmware is running
+ - name: 'Quiesced'
+ description: >
+ Host firmware is quiesced
diff --git a/xyz/openbmc_project/State/README.md b/xyz/openbmc_project/State/README.md
index 05f5a55..2e0bc00 100644
--- a/xyz/openbmc_project/State/README.md
+++ b/xyz/openbmc_project/State/README.md
@@ -21,10 +21,13 @@ current state, and a requested transition.
it's required target (Ready) or it's on it's way there (NotReady). Users can
request a (Reboot).
-2. *Host* : The host is either (Off), or it's (Running).
+2. *Host* : The host is either (Off), (Running), or it's (Quiesced).
Running simply implies that the processors are executing instructions. Users
can request the host be in a (Off), (On), or (Reboot) state. More details on
different Reboot options below.
+Quiesced means the host OS is in a quiesce state and the system should be
+checked for errors. For more information refer to
+(Error Handling of systemd)[https://github.com/openbmc/docs/blob/master/openbmc-systemd.md#error-handling-of-systemd]
3. *Chassis* : The chassis is either (Off) or (On)
This represents the state of power to the chassis. The Chassis being on
OpenPOWER on IntegriCloud