Remove requisite relationship between ignition disk target and service

Fixes #2083

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-01-14 00:29:14 -07:00
parent c7fc14c3ae
commit 550eb1e309
3 changed files with 6 additions and 3 deletions

View File

@@ -46,7 +46,6 @@ Description=mount ww4 disks
# make sure that the disks are available
Requires=ww-ignition.service
After=ww-ignition.service
Requisite=ww-ignition.service
# Get the mounts
Wants=scratch.mount
Wants=dev-disk-by\x2dpartlabel-swap.swap
@@ -85,7 +84,6 @@ Description=mount ww4 disks
# make sure that the disks are available
Requires=ww-ignition.service
After=ww-ignition.service
Requisite=ww-ignition.service
# Get the mounts
Wants=scratch.mount
Wants=dev-disk-by\x2dpartlabel-swap.swap

View File

@@ -5,7 +5,6 @@ Description=mount ww4 disks
# make sure that the disks are available
Requires=ww-ignition.service
After=ww-ignition.service
Requisite=ww-ignition.service
# Get the mounts
{{- if .FileSystems }}
{{- range $fsdevice, $fs := .FileSystems }}