public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Problems with NFS exports
@ 2002-08-06 15:49 Florian Weimer
  2002-08-07  9:25 ` Florian Weimer
  0 siblings, 1 reply; 6+ messages in thread
From: Florian Weimer @ 2002-08-06 15:49 UTC (permalink / raw)
  To: linux-kernel

I'm seeing weired errors with nfsctl():

This works:

nfsservctl(NFSCTL_EXPORT, "deneb.enyo.de", "/mnt/storage/2/backup/deneb/tmp", makedev(3, 66), ino 167772288, uid 65534, gid 65534) = 0

But a subsequent call fails:

nfsservctl(NFSCTL_EXPORT, "deneb.enyo.de", "/mnt/storage/2/backup/deneb", makedev(3, 66), ino 150995072, uid 65534, gid 65534) = -1 EINVAL (Invalid argument)

I don't understand what makes the difference (the inode values are
correct).  This is kernel 2.4.18 with XFS support, and the directory
resides on an XFS file system.

Any ideas?

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

end of thread, other threads:[~2002-08-07 11:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-06 15:49 Problems with NFS exports Florian Weimer
2002-08-07  9:25 ` Florian Weimer
2002-08-07 10:40   ` Neil Brown
2002-08-07 11:13     ` Florian Weimer
2002-08-07 11:18       ` Neil Brown
2002-08-07 11:51         ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox