GETATTR issues with linux and netapp

8,370

Disable access time on the NetApp volume, forget the client 'noatime' setting. You can run your IO load under strace and see what is being retrieved read from the export if needed (ie ratio of meta data to data IO).

Share:
8,370
DEVDEVDEVDEV
Author by

DEVDEVDEVDEV

Updated on September 18, 2022

Comments

  • DEVDEVDEVDEV
    DEVDEVDEVDEV over 1 year

    We're having an issue with our linux systems connecting to our netapp via NFS. The read/write IOPS are only around 1000/s but the GETATTR calls are almost 10,000!

    I found this bug but it says, it was fixed in kernel-2.6.18-92.el5 and we are on 2.6.18-274.el5.

    We are mounting these with noatime.

    Any ideas on a fix?