1
0
Fork 0
mirror of https://github.com/kastenhq/kubestr.git synced 2024-12-14 11:57:56 +00:00
This commit is contained in:
Sirish Bathina 2021-02-23 13:08:02 -10:00
parent 5a21754e79
commit 5b7b34adc1
2 changed files with 15 additions and 1 deletions

14
docs/fio.md Normal file
View file

@ -0,0 +1,14 @@
---
layout: home
title: Kubestr
subtitle: Explore your kubernetes storage options
baseurl: "kubestr.io"
---
# FIO
## More info coming soon
## Examples of FIO files-
Here are some [examples](https://github.com/axboe/fio/tree/master/examples)

View file

@ -32,7 +32,7 @@ Kubestr can assist in the following ways-
### To run an FIO test -
- Run `./kubestr fio -s <storage class>`
- Additional options like `--size` and `--fiofile` can be specified.
- For more information visit our [fio](https://kastenhq.github.io/kubestr/fio) page.
- For more information visit our [fio]({{ site.baseurl }}{% link fio.md %}) page.
### To check a CSI drivers snapshot and restore capabilities -
- Run `./kubestr csicheck -s <storage class> -v <volume snapshot class>`