Michael Riss

Results 3 issues of Michael Riss

##### SUMMARY `xfs_quota` is not properly initializing xfs project quota groups (https://github.com/ansible-collections/community.general/issues/5143), this PR proposes a fix. Fixes #5143 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME xfs_quota...

bug
module
needs_revision
stale_ci
new_contributor
plugins
system
check-before-release
backport-4
backport-5

### Summary When I initialize new XFS project quotas with the `xfs_quota` module the setup of the quotas fails, ansible is not reporting any errors (silent failure). This is a...

bug
module
plugins
system

I started to implement the `clGetDeviceInfo` queries. Two remarks here: - I changed the return type of the `compute_units` call from `usize` to `u32` to better match the OpenCL API...