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

Issue 3860002: Increase statefulfs_size to accomadate larger stateful partitions. (Closed)

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

Description

Increase statefulfs_size to accomadate larger stateful partitions. Change-Id: I0713b31b0393fc696d1112ee4cad4c20d86e602d BUG= TEST=Config change Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=dfcb89b

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M lib/cros_vm_constants.sh View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
sosa
TBR'ing. Seems like some of our boards / overlays have gotten so big that 2048 ...
10 years, 2 months ago (2010-10-18 17:27:38 UTC) #1
adlr
10 years, 2 months ago (2010-10-18 17:33:46 UTC) #2
LGTM

add a newline at the end of the file.

-andrew

On Mon, Oct 18, 2010 at 10:27 AM, <sosa@chromium.org> wrote:

> Reviewers: adlr,
>
> Message:
> TBR'ing.
>
> Seems like some of our boards / overlays have gotten so big that 2048 is
> not
> sufficient for a stateful update.  Increasing.
>
> Description:
> Increase statefulfs_size to accomadate larger stateful partitions.
>
> Change-Id: I0713b31b0393fc696d1112ee4cad4c20d86e602d
>
> BUG=
> TEST=Config change
>
> Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=dfcb89b
>
> Please review this at http://codereview.chromium.org/3860002/show
>
> SVN Base: http://git.chromium.org/git/crosutils.git
>
> Affected files:
>  M lib/cros_vm_constants.sh
>
>
> Index: lib/cros_vm_constants.sh
> diff --git a/lib/cros_vm_constants.sh b/lib/cros_vm_constants.sh
> index
>
124d158eb52eb77dd5f5241d184c1e0f6f280cd3..dc5313c4cdad728f1bdffb2c249f59c785ed5701
> 100644
> --- a/lib/cros_vm_constants.sh
> +++ b/lib/cros_vm_constants.sh
> @@ -13,4 +13,4 @@ DEFAULT_QEMU_IMAGE="chromiumos_qemu_image.bin"
>
>  # Minimum sizes for full size vm images -- needed for update.
>  MIN_VDISK_SIZE_FULL=6072
> -MIN_STATEFUL_FS_SIZE_FULL=2048
> \ No newline at end of file
> +MIN_STATEFUL_FS_SIZE_FULL=3072
> \ No newline at end of file
>
>
>

Powered by Google App Engine
This is Rietveld 408576698