blob: 141b147b89ee089b99cbb195cdee3345a07f5490 [file] [log] [blame]
Patrick Williams8d97fa62020-04-21 10:27:40 -05001description: >
2 The requested priority, for redundancy purposes, of the associated
3 `xyz.openbmc_project.Software.Version` prior to its activation.
4properties:
5 - name: Priority
6 type: byte
7 default: 0
8 description: >
9 Upon Activation of the software Version, the *ItemUpdater*
10 should attempt to activate the software version such that
11 the resulting `Software.RedundancyPriority.Priority` is Priority.
12
13 See `Software.RedundancyPriority.Priority` for valid values and
14 definitions.
15
16 By default, any Activation should be done to the highest priority.
17 Some *ItemUpdater* implementations may be unable to apply this
18 `RequestedRedundancyPriority.Priority`, resulting in an
19 `ActivationState` which is either `Failed` or `Active` with
20 `Priority` of `0 (High)`.