Merge pull request #2085 from anderbubble/2083-remove-requisite
Remove requisite relationship between ignition disk target and service
This commit is contained in:
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## v4.6.6, unreleased
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Remove requisite dependency between ignition disk target and ignition service. #2083
|
||||||
|
|
||||||
## v4.6.5, 2026-01-12
|
## v4.6.5, 2026-01-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ Description=mount ww4 disks
|
|||||||
# make sure that the disks are available
|
# make sure that the disks are available
|
||||||
Requires=ww-ignition.service
|
Requires=ww-ignition.service
|
||||||
After=ww-ignition.service
|
After=ww-ignition.service
|
||||||
Requisite=ww-ignition.service
|
|
||||||
# Get the mounts
|
# Get the mounts
|
||||||
Wants=scratch.mount
|
Wants=scratch.mount
|
||||||
Wants=dev-disk-by\x2dpartlabel-swap.swap
|
Wants=dev-disk-by\x2dpartlabel-swap.swap
|
||||||
@@ -85,7 +84,6 @@ Description=mount ww4 disks
|
|||||||
# make sure that the disks are available
|
# make sure that the disks are available
|
||||||
Requires=ww-ignition.service
|
Requires=ww-ignition.service
|
||||||
After=ww-ignition.service
|
After=ww-ignition.service
|
||||||
Requisite=ww-ignition.service
|
|
||||||
# Get the mounts
|
# Get the mounts
|
||||||
Wants=scratch.mount
|
Wants=scratch.mount
|
||||||
Wants=dev-disk-by\x2dpartlabel-swap.swap
|
Wants=dev-disk-by\x2dpartlabel-swap.swap
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ Description=mount ww4 disks
|
|||||||
# make sure that the disks are available
|
# make sure that the disks are available
|
||||||
Requires=ww-ignition.service
|
Requires=ww-ignition.service
|
||||||
After=ww-ignition.service
|
After=ww-ignition.service
|
||||||
Requisite=ww-ignition.service
|
|
||||||
# Get the mounts
|
# Get the mounts
|
||||||
{{- if .FileSystems }}
|
{{- if .FileSystems }}
|
||||||
{{- range $fsdevice, $fs := .FileSystems }}
|
{{- range $fsdevice, $fs := .FileSystems }}
|
||||||
|
|||||||
Reference in New Issue
Block a user