wipe-in-place: dchp fails after pivot root in some boards. |
||||||||||||
Issue descriptionFor some boards, e.g., Ultima or Reks, we found dhcpc fails after pivot root to the wiping tmpfs, and the device fails to inform shopfloor server after wiping. We found it is caused by '/run' is set to 'read-only' after pivot root. Before wiping, We use script chromeos_shutdown to unmount stateful partition, and use 'mount bind' to bind important directories, e.g. /sys, /proc, /run, /dev to the tmp rootfs. The problem is in those boards, chromeos_shutdown unmounts '/run', so the following 'mount bind' mounts the original rootfs to '/wipe_tmpfs/run', making it a read-only filesystem. The solution is simply run the 'mount bind' before calling chromeos_shutdown.
,
Aug 11 2016
Earl: Is this fixed or you'd like to add anything else?
,
Aug 11 2016
Fixed and verified in Chell.
,
Aug 29 2016
,
Oct 7 2016
,
Oct 10 2016
,
Nov 19 2016
,
Jan 21 2017
,
Mar 4 2017
,
Apr 17 2017
,
May 30 2017
,
Aug 1 2017
,
Oct 14 2017
|
||||||||||||
►
Sign in to add a comment |
||||||||||||
Comment 1 by bugdroid1@chromium.org
, Jun 3 2016