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()
71 // Activate again once the current activation is done. New PSU in requestedActivation()
72 // information may have been found on D-Bus, or a new PSU may have in requestedActivation()
134 lg2::error("Error starting update service for PSU {PSU}: {ERROR}", in doUpdate()
135 "PSU", psuInventoryPath, "ERROR", e); in doUpdate()
150 // Do the update on a PSU in doUpdate()
151 const auto& psu = psuQueue.front(); in doUpdate() local
152 return doUpdate(psu); in doUpdate()
170 doUpdate(); // Update the next psu in onUpdateDone()
176 lg2::error("Failed to update PSU {PSU}", "PSU", psuQueue.front()); in onUpdateFailed()
196 lg2::warning("No PSU inventory found"); in startActivation()
210 lg2::notice("PSU {PSU} is already running the image, skipping", in startActivation()
211 "PSU", p); in startActivation()
218 lg2::notice("PSU {PSU} is not compatible", "PSU", p); in startActivation()
224 lg2::warning("No PSU compatible with the software"); in startActivation()
238 // The progress to be increased for each successful update of PSU in startActivation()
274 // was already in progress. New PSU information may have been found on in finishActivation()
275 // D-Bus, or a new PSU may have been plugged in. in finishActivation()
345 // Treat as a warning condition and assume the PSU is missing. The in isPresent()
346 // D-Bus information might not be available if the PSU is missing. in isPresent()
347 lg2::warning("Unable to determine if PSU {PSU} is present: {ERROR}", in isPresent()
348 "PSU", psuInventoryPath, "ERROR", e); in isPresent()
367 // If PSU inventory has manufacturer property, it shall match in isCompatible()
377 "Unable to determine if PSU {PSU} is compatible with firmware " in isCompatible()
379 "PSU", psuInventoryPath, "VERSION_ID", versionId, "ERROR", e); in isCompatible()
406 lg2::error("Error storing PSU image: src={SRC}, dst={DST}: {ERROR}", in storeImage()
426 "Invalid PSU update service name: {}", PSU_UPDATE_SERVICE)}; in getUpdateService()
434 lg2::info("PSU image activating - BMC reboots are disabled."); in enableRebootGuard()
444 lg2::info("PSU activation has ended - BMC reboots are re-enabled."); in disableRebootGuard()