emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27754: closed ([PATCH] vm: Increase disk size over


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27754: closed ([PATCH] vm: Increase disk size overhead estimate.)
Date: Tue, 18 Jul 2017 15:13:02 +0000

Your message dated Tue, 18 Jul 2017 17:14:23 +0200
with message-id <address@hidden>
and subject line Re: [bug#27754] [PATCH] vm: Increase disk size overhead 
estimate.
has caused the debbugs.gnu.org bug report #27754,
regarding [PATCH] vm: Increase disk size overhead estimate.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27754: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27754
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] vm: Increase disk size overhead estimate. Date: Tue, 18 Jul 2017 16:34:16 +0200
* gnu/build/vm.scm (estimated-partition-size): Add 25% to the graph size.
---

Guix,

Add a conservative 5% to the disk size overhead estimate. It's enough to
make ‘guix system disk-image gnu/system/install.scm’ work again for me.

Kind regards,

T

 gnu/build/vm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/build/vm.scm b/gnu/build/vm.scm
index 086f38ade..14bd7851f 100644
--- a/gnu/build/vm.scm
+++ b/gnu/build/vm.scm
@@ -157,8 +157,8 @@ the #:references-graphs parameter of 'derivation'."
 (define (estimated-partition-size graphs)
   "Return the estimated size of a partition that can store the store items
 given by GRAPHS, a list of file names produced by #:references-graphs."
-  ;; Simply add a 20% overhead.
-  (round (* 1.2 (closure-size graphs))))
+  ;; Simply add a 25% overhead.
+  (round (* 1.25 (closure-size graphs))))
 
 (define* (initialize-partition-table device partitions
                                      #:key
-- 
2.13.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#27754] [PATCH] vm: Increase disk size overhead estimate. Date: Tue, 18 Jul 2017 17:14:23 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
On 18/07/17 16:34, Tobias Geerinckx-Rice wrote:
> * gnu/build/vm.scm (estimated-partition-size): Add 25% to the graph size.

On second thought, since this is such a clear-cut fix, I'm going to be
bold and just push it. Sorry for the noise.

Kind regards,

T G-R

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]