New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 773035 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Feature



Sign in to add a comment

add a UMA metric tracking unmount failures at shutdown

Project Member Reported by vapier@chromium.org, Oct 9 2017

Issue description

/sbin/chromeos_shutdown has this snippet:

...logic to unmount all the stateful things...
if [ $rc -ne 0 ] ; then
  mount > /mnt/stateful_partition/shutdown_stateful_umount_failure
fi

# Just in case something didn't unmount properly above.
sync
...

we should be logging an UMA stat for this event.  looking at cs/, the only thing that checks shutdown_stateful_umount_failure is the platform_CleanShutdown autotest.

strawman design:
have some startup code (send-boot-metrics.conf maybe?) check for this file.  if it exists, log a new UMA stat, cat the file into the syslog (so it shows up in feedback reports), and delete the file.
 
Project Member

Comment 1 by sheriffbot@chromium.org, Oct 10

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment