Server: Kernel 2.6.32.27 Dom0 running. Not any DumU in. Filesystems: Filesystem 1K-blocks Used Available Use% Mounted on /dev/md0 9614052 5400808 3724876 60% / tmpfs 987860 0 987860 0% /lib/init/rw udev 10240 820 9420 9% /dev tmpfs 987860 0 987860 0% /dev/shm /dev/mapper/debian-debian_data 910962688 583364784 327597904 65% /data /dev/mapper/debian-debian_home 10475520 5157216 5318304 50% /home /dev/mapper/debian-debian_tmp 10321208 154240 9642680 2% /tmp /dev/mapper/debian-debian_usr 10321208 5683396 4113524 59% /usr /etc/fstab: /dev/md0 / ext3 errors=remount-ro 0 1 /dev/mapper/debian-debian_data /data xfs defaults 0 2 /dev/mapper/debian-debian_home /home xfs defaults 0 2 /dev/mapper/debian-debian_tmp /tmp ext3 defaults 0 2 /dev/mapper/debian-debian_usr /usr ext3 defaults 0 2 /dev/mapper/debian-debian_swp none swap sw 0 0 /etc/exports: /home 192.168.1.0/24(rw,sync,insecure,no_subtree_check) /data 192.168.1.0/24(ro,sync,insecure,no_subtree_check) Normally the server is exporting the /data filesystem, where 2~3 clients are reading files of ~ 600Mbyes Avi films..) without any kind of problem. Then mounting /home via automount on a MacOSX 10.6 client, where the user home is configured, after few minutes the system block any file access with the following in /var/log/syslog:
Created attachment 50002 [details] Kernel configuration Kernel configuration to help understanding any misconfigure option..
Well, I was able to reproduce the bug more than three times... Kind Regards, --gra
Created attachment 50012 [details] Syslog dump for the Assertion Failed The error description detailed from syslog
Turn off CONFIG_XFS_DEBUG. That should never be used on production systems.