IBM / chaostoolkit-ibm

Chaos Toolkit Extension for IBM Cloud
Apache License 2.0
7 stars 4 forks source link

Manipulate ROKS, IKS volume #5

Closed ahmadsayed closed 3 years ago

ahmadsayed commented 3 years ago

as of now VPC gen 2 does not provide direct access to the machine, but still for some cases attaching additional/removing volume is an API and CLI available to deploy SDS (Software Defined Storage) solution such as OCS, portworx, longhorn, storage.

The target is to manipulate this volume, it can be useful to test the effectiveness of the SDS storage solution to accommodate a loss of the disk

ahmadsayed commented 3 years ago

Add two action to attach and de-attach volumes https://github.com/IBM/chaostoolkit-ibm/commit/4fda3481823aa552d2338ff0a91ed4d8d3f0f4077

a more comprehensive test case to be provided.