chaostoolkit-incubator / chaostoolkit-azure

Chaos Toolkit Extension for Azure
https://chaostoolkit.org/
Apache License 2.0
22 stars 28 forks source link

Introduced FillDisk feature #62

Closed LucasHolzmann closed 5 years ago

LucasHolzmann commented 5 years ago

FillDisk simulates full disk behaviour on Virtual Machines. Real case scenarios could be undeleted log files or archives. This function is inspired by the Simian Army feature also called FillDisk. It creates a file of random data on the disk of the machine for a time period (defaults to a 1GB file for 2 minutes).

LucasHolzmann commented 5 years ago

@Lawouach Hi Sylvain, we also did this with @bugra-derre. Could you also look at it ?