Skip to content

Commit b9f11f5

Browse files
committed
templates: skip Arch Linux 20240815.255016
20240815.255016 does not work due to "No space left on device". resizefs seems dysfunctional. ``` 2024-08-16 16:15:27,738 - util.py[DEBUG]: Running module resizefs (<module 'cloudinit.config.cc_resizefs' from '/usr/lib/python3.12/site-packages/cloudinit/config/cc_resizefs.py'>) failed Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/cloudinit/config/modules.py", line 270, in _run_modules ran, _r = cc.run( ^^^^^^^ File "/usr/lib/python3.12/site-packages/cloudinit/cloud.py", line 71, in run return self._runners.run(name, functor, args, freq, clear_on_fail) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/cloudinit/helpers.py", line 156, in run results = functor(**args) ^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/cloudinit/config/cc_resizefs.py", line 327, in handle resize_cmd = resizer(resize_what, devpth) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/cloudinit/config/cc_resizefs.py", line 81, in _resize_btrfs system_btrfs_ver = util.Version.from_str( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/cloudinit/util.py", line 3145, in from_str return cls(*(list(map(int, version.split("."))))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: invalid literal for int() with base 10: '10\n-EXPERIMENTAL -INJECT -STATIC +LZO +ZSTD +UDEV +FSVERITY +ZONED CRYPTO=libgcrypt' ``` Signed-off-by: Akihiro Suda <[email protected]>
1 parent 61576ca commit b9f11f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/archlinux.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# This template requires Lima v0.7.0 or later
22
images:
33
# Try to use yyyyMMdd.REV image if available. Note that yyyyMMdd.REV will be removed after several months.
4+
5+
# NOTE: 20240815.255016 does not work due to "No space left on device". resizefs seems dysfunctional.
6+
# https://github.com/lima-vm/lima/pull/2553#issuecomment-2293785823
7+
48
- location: "https://geo.mirror.pkgbuild.com/images/v20240801.250900/Arch-Linux-x86_64-cloudimg-20240801.250900.qcow2"
59
arch: "x86_64"
610
digest: "sha256:f0e92eb32c15f4352d27662fdee90e8acc51902f50ded1843ee622e48e999eea"

0 commit comments

Comments
 (0)