/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | storage_device_message_registry.hpp | 90 "A storage controller degraded condition was detected.", 91 …"A degraded condition for the storage controller located in '%1' was detected due to reason '%2'.", 151 "A controller port degraded condition was detected.", 152 … "A degraded condition for the controller port located in '%1' was detected due to reason '%2'.", 333 "The storage controller has detected a degraded volume condition.", 334 "The volume '%1' attached to the storage controller located in '%2' is degraded.", 423 "The write cache state is degraded.", 424 "The write cache state on the storage controller located in '%1' is degraded.", 430 …"Check the controller to determine the cause of write cache degraded state, such as a missing batt… 447 "The write cache state is temporarily degraded.", [all …]
|
H A D | fabric_message_registry.hpp | 172 … "Indicates that a switch's downstream connection is established but is in a degraded state.", 173 … "Switch '%1' downstream link is established on port '%2', but is running in a degraded state.", 185 … "Indicates that a switch's interswitch connection is established but is in a degraded state.", 186 … "Switch '%1' interswitch link is established on port '%2', but is running in a degraded state.", 198 … "Indicates that a switch's upstream connection is established but is in a degraded state.", 199 … "Switch '%1' upstream link is established on port '%2', but is running in a degraded state.", 411 "Indicates that a switch's port is in a degraded state.", 412 "Switch '%1' port '%2' is in a degraded state.", 476 "Indicates that a switch is in a degraded state.", 477 "Switch '%1' is in a degraded state.",
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | volume.hpp | 97 Degraded, enumerator 151 Degraded, enumerator 241 {WriteCacheStateType::Degraded, "Degraded"}, 295 {LBARelativePerformanceType::Degraded, "Degraded"},
|
H A D | cable.hpp | 51 Degraded, enumerator 99 {CableStatus::Degraded, "Degraded"},
|
H A D | resource.hpp | 24 Degraded, enumerator 132 {State::Degraded, "Degraded"},
|
/openbmc/linux/drivers/md/ |
H A D | md-multipath.c | 141 conf->raid_disks - mddev->degraded); in multipath_status() 158 if (conf->raid_disks - mddev->degraded <= 1) { in multipath_error() 174 mddev->degraded++; in multipath_error() 182 conf->raid_disks - mddev->degraded); in multipath_error() 195 pr_debug(" --- wd:%d rd:%d\n", conf->raid_disks - conf->mddev->degraded, in print_multipath_conf() 230 mddev->degraded--; in multipath_add_disk() 397 mddev->degraded = conf->raid_disks - working_disks; in multipath_run() 410 mdname(mddev), conf->raid_disks - mddev->degraded, in multipath_run()
|
H A D | raid0.c | 645 if (mddev->degraded != 1) { in raid0_takeover_raid45() 646 pr_warn("md/raid0:%s: raid5 must be degraded! Degraded disks: %d\n", in raid0_takeover_raid45() 648 mddev->degraded); in raid0_takeover_raid45() 685 * - all mirrors must be already degraded in raid0_takeover_raid10() 698 if (mddev->degraded != (mddev->raid_disks>>1)) { in raid0_takeover_raid10() 699 pr_warn("md/raid0:%s: All mirrors must be already degraded!\n", in raid0_takeover_raid10() 710 mddev->degraded = 0; in raid0_takeover_raid10() 727 if ((mddev->raid_disks - 1) != mddev->degraded) { in raid0_takeover_raid1()
|
H A D | md-bitmap.h | 146 * array is not degraded. As bits are not cleared when the array is degraded, 268 int md_bitmap_start_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int degraded);
|
/openbmc/linux/Documentation/driver-api/md/ |
H A D | raid5-ppl.rst | 8 in degraded state, there is no way to recalculate parity, because one of the 10 array or using it is as degraded - data calculated from parity for array blocks 13 this, md by default does not allow starting a dirty degraded array.
|
H A D | raid5-cache.rst | 29 unclean shutdown. We call an array degraded if it has inconsistent data. MD 37 shutdown even the array is degraded. Thus the cache can close the 'write hole'.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ |
H A D | FanRedundancy.interface.yaml | 31 - name: Degraded 33 Redundancy is in a degraded state.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | md.rst | 89 Boot time assembly of degraded/dirty arrays 92 If a raid5 or raid6 array is both dirty and degraded, it could have 95 is degraded means that some datablocks are missing and cannot reliably 107 when set to 1, bypassed the checks and will allows dirty degraded 110 So, to boot with a root filesystem of a dirty degraded raid 5 or 6, use:: 399 degraded array, or if the array becomes degraded during a write. 401 once the array becomes non-degraded, and this fact has been 663 degraded 665 arrays is degraded. So an optimal array will show ``0``. A
|
/openbmc/u-boot/include/zfs/ |
H A D | zfs.h | 60 * as offline and degraded. 64 #define ZPOOL_CONFIG_DEGRADED "degraded"
|
/openbmc/dbus-sensors/src/mctp/ |
H A D | MCTPEndpoint.hpp | 105 * @param degraded The callback to execute when the MCTP layer indicates the 109 * that communication with the degraded endpoint has been 115 virtual void subscribe(Event&& degraded, Event&& available, 216 void subscribe(Event&& degraded, Event&& available,
|
H A D | MCTPReactor.cpp | 39 // Degraded in trackEndpoint() 41 debug("Endpoint entered degraded state: [ {MCTP_ENDPOINT} ]", in trackEndpoint()
|
H A D | MCTPEndpoint.cpp | 190 if (connectivity == "Degraded") in updateEndpointConnectivity() 221 void MCTPDEndpoint::subscribe(Event&& degraded, Event&& available, in subscribe() argument 228 this->notifyDegraded = std::move(degraded); in subscribe()
|
/openbmc/dbus-sensors/src/fan/ |
H A D | TachSensor.hpp | 27 constexpr const char* degraded = "Degraded"; variable
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Cable.v1_2_4.json | 306 "Degraded", 313 "Degraded": "The cable is degraded.", string 321 …"Degraded": "This value shall indicate the cable is degraded. The `State` property in `Status` sh… string
|
H A D | LogEntry.v1_17_0.json | 669 "Transition to Degraded", 674 "Redundancy Degraded", 678 "Redundancy Degraded from Fully Redundant", 679 "Redundancy Degraded from Non-redundant", 717 "Redundancy Degraded": "Redundancy still exists, but at less than full level.", 718 …"Redundancy Degraded from Fully Redundant": "Unit has lost some redundant resource(s) but is still… 719 …"Redundancy Degraded from Non-redundant": "Unit has regained some resource(s) and is redundant but… 727 "Transition to Degraded": "A state has transitioned to Degraded.",
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Cable.v1_2_4.json | 306 "Degraded", 313 "Degraded": "The cable is degraded.", string 321 …"Degraded": "This value shall indicate the cable is degraded. The `State` property in `Status` sh… string
|
H A D | LogEntry.v1_17_0.json | 669 "Transition to Degraded", 674 "Redundancy Degraded", 678 "Redundancy Degraded from Fully Redundant", 679 "Redundancy Degraded from Non-redundant", 717 "Redundancy Degraded": "Redundancy still exists, but at less than full level.", 718 …"Redundancy Degraded from Fully Redundant": "Unit has lost some redundant resource(s) but is still… 719 …"Redundancy Degraded from Non-redundant": "Unit has regained some resource(s) and is redundant but… 727 "Transition to Degraded": "A state has transitioned to Degraded.",
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Nvme/ |
H A D | Status.errors.yaml | 11 The NVM subsystem reliability has been degraded due to significant media
|
H A D | Status.interface.yaml | 31 Represent the NVM subsystem reliability has been degraded due to
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | README.md | 725 The degraded mode reporting functionality (i.e. nag) implemented by IBM creates 726 periodic degraded mode reports when a system is running in degraded mode. This 729 includes the PELs created for the fails leading to the degraded mode. These PELs 734 FRU is no longer considered degraded the PELs that led to its replacement no 735 longer need be picked up in the degraded mode report.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | Thermal.events.yaml | 20 potentially performance degraded mode. This is very similar to the
|