Skip to content

Commit

Permalink
fix: tgtd mount propagation
Browse files Browse the repository at this point in the history
With #411 `/proc` mounts were dropped, but we need to set proper mount
propagation, otherwise shutdown hangs for a long time.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Jun 14, 2024
1 parent 5904e12 commit 8e946d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions storage/iscsi-tools/tgtd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ depends:
- hostname
- etcfiles
container:
security:
rootfsPropagation: shared
entrypoint: /usr/local/sbin/tgtd
args:
- -f
Expand Down

0 comments on commit 8e946d6

Please sign in to comment.