Network and Storage Protocols

pNFS, why?

ralfaro01zero
4,159 Views

Hi all,

I'm trying to figure out pNFS, if im not mistaken (correct me if I am please), it has 2 main components: Data servers and Metadata servers, the data servers are conected to the hosts through SAN and the Metadata servers through LAN. The question is, why use two different types of access to the data? I think it adds complexity, it's more expensive and the only reason I can see to justify that is maybe to add performance, but at a very high cost. What would be an example of a good scenario to implement pNFS?

Cheers!

Ricardo.

1 ACCEPTED SOLUTION

dchilton
4,159 Views

Hi Ricardo,

pNFS is designed to allow for a wider set of architectures than you may have initially heard.  While it is true that it can be set up with metadata on LAN and data on Blocks(SAN) served by FCP, iSCSI or FCOE, this is just one of 3 architectures available.

Here are the other two.

1.  Metadata on LAN and Data(files) on LAN served over NFS4.1 protocol.

2.  Metadata on LAN and Data served via objects over OSD2 for example.

Here is a diagram of the 3 architectures. . .

There are different performance and architecture benefits from each architecture, but one overall design goal is performance scalability. As you noted using a blocks and LAN solution adds on-going complexity design and maintenance.  Check out the file solution of pNFS implemented with NFSv4.1 for a robust LAN solution.

Here are a couple of good links to find out more if you are curious.

http://www.netapp.com/us/communities/tech-ontap/pnfs.html

http://www.pnfs.com/

View solution in original post

3 REPLIES 3

radek_kubka
4,159 Views

In a nutshell pNFS can reduce the amount of back-end traffic in a multi-node cluster storage system (like ONTAP GX).

Without pNFS client request goes to any node & if that node doesn't hold the data in question it pulls it across from another node.

With pNFS the client is automatically redirected by the metadata server to the node holding the data.

Regards,
Radek

dchilton
4,160 Views

Hi Ricardo,

pNFS is designed to allow for a wider set of architectures than you may have initially heard.  While it is true that it can be set up with metadata on LAN and data on Blocks(SAN) served by FCP, iSCSI or FCOE, this is just one of 3 architectures available.

Here are the other two.

1.  Metadata on LAN and Data(files) on LAN served over NFS4.1 protocol.

2.  Metadata on LAN and Data served via objects over OSD2 for example.

Here is a diagram of the 3 architectures. . .

There are different performance and architecture benefits from each architecture, but one overall design goal is performance scalability. As you noted using a blocks and LAN solution adds on-going complexity design and maintenance.  Check out the file solution of pNFS implemented with NFSv4.1 for a robust LAN solution.

Here are a couple of good links to find out more if you are curious.

http://www.netapp.com/us/communities/tech-ontap/pnfs.html

http://www.pnfs.com/

ralfaro01zero
4,159 Views

Ok, I think it looks clearer now, is not a solution for everybody, but I can think of some scenerios where it could help a lot.

Thanks for your time.

Public