Skip to content

Commit

Permalink
[build] Increase vs platform kvm disk size (#10001)
Browse files Browse the repository at this point in the history
#### Why I did it
Info: Attempting file://dev/vdb/onie-installer ...
Info: Attempting file://dev/vdb/onie-installer.bin ...
cp: write error: No space left on device
Failure: local_fs_run():/dev/vdb Unable to copy /tmp/tmp.CPY0ad/onie-installer.bin to tmpfs

vs image is failing. Increase kvm device space.
  • Loading branch information
liushilongbuaa authored Feb 22, 2022
1 parent f21a45b commit 3bbe562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_kvm_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# SPDX-License-Identifier: GPL-2.0

MEM=4096
MEM=8192
DISK=$1
ONIE_RECOVERY_ISO=$2
INSTALLER=$3
Expand Down

0 comments on commit 3bbe562

Please sign in to comment.