Felix Fontein

Results 2344 comments of Felix Fontein

Can you rebase to the current `main` (now that #10462 has been merged)? The VM image for Alpine changed from 3.21 to 3.22 (as ansible-core changed it), so with the...

There is a mismatch between running kernel version and modules on the Alpine VM: ``` root@ip-192-168-3-124:/home/alpine/ansible_collections/community/general# find /lib/modules/ | grep zfs /lib/modules/6.12.44-0-virt/extra/zfs.ko.gz root@ip-192-168-3-124:/home/alpine/ansible_collections/community/general# modprobe zfs modprobe: FATAL: Module zfs not...

@mattclay the problem is that apk does not allow you to install older versions of packages. Trying to install the right version of `zfs-virt` (6.12.38-r0) causes it to install 6.12.45-r0...

@mattclay I haven't found time to try this out yet.

`--type vdo-pool` is also available on Arch's lvconvert. The lvm changelog will probably be useful when trying to figure out from when exactly it's supported: https://sourceware.org/git/?p=lvm2.git;a=blob_plain;f=WHATS_NEW;hb=HEAD.

Please note that this PR now has a conflict since we reformatted all code in the collection (see #10999).

@userlerueda ping needs_info

Closing since something is wrong with this PR and hasn't been fixed for over two months. Please create a new, clean PR for this.

Related: https://github.com/yaml/go-yaml/issues/34