Paweł Bogusławski
Paweł Bogusławski
We've noticed offline backup problems with one guest on ganeti host; problem does not occur on every backup; it occurs on one guest only (old server hardware so maybe some...
`gnt-cluster repair-disk-sizes` throws error in Ganeti 3 on Debian 11. Example for healthy test3 guest (disk sizes consistent, guest is offline) in healthy 2-node cluster (no problems in `gnt-cluster verify`):...
gnt-backup (checked in Debian 9 and Debian 11) exports/imports all VM disks in parallel which may overload hardware in case of many disks in VM. Disks should be processed sequentially.
Ganeti (checked in Debian 9 and Debian 11) doesn't separate cgroups of guest processes from other heavy tasks like gnt-backups or wiping disks (backup restore/disk grow); systemd-cgls shows all processes...
This mod adds option to authenticate user using HTTP header set by reverse proxy. It forwards specified HTTP header with authenticated username in requests to Gitea. Requirements: * Gitea must...
Grav throws ugly server error when unable to send form content using email process action (i.e. smtp server is temporarily unavailable and we don't want to use queue mode). Would...
This mod hides `Update avatars from social media (refreshed once per week)` checkbox from contacts settings if syncing avatars is disabled by admin or no internet connection is avalable. Author-Change-Id:...
### Is your feature request related to a problem? Please describe. If system has connection to internet disabled by admin, syncing data with social services should be disabled too. ###...
### Describe the bug Project that compiles fine with @sveltejs/kit 1.15.2 and ``` NODE_OPTIONS=--use-openssl-ca ``` present in environment (required for custom npm package registry to work), after upgrading kit to...
Please consider merging `govulncheck` cmd/api into `go audit` (`go mod audit`?) to avoid separate cmd and allow audit requests to be passed via GOPROXY. This would allow one to use...