Riyad Preukschas

Results 6 issues of Riyad Preukschas

I'm using the [Local Snapshots + Offline Backup to an External Disk example](https://zrepl.github.io/quickstart/backup_to_external_disk.html) to backup a local pool to an external (i.e. **detachable**) disk. I've created a script to decrypt...

feature
good first issue
usability

This adds `set -x` (used e.g. in Bash) for printing every line before executing it. The code is the same as for `debug on`. The `set`-variant seems useful for porting...

When porting scripts to Ion I noticed that using `set -e` scripts would exit early even when conditions fail. This is in contrast to common shells like Bash which has...

### Issue Description Running cAdvisor with the default volume mounts confuses the host's virtualization detection, because now the host's Systemd thinks it's being run inside a container. This leads to...

kind/bug

**What did you do?** Assume I have a setup where I have "trigger alerts" that are basically only used to inhibit other alerts or I want to inhibit whole categories...

kind/bug

### Ansible NetBox Collection version v3.20.0 ### Ansible version ```bash ansible [core 2.18.1] config file = /home/riyad/Projects/ansible-netbox/ansible.cfg configured module search path = ['/home/riyad/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /home/riyad/Projects/ansible-netbox/.venv/lib/python3.12/site-packages/ansible...

bug