summaryrefslogtreecommitdiff
path: root/scripts/contrib/bbvars.py
diff options
context:
space:
mode:
authorQiang Chen <qiang.chen@windriver.com>2013-10-25 14:49:11 +0800
committerRobert Yang <liezhi.yang@windriver.com>2013-12-10 21:12:21 -0500
commitd1b5e944656807c9db9cbe5d08d7b4bd8daeb826 (patch)
tree89037da7129a682deb8250b759426cb091f09575 /scripts/contrib/bbvars.py
parent5f22bad97a3bacb87cefb54ffd785d359c58aec0 (diff)
downloadopenembedded-core-d1b5e944656807c9db9cbe5d08d7b4bd8daeb826.tar.gz
openembedded-core-d1b5e944656807c9db9cbe5d08d7b4bd8daeb826.tar.bz2
openembedded-core-d1b5e944656807c9db9cbe5d08d7b4bd8daeb826.zip
nfs-utils: nfsserver restart should kill and recreate nfsd kernel threads
nfsserver restart without killing kernel threads worked when portmap was the rpc publishing process and portmap was restarted. When rpcbind replaces portmap, nfsserver restart in this way does not work after an rpcbind restart. Steps to reproduce: 1). Make ext3 filesystem image on local host. cd /root dd if=/dev/zero of=test bs=1024K count=50 mkfs.ext3 -F test 2). runqemu qemux86-64 mkdir /mnt/wrtest mount -t ext3 -o loop test /mnt/wrtest echo "/mnt/wrtest *(sync,rw,no_subtree_check,no_root_squash)" > /etc/exports /etc/init.d/rpcbind restart /etc/init.d/nfsserver restart showmount -e localhost mkdir wrtest mount -t nfs localhost:/mnt/wrtest wrtest mount: mounting localhost:/mnt/wrtest on wrtest failed: Connection refused Modifying the nfsserver script to kill and restart kernel threads on restart makes the problem go away and is consistent with current RHEL/SUSE and Ubuntu/Debian mechanisms of handling the nfs server. (From OE-Core master rev: 1a96b8d7dfc490fc61bbd470a8b09065750cd563) Signed-off-by: Rich Dubielzig <rich.dubielzig@windriver.com> Signed-off-by: Qiang Chen <qiang.chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'scripts/contrib/bbvars.py')
0 files changed, 0 insertions, 0 deletions