]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Change nfs to mount via TCP
authorHe Zhe <zhe.he@windriver.com>
Fri, 27 Mar 2020 07:33:11 +0000 (15:33 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 29 Mar 2020 19:03:30 +0000 (20:03 +0100)
commit73a54595d8ddf237d685ea9cb46df0cecac0280d
tree73fe0dbbbd5b4c68e46b83490c6a385040fa31aa
parent70713df25b8ae27a21e53b0b9234567d7053800a
runqemu: Change nfs to mount via TCP

Since kernel commit b24ee6c64ca7 ("NFS: allow deprecation of NFS UDP protocol"),
NFS UDP has been disabled by default due to the potential data corruption caused
by fragmentation during high loads. So now we cannot boot up with nfs mode and
default kernel.

We'd better turn to use TCP accordingly.

Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu