[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#833925: Acknowledgement (nfs-kernel-server: no_root_squash broken on amd64)



Additional information:

Changing the /etc/exports entry from this:

/home		-no_subtree_cheeck arc1(ro,no_root_squash,sync)

to this:

/home		arc1(ro,no_root_squash,sync,no_subtree_check)

works around the problem.  So apparently the actual underlying problem is
"on amd64 jessie, no_root_squash is broken in fields of lines that also
use -no_subtree_check".

And the workaround is to remove the -no_subtree_check option from every
line and add ",no_subtree_check" inside the parenthetical options of every
FIELD of every line.

This is extremely inconvenient, and a huge step backwards.  Having to
add ",sync" to every field of every line was already bad enough and
that's just 5 characters.  My /etc/exports is incredibly ugly now.
Thank god for vim's search-and-replace.

-- 
Greg Wooledge                  |   "Truth belongs to everybody."
greg@wooledge.org              |    - The Red Hot Chili Peppers
http://wooledge.org/~greg/     |


Reply to: