Skip to content

Commit a9b4687

Browse files
committed
migrator: add explicit dependency on /var/lib/bottlerocket
- Migrator depends on /var/lib/bottlerocket/, previously it was the mount point to PRIVATE partition, now that /.bottlerocket is the mount point and /var/lib/bottlerocket became the bind mount, the explicit dependency would be necessary. Signed-off-by: Yutong Sun <[email protected]>
1 parent ff56068 commit a9b4687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/os/migrator.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[Unit]
22
Description=Bottlerocket data store migrator
33
Before=apiserver.service mark-successful-boot.service storewolf.service
4+
RequiresMountsFor=/var/lib/bottlerocket
45

56
RefuseManualStart=true
67
RefuseManualStop=true

0 commit comments

Comments
 (0)