Browse Source

Update applications.md

Håvard O. Nordstrand 5 years ago
parent
commit
a38ae29cfc
1 changed files with 2 additions and 3 deletions
  1. 2 3
      config/linux-server/applications.md

+ 2 - 3
config/linux-server/applications.md

@@ -247,9 +247,8 @@ TFTP_OPTIONS="--create --secure"
 1. Set the max ARC size: `echo "options zfs zfs_arc_max=<bytes>" >> /etc/modprobe.d/zfs.conf`
     - It should typically be around 15-25% of the physical RAM size on general nodes. It defaults to 50%.
 1. Check that the cron scrub script exists.
-    - If not, add one which runs `/usr/lib/zfs-linux/scrub`. It'll scrub all disks.
-    - Run it e.g. monthly.
-    - (Proxmox) `/etc/cron.d/zfsutils-linux`
+    - Typical location: `/etc/cron.d/zfsutils-linux`
+    - If it doesn't exist, add one which runs `/usr/lib/zfs-linux/scrub` e.g. monthly. It'll scrub all disks.
 
 ### Usage