/openbmc/openbmc-test-automation/lib/ |
H A D | state_manager.robot | 173 Is Host Quiesced 174 [Documentation] Check if host state is quiesced. 177 ... ${host_state} Quiesced 181 Recover Quiesced Host 184 ${resp}= Run Keyword And Return Status Is Host Quiesced 187 ... Log HOST is recovered from quiesced state
|
H A D | openbmc_ffdc.robot | 43 ... 1. Collect Logs if test fails or host reaches quiesced
|
/openbmc/phosphor-state-manager/ |
H A D | README.md | 51 `Quiesced` when a critical service has entered the failed state. The only 53 - CurrentBMCState: NotReady, Ready, Quiesced 68 `Running`, `TransitioningToRunning`, `TransitioningToOff`, `Quiesced`(error 71 Quiesced, DiagnosticMode 80 - CurrentHostState: Standby, TransitionToRunning, Running, Off, Quiesced
|
H A D | bmc_state_manager.cpp | 99 this->currentBMCState(BMCState::Quiesced); in discoverInitialState() 103 // If not quiesced, then check standby target in discoverInitialState() 190 this->currentBMCState(BMCState::Quiesced); in bmcStateChange() 192 // There is no getting out of Quiesced once entered (other then BMC in bmcStateChange()
|
H A D | host_state_manager.cpp | 106 {HostState::Quiesced, std::format("obmc-host-quiesce@{}.target", id)}, in createSystemdTargetMaps() 319 else if ((newStateUnit == getTarget(server::Host::HostState::Quiesced)) && in sysStateChangeJobRemoved() 321 (stateActive(getTarget(server::Host::HostState::Quiesced)))) in sysStateChangeJobRemoved() 331 this->currentHostState(server::Host::HostState::Quiesced); in sysStateChangeJobRemoved()
|
/openbmc/webui-vue/src/store/modules/ |
H A D | GlobalStore.js | 6 error: 'xyz.openbmc_project.State.Host.HostState.Quiesced', 19 case 'Quiesced': // Redfish Status 126 if (State === 'Quiesced' || State === 'InTest') {
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | resource.hpp | 21 Quiesced, enumerator 129 {State::Quiesced, "Quiesced"},
|
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | dump_manager_system.cpp | 172 bool isHostQuiesced = hostState == phosphor::dump::HostState::Quiesced; in createDump() 175 // Allow creating system dump only when the host is up or quiesced in createDump() 180 "or quiesced or starting to poweroff"); in createDump() 183 "or quiesced or starting to poweroff")); in createDump()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | BMC.interface.yaml | 65 - name: "Quiesced" 67 BMC firmware is quiesced. The BMC firmware is enabled but either
|
H A D | Host.interface.yaml | 87 - name: "Quiesced" 89 Host firmware is quiesced. The host firmware is enabled but
|
H A D | README.md | 24 2. _Host_ : The host is either (Off), (Running), or it's (Quiesced). Running 27 different Reboot options below. Quiesced means the host OS is in a quiesce
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_lc.c | 9 * Wensong Zhang : added any dest with weight=0 is quiesced 37 * quiesced, the existing connections to the server still get in ip_vs_lc_schedule()
|
H A D | ip_vs_wlc.c | 14 * Wensong Zhang : added any dest with weight=0 is quiesced 46 * The server with weight=0 is quiesced and will not receive any in ip_vs_wlc_schedule()
|
/openbmc/docs/designs/ |
H A D | boot-progress.md | 24 error state (`Quiesced`) and debug state (`DiagnosticMode`). The focus of this 48 - `xyz.openbmc_project.State.Host.HostState.Quiesced` : `Quiesced`
|
/openbmc/qemu/include/block/ |
H A D | block-io.h | 384 * Begin a quiesced section for the parent of @c. 392 * called quiesced, false otherwise. 399 * End a quiesced section for the parent of @c. 421 * Begin a quiesced section for exclusive access to the BDS, by disabling
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv_core.c | 221 if (env->quiesced) { in pnv_core_power10_xscom_read() 252 env->quiesced = true; in pnv_core_power10_xscom_write() 256 env->quiesced = false; in pnv_core_power10_xscom_write() 261 env->quiesced = false; in pnv_core_power10_xscom_write() 265 env->quiesced = false; in pnv_core_power10_xscom_write()
|
/openbmc/phosphor-host-ipmid/xyz/openbmc_project/Ipmi/Internal/ |
H A D | SoftPowerOff.interface.yaml | 33 Host has sufficiently quiesced and acknowledged the shutdown
|
/openbmc/openbmc-tools/reboot-ping-pong/ |
H A D | rpp | 22 HOST_QUIESCED = "xyz.openbmc_project.State.Host.HostState.Quiesced" 43 + "(Off|Running|Quiesced)",
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_utils.hpp | 294 * @brief Check whether host is quiesced 296 * @return true if the host is quiesced else false. 302 return (getHostState() == HostState::Quiesced); in isHostQuiesced()
|
/openbmc/phosphor-webui/app/common/filters/ |
H A D | index.js | 19 if (state.toLowerCase() == 'quiesced') {
|
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | power-operations-controller.html | 19 'power__state-error': dataService.server_state == 'Quiesced'}"> 28 dataService.server_state == 'Quiesced' ? 'error' : null }}">
|
/openbmc/openpower-proc-control/ |
H A D | nmi_interface.cpp | 51 if (thread_stop(target) < 0 || !thread_status(target).quiesced) in nmi()
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/host/op-proc-control/ |
H A D | 0001-Stop-and-send-SRESET-for-one-thread-only.patch | 9 [ 163.237293219,3] Could not stop thread 0:0:1: Thread is quiesced already.
|
/openbmc/phosphor-state-manager/scripts/ |
H A D | host-reboot | 7 # host that is being rebooted (or quiesced)
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | app-header.html | 51 <status-icon status="{{ dataService.server_state == 'Quiesced' ? 'error' :
|