diff mbox series

osstest: bump /boot partition to 1G

Message ID 20240115141837.82983-1-roger.pau@citrix.com (mailing list archive)
State New
Headers show
Series osstest: bump /boot partition to 1G | expand

Commit Message

Roger Pau Monne Jan. 15, 2024, 2:18 p.m. UTC
Increase the size of the boot partition, as arm64 initrd is already exhausting
all the space:

update-initramfs: Generating /boot/initrd.img-6.7.0+
gzip: stdout: No space left on device

Reported-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
 Osstest.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Anthony PERARD Jan. 15, 2024, 3:08 p.m. UTC | #1
On Mon, Jan 15, 2024 at 03:18:37PM +0100, Roger Pau Monne wrote:
> Increase the size of the boot partition, as arm64 initrd is already exhausting
> all the space:
> 
> update-initramfs: Generating /boot/initrd.img-6.7.0+
> gzip: stdout: No space left on device
> 
> Reported-by: Jan Beulich <jbeulich@suse.com>
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> ---
>  Osstest.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Osstest.pm b/Osstest.pm
> index 7776ba88c6e2..a559ca4ea8b6 100644
> --- a/Osstest.pm
> +++ b/Osstest.pm
> @@ -94,7 +94,7 @@ our %c = qw(
>      HostProp_GenEtherPrefixBase 5e:36:0e:f5
>  
>      HostDiskESP    300
> -    HostDiskBoot   300
> +    HostDiskBoot  1000

Did you tried this change on the arm32 machine as well? If so:
Acked-by: Anthony PERARD <anthony.perard@citrix.com>

(Or I guess we can find out the result of the test on commit.)

Thanks,
Roger Pau Monne Jan. 15, 2024, 3:26 p.m. UTC | #2
On Mon, Jan 15, 2024 at 03:08:19PM +0000, Anthony PERARD wrote:
> On Mon, Jan 15, 2024 at 03:18:37PM +0100, Roger Pau Monne wrote:
> > Increase the size of the boot partition, as arm64 initrd is already exhausting
> > all the space:
> > 
> > update-initramfs: Generating /boot/initrd.img-6.7.0+
> > gzip: stdout: No space left on device
> > 
> > Reported-by: Jan Beulich <jbeulich@suse.com>
> > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> > ---
> >  Osstest.pm | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Osstest.pm b/Osstest.pm
> > index 7776ba88c6e2..a559ca4ea8b6 100644
> > --- a/Osstest.pm
> > +++ b/Osstest.pm
> > @@ -94,7 +94,7 @@ our %c = qw(
> >      HostProp_GenEtherPrefixBase 5e:36:0e:f5
> >  
> >      HostDiskESP    300
> > -    HostDiskBoot   300
> > +    HostDiskBoot  1000
> 
> Did you tried this change on the arm32 machine as well? If so:
> Acked-by: Anthony PERARD <anthony.perard@citrix.com>
> 
> (Or I guess we can find out the result of the test on commit.)

Only tested on the arm64 box, I can run a full flight, but we
might as well send it to pre-test and see what we get.

Let me know if you are OK with that.

Thanks, Roger.
diff mbox series

Patch

diff --git a/Osstest.pm b/Osstest.pm
index 7776ba88c6e2..a559ca4ea8b6 100644
--- a/Osstest.pm
+++ b/Osstest.pm
@@ -94,7 +94,7 @@  our %c = qw(
     HostProp_GenEtherPrefixBase 5e:36:0e:f5
 
     HostDiskESP    300
-    HostDiskBoot   300
+    HostDiskBoot  1000
     HostDiskRoot 20000
     HostDiskSwap  2000