Commit 0c8007e
committed
Handle multipath configs during TargetTransactionFactsChecksTag
The target_uspace_configs and multipath_upgrade_conf_patcher actors
were originally executed during the ChecksPhase. However, as they
need to access the system storage, we do not want to keep them
part of the ChecksPhase at this moment. Moving them to
TargetTransactionFactsChecksTag instead. I know this use is not aligned
with the phase description, but we use it already even for other things
as well, so let's go rather this way this time.1 parent 892a729 commit 0c8007e
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments