February 3, 20206 yr Good day, i have installed my new server today. Apart from the faulty RAM, im having the following issue: ( See attachment). This same notification happend on 2 M.2 disks (i changed it out). i've included the diag Hopefully someone can help me out! srv01-diagnostics-20200203-0827.zip
February 3, 20206 yr Author I figured out its the plugin userscripts which has the following script: #!/bin/bash btrfs dev stats -c /mnt/cache if [[ $? -ne 0 ]]; then /usr/local/emhttp/webGui/scripts/notify -i warning -s "ERRORS on cache pool"; fi Yet, my cache drive is XFS, should i disable this user script?
February 3, 20206 yr Community Expert 7 minutes ago, Mirano said: Yet, my cache drive is XFS, should i disable this user script? Yes, that script is only for a btrfs pool.
Archived
This topic is now archived and is closed to further replies.