zfsonlinux / pkg-zfs

Native ZFS packaging for Debian and Ubuntu
https://launchpad.net/~zfs-native/+archive/daily
308 stars 55 forks source link

nfs4 filesystem in /etc/fstab #78

Closed mk01 closed 10 years ago

mk01 commented 11 years ago

is blocking queue to endless loop again (if after other nodev filesystem follows). again the same dependency as there was existing for swap.

nfs is remote filesystem, try_mount function is not called (that's right). but still the fs is going to queue immediately and during building the list the nodev strict dependency is created - if again nodev fs follows.

mk

FransUrbo commented 10 years ago

I'm going through old issues - is this a still issue? And exactly what IS the problem?

mk01 commented 10 years ago

@FransUrbo

late but counts! huh ;)

as this was year ago, I can just in general: it was all related to the mountall looping endlessly under some conditions - thus making boot practically fail (not continue by issuing "mounted filessystems/virtual/etc).

this one was report to some patches by myself, @dajhorn and perception of the problem as being solved but unfortunately it wasn't.

mountall was still failing on simple combinations of "mount -t bind" and "mount -t nfs4" in /etc/fstab.

but to answer your question, if I remember correctly 1y ago it was mountall ~2.1x . I suppose this is long ago solved by going for higher version - with different logic in the core workflows.