OpenIO : How to Flush a Bucket
Background When trying out OpenIO or when some unexpected event occurs on the platform, it may happen that you would like to flush a specific bucket from its content. I had the opportunity to very quickly fill-up my test platform with some outdated backup sets archived out of my Rubrik platform. It was not critical data and it was safe to flush them. But ok, how can we do this ? Flushing a Bucket This is not feasible out of the box and OpenIO support guided me through this process. 1) Get the exact name of the bucket you would like to flush 2) List all object in that bucket 3) Issue a delete command 2) and 3) can be done in a "piped" command so, you can automate the process which makes life easier (less safer?). Getting the bucket name # openio --oio-ns OPENIO --oio-account AUTH_34698f84fb3541e1b35b8663f70a0842 container list +--------------------------+-------------+-------+ | Name ...