* nilfs and nfs
@ 2008-03-11 20:46 bill-ozn5a1fpZJs3uPMLIKxrzw
[not found] ` <25256.128.221.197.20.1205268369.squirrel-2RFepEojUI2jOflrV+lkmze48wsgrGvP@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: bill-ozn5a1fpZJs3uPMLIKxrzw @ 2008-03-11 20:46 UTC (permalink / raw)
To: users-JrjvKiOkagjYtjvyW6yDsg
Is there a way to export an NILFS object over NFS ? exportfs errors with
“/object does not support NFS export” when I attempt to include an entry
in /etc/exports for /object, which is an NILFS object … I’ve tried using
the fsid= option in the exports entry but this doesn’t seem to help ...
any info would be appreciated ... Bill
-----------------------------------------
This email was sent using SquirrelMail.
"Webmail for nuts!"
http://squirrelmail.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: nilfs and nfs
[not found] ` <25256.128.221.197.20.1205268369.squirrel-2RFepEojUI2jOflrV+lkmze48wsgrGvP@public.gmane.org>
@ 2008-03-14 8:02 ` Ryusuke Konishi
[not found] ` <1205481742.3674.19.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Ryusuke Konishi @ 2008-03-14 8:02 UTC (permalink / raw)
To: NILFS Users mailing list
Hi Bill and Kallol,
On Tue, 2008-03-11 at 16:46 -0400, bill-ozn5a1fpZJs3uPMLIKxrzw@public.gmane.org wrote:
> Is there a way to export an NILFS object over NFS ? exportfs errors with
> “/object does not support NFS export” when I attempt to include an entry
> in /etc/exports for /object, which is an NILFS object … I’ve tried using
> the fsid= option in the exports entry but this doesn’t seem to help ...
> any info would be appreciated ... Bill
and,
On Thu, 2008-03-13 at 15:52 -0400, Par_Kallol-mb1K0bWo544@public.gmane.org wrote:
> Hi
>
> I am currrently evaluating NILFS.
>
> I am having trouble (remotely) mounting a NILFS volume from an NFS
> client. I get a message from the server as "permission denied". I have
> made my mount "world rw" accessible.
>
> Please let me know if you can help.
Thanks you for reporting the problem!
I've tracked the problem and implemented a few features needed to support
nfs (exportfs), and pushed the patch to my git tree a little while ago.
Could you try the latest version on the git tree ?
It is available as follows,
$ git clone http://git.nilfs.org/nilfs2-module.git
$ cd nilfs2-module
$ make
$ sudo make install
It may require git-core (or git) package if not installed.
Best regards,
--
Ryusuke Konishi
NILFS team NTT
http://www.nilfs.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: nilfs and nfs
[not found] ` <1205481742.3674.19.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
@ 2008-03-18 17:36 ` bill-ozn5a1fpZJs3uPMLIKxrzw
0 siblings, 0 replies; 4+ messages in thread
From: bill-ozn5a1fpZJs3uPMLIKxrzw @ 2008-03-18 17:36 UTC (permalink / raw)
To: NILFS Users mailing list; +Cc: NILFS Users mailing list
Thank you Ryusuke, I was able to build and install your fixes and I'm now
successfully using NFS ... I appreciate your help with this very much, and
I can now continue to do my NFS testing over NILFS ... best reagrds, Bill
> Hi Bill and Kallol,
>
> On Tue, 2008-03-11 at 16:46 -0400, bill-ozn5a1fpZJs3uPMLIKxrzw@public.gmane.org wrote:
>> Is there a way to export an NILFS object over NFS ? exportfs errors
>> with
>> “/object does not support NFS export” when I attempt to include an entry
>> in /etc/exports for /object, which is an NILFS object … I’ve tried using
>> the fsid= option in the exports entry but this doesn’t seem to help ...
>> any info would be appreciated ... Bill
>
> and,
>
> On Thu, 2008-03-13 at 15:52 -0400, Par_Kallol-mb1K0bWo544@public.gmane.org wrote:
>> Hi
>>
>> I am currrently evaluating NILFS.
>>
>> I am having trouble (remotely) mounting a NILFS volume from an NFS
>> client. I get a message from the server as "permission denied". I have
>> made my mount "world rw" accessible.
>>
>> Please let me know if you can help.
>
> Thanks you for reporting the problem!
>
> I've tracked the problem and implemented a few features needed to support
> nfs (exportfs), and pushed the patch to my git tree a little while ago.
>
> Could you try the latest version on the git tree ?
> It is available as follows,
>
> $ git clone http://git.nilfs.org/nilfs2-module.git
> $ cd nilfs2-module
> $ make
> $ sudo make install
>
> It may require git-core (or git) package if not installed.
>
> Best regards,
> --
> Ryusuke Konishi
> NILFS team NTT
> http://www.nilfs.org/
>
>
> _______________________________________________
> users mailing list
> users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org
> https://www.nilfs.org/mailman/listinfo/users
>
-----------------------------------------
This email was sent using SquirrelMail.
"Webmail for nuts!"
http://squirrelmail.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* nilfs and nfs
@ 2008-03-18 22:48 Par_Kallol-mb1K0bWo544
0 siblings, 0 replies; 4+ messages in thread
From: Par_Kallol-mb1K0bWo544 @ 2008-03-18 22:48 UTC (permalink / raw)
To: users-JrjvKiOkagjYtjvyW6yDsg
Thanks a lot for your help in fixing the NFS issue with NILFS.
I am able to run my tests as expect.
Best regards
-Kallol
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-03-18 22:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-11 20:46 nilfs and nfs bill-ozn5a1fpZJs3uPMLIKxrzw
[not found] ` <25256.128.221.197.20.1205268369.squirrel-2RFepEojUI2jOflrV+lkmze48wsgrGvP@public.gmane.org>
2008-03-14 8:02 ` Ryusuke Konishi
[not found] ` <1205481742.3674.19.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-03-18 17:36 ` bill-ozn5a1fpZJs3uPMLIKxrzw
-- strict thread matches above, loose matches on Subject: below --
2008-03-18 22:48 Par_Kallol-mb1K0bWo544
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox