Skip to content

Commit

Permalink
zfs-scrub: fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
cubic3d committed Jan 21, 2025
1 parent d78d752 commit cf186cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/main/apps/system/zfs-scrub/slow/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ spec:
repository: docker.io/library/alpine
tag: 3.21

command:
- /bin/sh
- -c

args:
- |
nsenter -t $(pidof /zfs-service) -m zpool scrub -w slow
Expand Down

0 comments on commit cf186cc

Please sign in to comment.