Add snapshotter cli option to containerd-stress utility#5316
Add snapshotter cli option to containerd-stress utility#5316estesp merged 1 commit intocontainerd:masterfrom
Conversation
|
Hi @alakesh. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Build succeeded.
|
247e5e0 to
527835c
Compare
|
Build succeeded.
|
527835c to
c1a3294
Compare
|
Build succeeded.
|
c1a3294 to
2f06bde
Compare
|
Build succeeded.
|
containerd-stress utility needs to be able to run with snapshotter passed by user in cli in order to be able to stress test snapshotters. This adds a cli option --snapshotter="<snapshotter-name>" Signed-off-by: Alakesh Haloi <[email protected]>
2f06bde to
0550c32
Compare
|
Build succeeded.
|
containerd-stress utility does not have an option to pass snapshotter. This adds a cli option to pass other snapshotter e.g. devmapper. This is useful for comparing two different snapshotters.