This shows you the differences between two versions of the page.
|
gsoc:nfs [2012/07/16 11:31] mareo |
gsoc:nfs [2012/10/03 20:26] (current) mareo |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Adding NFS support ====== | ====== Adding NFS support ====== | ||
| - | == Known issues == | ||
| - | * Download will fail if the requested file is a symlink. | ||
| == Completed goals == | == Completed goals == | ||
| Line 21: | Line 19: | ||
| * 2012/06/27 - Issue a READ call to the NFS service | * 2012/06/27 - Issue a READ call to the NFS service | ||
| * 2012/07/01 - Get the file content. | * 2012/07/01 - Get the file content. | ||
| - | * 2012/07/01 - iPXE is now able to load an image via NFS | + | * 2012/07/01 - iPXE is now able to load an image via NFS. |
| + | * 2012/08/06 - Symlinked images can now be downloaded. | ||
| == Current goals == | == Current goals == | ||
| Line 40: | Line 40: | ||
| URI are in this form: | URI are in this form: | ||
| - | nfs://server-address[:port]/path/to/file | + | nfs:server-address:/mountpoint:path/to/file |
| - | where //port// is the PORTMAP daemon (rpcbind) port, which is usually 111. | + | where //path/to/the/file// is relative to the mountpoint. |
| ==== Links and references ==== | ==== Links and references ==== | ||