Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change Tests to ignore missing containers when removing --all | Daniel J Walsh | 2022-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 Shiina | 2021-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> |