Lines Matching full:psu

58             // PSU image could be activated even when it's in active,  in requestedActivation()
59 // e.g. in case a PSU is replaced and has a older image, it will be in requestedActivation()
60 // updated with the running PSU image that is stored in BMC. in requestedActivation()
75 // Activate again once the current activation is done. New PSU in requestedActivation()
76 // information may have been found on D-Bus, or a new PSU may have in requestedActivation()
138 lg2::error("Error starting update service for PSU {PSU}: {ERROR}", in doUpdate()
139 "PSU", psuInventoryPath, "ERROR", e); in doUpdate()
154 // Do the update on a PSU in doUpdate()
155 const auto& psu = psuQueue.front(); in doUpdate() local
156 return doUpdate(psu); in doUpdate()
174 doUpdate(); // Update the next psu in onUpdateDone()
180 lg2::error("Failed to update PSU {PSU}", "PSU", psuQueue.front()); in onUpdateFailed()
201 lg2::warning("No PSU inventory found"); in startActivation()
215 lg2::notice("PSU {PSU} is already running the image, skipping", in startActivation()
216 "PSU", p); in startActivation()
223 lg2::notice("PSU {PSU} is not compatible", "PSU", p); in startActivation()
229 lg2::warning("No PSU compatible with the software"); in startActivation()
243 // The progress to be increased for each successful update of PSU in startActivation()
279 // was already in progress. New PSU information may have been found on in finishActivation()
280 // D-Bus, or a new PSU may have been plugged in. in finishActivation()
350 // Treat as a warning condition and assume the PSU is missing. The in isPresent()
351 // D-Bus information might not be available if the PSU is missing. in isPresent()
352 lg2::warning("Unable to determine if PSU {PSU} is present: {ERROR}", in isPresent()
353 "PSU", psuInventoryPath, "ERROR", e); in isPresent()
372 // If PSU inventory has manufacturer property, it shall match in isCompatible()
382 "Unable to determine if PSU {PSU} is compatible with firmware " in isCompatible()
384 "PSU", psuInventoryPath, "VERSION_ID", versionId, "ERROR", e); in isCompatible()
411 lg2::error("Error storing PSU image: src={SRC}, dst={DST}: {ERROR}", in storeImage()
431 "Invalid PSU update service name: {}", PSU_UPDATE_SERVICE)}; in getUpdateService()
439 lg2::info("PSU image activating - BMC reboots are disabled."); in enableRebootGuard()
449 lg2::info("PSU activation has ended - BMC reboots are re-enabled."); in disableRebootGuard()