System Check
/!\ There are some issues with your system. Piwik will run, but you might experience some minor problems. See below for more information.
/!\ There are some issues with your system. Piwik will run, but you might experience some minor problems. See below for more information.
Quote
Your server is using an NFS filesystem.
This means Piwik will be extremely slow when using file based sessions.
Quote
I've just installed this on a new server running CentOS, my previous server which did not throw this error was Ubuntu however the filesystems where the same.
Previous server:
# df -T Filesystem Type 1K-blocks Used Available Use% Mounted on /dev/md3 ext4 957175772 91311940 817242044 11% / udev devtmpfs 11826784 12 11826772 1% /dev tmpfs tmpfs 4739428 424 4739004 1% /run none tmpfs 5120 4 5116 1% /run/lock none tmpfs 11848560 0 11848560 0% /run/shm /dev/md0 ext4 186491 78762 98101 45% /boot /dev/md2 ext4 1967504 41484 1826072 3% /tmp
Current server (with NFS Filesystem Error):
# df -T Filesystem Type 1K-blocks Used Available Use% Mounted on /dev/mapper/vg_beast-LogVol00 ext4 1152844716 19461548 1074822044 2% / /dev/cciss/c0d0p1 ext4 495844 67291 402953 15% /boot /usr/tmpDSK ext3 4128448 140232 3778504 4% /tmp tmpfs tmpfs 32985848 0 32985848 0% /dev/shm
Any thoughts on what I'm missing or doing incorrectly here?