Michael Ablassmeier

Results 38 issues of Michael Ablassmeier

The module currently reads complete data from the requester into a variable, before writing it to a file. Might result in high memory usage if one is downloading big artifacts.

If Option use_bugzilla_id is enabled and one of the sudo users is missing required ownership, API silently ignores the iid flag and auto-generates the id. Introduce check if the generated...

During migration of some bugzilla tickets i noticed random 403 forbidden errors during milestone creation. Just as during issue creation, the sudo flag is set for creating a milestone too,...

Module includes all required function definitions to build with ACL support on older kernels but attempting to set acl information fails with: ``` setfacl -m u:root:r /mnt/file setfacl: /mnt/file: Operation...

wontfix

hi, currently the plugin only supports two disk types: virtio(-scsi) and virtio. IDE is used for CDROM. There are certain systems that dont work with the scsi or virtio option....

enhancement

**Description** If the live snapshot feature is disabled, onevm disk-snapshot-create still exits with zero exit code and reports that an snapshot was successfully created. **To Reproduce** 1) in /etc/one/vmm_exec/vmm_execrc set...

hi, attempting to get windows 11 going (sight), it needs to use UEFI. While that works nicely on debian, it seems i need to use nvram settings on centos8* hosts,...

In case a virtual machine goes in to "pmsuspended" state, and is shown in virsh like: ``` Id Name State ------------------------------------------------------ 36 HPnxl_foobar pmsuspended ``` (pmsuspended. The domain has been...

add debian package extension, detect filename extension based on mimetype and libmagic. Sometimes my files do not have correct extensions. However, the mimetypes function might not allways return sane results...