Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Issue 6246148: Switch from v_info logging to debug (Closed)

Created:
9 years, 10 months ago by dgarrett
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Visibility:
Public.

Description

Switch from v_info logging to debug Change-Id: I9a3177bf295462d40a6e7045a2ffb793bbfe3166 BUG=chromium-os:11672 TEST=Manual Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=a0e7ea1

Patch Set 1 #

Patch Set 2 : Merged to TOT. #

Total comments: 1

Patch Set 3 : Fix up CHROME_ROOT handling" #

Total comments: 6

Patch Set 4 : Fix review nits. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -21 lines) Patch
M enter_chroot.sh View 1 2 3 6 chunks +27 lines, -21 lines 1 comment Download

Messages

Total messages: 10 (0 generated)
dgarrett
9 years, 10 months ago (2011-02-07 21:50:52 UTC) #1
dgarrett
Fixed sandbox issue.
9 years, 10 months ago (2011-02-07 22:06:50 UTC) #2
diandersAtChromium
LGTM w/ request to take kliegs advice and make it an error if ${CHROME_ROOT}/src is ...
9 years, 10 months ago (2011-02-07 22:29:18 UTC) #3
dgarrett
That bit's more tricky that it looked at first. CHROME_ROOT can either come from a ...
9 years, 10 months ago (2011-02-07 22:54:04 UTC) #4
dgarrett
9 years, 10 months ago (2011-02-08 00:10:39 UTC) #5
dgarrett
On 2011/02/08 00:10:39, dgarrett wrote: PTAL, I think I have the full answer. Please remember ...
9 years, 10 months ago (2011-02-08 02:09:44 UTC) #6
dgarrett
9 years, 10 months ago (2011-02-08 02:09:53 UTC) #7
diandersAtChromium
LGTM w/ nits. http://codereview.chromium.org/6246148/diff/3005/enter_chroot.sh File enter_chroot.sh (right): http://codereview.chromium.org/6246148/diff/3005/enter_chroot.sh#newcode203 enter_chroot.sh:203: if [[ ! "$CHROME_ROOT_AUTO" ]]; then ...
9 years, 10 months ago (2011-02-08 02:35:12 UTC) #8
dgarrett
http://codereview.chromium.org/6246148/diff/3005/enter_chroot.sh File enter_chroot.sh (right): http://codereview.chromium.org/6246148/diff/3005/enter_chroot.sh#newcode203 enter_chroot.sh:203: if [[ ! "$CHROME_ROOT_AUTO" ]]; then Right. As best ...
9 years, 10 months ago (2011-02-08 02:40:55 UTC) #9
kliegs
9 years, 10 months ago (2011-02-08 15:48:03 UTC) #10
Thanks very much for making these changes.  Sorry I took so long to get to this,
was out sick yesterday and still a bit slow today.  

I'm not sure how I feel about the chrome mounting logic.  I think the way you
implemented is fine and don't think you should change anything, but I'm not sure
the logic as a whole (sticky mount points and failing only on the explicit
mount).  But that's outside this CL and if chromite solves the problem in a
better way its probably not worth fixing.  Mainly just mentioning this as a
reminder for the future.

http://codereview.chromium.org/6246148/diff/9001/enter_chroot.sh
File enter_chroot.sh (right):

http://codereview.chromium.org/6246148/diff/9001/enter_chroot.sh#newcode291
enter_chroot.sh:291: debug "tearing down env."
I'd still like to see this remain a warning.  While I've seen cases where it
isn't needed, I've seen enough where it is useful (buildbot debugging mainly)
that I think it adds value. 

Are there that many cases where people are in the chroot in multiple sessions
that this warning is too noisy?

Powered by Google App Engine
This is Rietveld 408576698