Comment # 6 on bug 1176158 from
(In reply to Neil Brown from comment #3)
> The problem here appears to be that /tmp is a tmpfs filesystem and the
> script is trying to nfs-export a directory on this filesystem.
> tmpfs filesystems do not have a UUID so nfs doesn't know how to identify
> them.
> In order to export a tmpfs filesystem to need to provide a identifying
> number using "fsid=NN".  See "man exports".
> 
> Adding the export option "fsid=23" should suffice (any number > 0 should do).

Just to clarify: did this change recently then? (beginning of September) - as
before that, the test passed successfully the way it is.

Is the export option compatible also to older, already released products
(maintained SLE releases) so that there is no need to differentiate in the test
code?


You are receiving this mail because: