ubicloud/rhizome/host
Hadi Moshayedi cd7412540f Rhizome: support per-volume I/O bandwidth limits for ubiblk
This is done by adding the following to the storage systemd units:

```
IOReadBandwidthMax=/dev/disk/by-id/disk-id $read_limit_bytes
IOWriteBandwidthMax=/dev/disk/by-id/disk-id $write_limit_bytes
```

If the disk file resides on a file system backedn by an md device,
`disk-id` refers to the persistent ID of the md device. Otherwise, it
refers to the ID of the underlying physical disk.
2025-06-25 12:08:11 -07:00
..
bin Add grafana installation strand 2025-06-25 10:59:23 +02:00
e2e Verify the purge logic in E2E tests. 2025-02-21 14:20:13 -08:00
lib Rhizome: support per-volume I/O bandwidth limits for ubiblk 2025-06-25 12:08:11 -07:00
spec Rhizome: support per-volume I/O bandwidth limits for ubiblk 2025-06-25 12:08:11 -07:00
Gemfile Add base64 to rhizome/host Gemfile 2025-04-29 16:45:24 -07:00