software raid dmraid or mdadm raid drives export but dont share properly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mdadm (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: mdadm
I can mount exports from devices that do not reside on raid
I have tried many different ways to get raid mounted path to mount but keep getting access denied.
Client to same Server and Remote client to said server -> all the same result.
2 TB Mirror raid from either dmraid or mdadm.
mount -t nfs datahouse:
results in : mount.nfs: access denied by server while mounting datahouse:
I tried latest and greatest version of mdadm to create the array as well. The actual raid works fine in Nautilus and Terminal. I can access mounted raid. This problem is with nfs and the kernel or something. I can't find any relevant log entries to continue diagnosing.
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: firefox 3.6.10+
ProcVersionSign
Uname: Linux 2.6.35-22-generic x86_64
Architecture: amd64
Date: Mon Sep 20 17:26:57 2010
FirefoxPackages:
firefox 3.6.10+
firefox-
firefox-branding 3.6.10+
abroswer N/A
abrowser-branding N/A
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha amd64 (20100919)
ProcEnviron:
LANG=en_US.utf8
SHELL=/bin/bash
SourcePackage: firefox
Ok, after working with Neil Brown (I assume the architect of MDADM) he asked me a few questions and identified the issue as being with nfs-utils.
>It is trying an NFSv4 mount and not falling back to NFSv3 when that doesn't
>work. This is fixed in nfs-utils 1.2.2 (you can check the version you have
>installed with "showmount -v").
>
>If you explicitly give
# mount -t nfs -o vers=3 etc.
>it should work.
And this did the trick. Forcing version=3 allowed me to mount the nfs share. The question becomes why NFS3?