Yi Zhang

Results 36 issues of Yi Zhang

Hello Pls help check this error, during build process, thanks ``` DISTRO: Fedora release 40 (Rawhide) with 6.5.0-0.rc6.20230818git0e8860d2125f.47.fc40.x86_64 Linux: latest linux tree: https://github.com/torvalds/linux.git mkosi: mkosi 15.1 ``` ``` running: mkosi...

Hello Running run_qemu with [1] failed at [2], could anyone help check it? And could you help provide the workable environment, so I can try with them. [1] ``` DISTRO:...

I'm trying to destroy pool directly, but I've to destroy filesystem first, could we add support for such option? Like add ```--force``` option? ``` [root@storageqe-62 ~]# stratis pool list Name...

I tried bellow playbook[1] to create lvm vdo which expected to be failed, but it passed, from the log[2], it finally created with enabled compression/deduplication, is that expected? [1] ```...

# palybook ``` --- - hosts: all become: true vars: storage_safe_mode: false mount_location: '/opt/test1' volume_group_size: '10g' volume_size: '9g' logical_size: '20g' small_logical_size: '8g' invalid_size: 'xyz GiB' too_large_size: '2286g' too_large_size1: '2287g' tasks:...

# playbook ``` - hosts: all become: true vars: storage_safe_mode: false mount_location: '/opt/test1' volume_group_size: '10g' volume_size: '9g' logical_size: '20g' small_logical_size: '8g' invalid_size: 'xyz GiB' tasks: - include_role: name: linux-system-roles.storage -...

From the description of [pull/64](https://github.com/linux-system-roles/storage/pull/64) I designed one case about storage_pool with parition type, see my bellow env/playbook/execution log [1] Fix key for partition pool... This leads to a failure...

# playbook ``` # cat tests/testsresize.yml - hosts: all become: true vars: storage_safe_mode: false mount_location: '/opt/test1' volume_group_size: '10g' volume_size_before: '5g' unused_disk_subfact: '{{ ansible_devices[unused_disks[0]] }}' too_large_size: '{{ (unused_disk_subfact.sectors|int + 1) *...

# environment ``` # uname -r 5.6.6-300.fc32.x86_64 # cat /etc/redhat-release Fedora release 32 (Thirty Two) ``` # playbook ``` # cat tests/ntfs_disk.yml - hosts: all vars: mount_location: '/opt/test1' volume_group_size: '10g'...

# playbook ``` --- - hosts: all become: true vars: mount_location: '/opt/test1' volume_group_size: '5g' volume_size_before: '4g' volume_size_after: '10g' storage_safe_mode: false tasks: - include_role: name: storage - include_tasks: get_unused_disk.yml vars: min_size:...