Skip to content

Commit

Permalink
chore: drop /proc mounts
Browse files Browse the repository at this point in the history
We don't need these proc mounts anymore, also having them `rshared`
causes weird issues with volume discovery.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Jun 12, 2024
1 parent 3526f45 commit b840088
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions storage/iscsi-tools/tgtd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ container:
- rshared
- rbind
- rw
- source: /proc
destination: /proc
type: bind
options:
- rshared
- rbind
- rw
- source: /usr/local/sbin
destination: /usr/local/sbin
type: bind
Expand Down
7 changes: 0 additions & 7 deletions storage/zfs/zpool-importer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ container:
- rshared
- rbind
- rw
- source: /proc
destination: /proc
type: bind
options:
- rshared
- rbind
- rw
- source: /var
destination: /var
type: bind
Expand Down

0 comments on commit b840088

Please sign in to comment.