chaosd
chaosd copied to clipboard
support file attack
Includes:
- [ ] create file
- [ ] rename file
- [ ] append data to file
- [ ] modify the file's privileges
- [ ] delete file
When I simulate file faults using the service mode, an error is reported. For example:
[root@master1 ~]# curl -X POST http://192.168.55.51:31767/api/attack/file -H "Content-Type:application/json" -d '{"action":"create","dir-name":"/root/chaos-test/"}' 404 page not found
So, I want to ask whether this function has been fully implemented.