i just installed a Ubuntu 10 LTS instance in a Xen VM Guest.
i'm still seeing the same issue as reported here ... nfs4 mounts in /etc/fstab quietly hand the boot process, with no error messages.
manual mounts are fine.
if i change in /etc/fstab
- nfs-server:/vm/test/ /mnt/test nfs4 _netdev,...,bg 0 0 + nfs-server:/vm/test/ /mnt/test nfs4 noauto,_netdev,...,bg 0 0
and, in /etc/rc.local
+ mount /mnt/test
then boot completes, and mounts are made.
i just installed a Ubuntu 10 LTS instance in a Xen VM Guest.
i'm still seeing the same issue as reported here ... nfs4 mounts in /etc/fstab quietly hand the boot process, with no error messages.
manual mounts are fine.
if i change in /etc/fstab
- nfs-server:/vm/test/ /mnt/test nfs4 _netdev,...,bg 0 0/vm/test/ /mnt/test nfs4 noauto,_netdev,...,bg 0 0
+ nfs-server:
and, in /etc/rc.local
+ mount /mnt/test
then boot completes, and mounts are made.