linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Where is the spnfsd in ?
@ 2010-05-25  2:06 redshield88888
  2010-05-25  3:56 ` Benny Halevy
  0 siblings, 1 reply; 7+ messages in thread
From: redshield88888 @ 2010-05-25  2:06 UTC (permalink / raw)
  To: linux-nfs

I using pnfs-anebled kernel and nfs-utils from this repo
http://steved.fedorapeople.org/repos/pnfs/12/x86_64/rpms/

The kernel just working and installation of the nfs-util
using rpm has succeeded. But I couldn't find "spnfsd".

Where? Should I build the nfs-utils from sources ?



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Where is the spnfsd in ?
  2010-05-25  2:06 Where is the spnfsd in ? redshield88888
@ 2010-05-25  3:56 ` Benny Halevy
  2010-05-25  4:29   ` redshield88888
  2010-05-25  5:43   ` I've succeeded !!! thanks redshield88888
  0 siblings, 2 replies; 7+ messages in thread
From: Benny Halevy @ 2010-05-25  3:56 UTC (permalink / raw)
  To: redshield88888; +Cc: linux-nfs

On May. 25, 2010, 5:06 +0300, redshield88888 <redshield88888@gmail.com> wrote:
> I using pnfs-anebled kernel and nfs-utils from this repo
> http://steved.fedorapeople.org/repos/pnfs/12/x86_64/rpms/
> 
> The kernel just working and installation of the nfs-util
> using rpm has succeeded. But I couldn't find "spnfsd".
> 
> Where? Should I build the nfs-utils from sources ?

It's in git://linux-nfs.org/~bhalevy/pnfs-nfs-utils
and yes, you should build from source.
There are quite a few development packages you might need
to install for that, please see the wiki topic below:

http://wiki.linux-nfs.org/wiki/index.php/Configuring_pNFS/spnfsd
"Kernel and nfs-utils compilation"

Benny

> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Where is the spnfsd in ?
  2010-05-25  3:56 ` Benny Halevy
@ 2010-05-25  4:29   ` redshield88888
  2010-05-25  5:43   ` I've succeeded !!! thanks redshield88888
  1 sibling, 0 replies; 7+ messages in thread
From: redshield88888 @ 2010-05-25  4:29 UTC (permalink / raw)
  To: linux-nfs

Thanks Benny

I've built the spnfd. This is great.
But I've some questions that are wrote below

 - To enable the spnfsd, should I type '$ spnfsd' on a console ?
 - Is there the document of the spnfsd-command.
 - spnfsd-command has'nt recognized as a daemon. Will the spnfsd be a recognized
daemon?

Sorry, I'm newbee of the PNFS.
Regards.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* I've succeeded !!! thanks
  2010-05-25  3:56 ` Benny Halevy
  2010-05-25  4:29   ` redshield88888
@ 2010-05-25  5:43   ` redshield88888
       [not found]     ` <loom.20100525T073755-468-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
  1 sibling, 1 reply; 7+ messages in thread
From: redshield88888 @ 2010-05-25  5:43 UTC (permalink / raw)
  To: linux-nfs

Thanks Benny

I've succeeded to test the pNFS-behaviour !
I can write a file to a DS from a client through the MDS.
Amasing result now and I'll test cases that have massive number of DSs.
Thanks Benny. Your advertisements had worked very fine!

Regards.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: I've succeeded !!! thanks
       [not found]     ` <loom.20100525T073755-468-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
@ 2010-05-25  6:19       ` Benny Halevy
  2010-05-25  8:27         ` redshield88888
  2010-05-25  8:38         ` An empty file can create but I can't r/w from a pNFS-client with Fsync error. Why? redshield88888
  0 siblings, 2 replies; 7+ messages in thread
From: Benny Halevy @ 2010-05-25  6:19 UTC (permalink / raw)
  To: redshield88888; +Cc: linux-nfs

On May. 25, 2010, 8:43 +0300, redshield88888 <redshield88888@gmail.com> wrote:
> Thanks Benny
> 
> I've succeeded to test the pNFS-behaviour !
> I can write a file to a DS from a client through the MDS.

That's great!

> Amasing result now and I'll test cases that have massive number of DSs.
> Thanks Benny. Your advertisements had worked very fine!

I'm just the messenger in this case :-)
Thanks to the guys who developed and documented spnfs!
Mike Sager, Dan Muntz, and Philippe Deniel who wrote that particular
document.

Benny

> 
> Regards.
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: I've succeeded !!! thanks
  2010-05-25  6:19       ` Benny Halevy
@ 2010-05-25  8:27         ` redshield88888
  2010-05-25  8:38         ` An empty file can create but I can't r/w from a pNFS-client with Fsync error. Why? redshield88888
  1 sibling, 0 replies; 7+ messages in thread
From: redshield88888 @ 2010-05-25  8:27 UTC (permalink / raw)
  To: linux-nfs

Hi Benny

I've met read and write errors when I read and write files from a client. But
touch command will succeeds with zero contents.
Why? And, can I resolve this case ?



^ permalink raw reply	[flat|nested] 7+ messages in thread

* An empty file can create but I can't r/w from a pNFS-client with Fsync error. Why?
  2010-05-25  6:19       ` Benny Halevy
  2010-05-25  8:27         ` redshield88888
@ 2010-05-25  8:38         ` redshield88888
  1 sibling, 0 replies; 7+ messages in thread
From: redshield88888 @ 2010-05-25  8:38 UTC (permalink / raw)
  To: linux-nfs


I've met the "Fsync Error" on the vim when I save the document on a pNFS-client.
I can't read and write file contents! I've only able to generate zero-size file
from a pNFS-client. orz



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-05-25  8:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-25  2:06 Where is the spnfsd in ? redshield88888
2010-05-25  3:56 ` Benny Halevy
2010-05-25  4:29   ` redshield88888
2010-05-25  5:43   ` I've succeeded !!! thanks redshield88888
     [not found]     ` <loom.20100525T073755-468-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
2010-05-25  6:19       ` Benny Halevy
2010-05-25  8:27         ` redshield88888
2010-05-25  8:38         ` An empty file can create but I can't r/w from a pNFS-client with Fsync error. Why? redshield88888

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).