summaryrefslogtreecommitdiff
path: root/test/system/180-blkio.bats
Commit message (Collapse)AuthorAge
* Change Tests to ignore missing containers when removing --allDaniel J Walsh2022-01-05
| | | | | | Fixes: https://github.com/containers/podman/issues/12740 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Implement 'podman run --blkio-weight-device'Hironori Shiina2021-11-30
`--blkio-weight-device` is not fully implemented and this causes an unexpected panic when specified because an entry is put into an uninitialized map at parsing. This fix implements the `--blkio-weight-device` and adds a system test. When creating a spec generator on a client, a major number and a minor number of a device cannot be set. So, these numbers are inspected on a server and set to a runtime spec. Signed-off-by: Hironori Shiina <shiina.hironori@jp.fujitsu.com>