rajeev karamchedu

Technology and Professional Services Director, currently part of a very exciting and talented team of technology/data management solution provider, IronBrick

3 responses to “NFS vs iSCSI”

  1. Blake Golliher

    In most cases I’ve seen, nfs will be faster then unaccerlated iSCSI, that is to say iscsi without the benefit of a hardware initiator. The Linux and Solaris NFS client has been tuned for a long time to be a pretty efficent data moving machine, so your tests may suprise you.

    In this case, you have a pretty good amount of lookup and access calls, which are harder on NFS then their local FS equivalent. But they are still overhead, you may benefit from a directory structure rehash, if you can afford it. It may help you cut down on LOOKUP calls. If you increase the attribute cache, it may cut down your ACCESS calls. You seem to have a low amount of WRITE so a longer cache of attributes should be safe.

    My question, is how did you make these wonderful graphs!? I always endup with some ugly awk hack that pipes to a CSV file which I then make a graph in excel with. RRD is much prettier.

    -Blake

  2. Madhu M

    Hi Rajeev,

    Very impressive graphs. We are setting up a lab for virtualization ( we are a startup right now) and we want to have shared storage for vmotion/xenmotion etc. We definitely can’t afford a SAN hence looking at ISCSI and NFS. Can you tell me what would be a better option and which is cheaper ? I think performance wise,iscsi is better but costlier than NFS. Can you point me in the right direction ?

    thanks

    Madhu M

Leave a Reply