Sirish Bathina
d74f58bb40
Update release.yaml
2021-10-08 16:46:30 -10:00
Sirish Bathina
8d1052bb62
Update release.yaml
2021-10-08 16:20:00 -10:00
Sirish Bathina
b05305cacd
Running 'go mod tidy' ( #86 )
...
* go mod tidy
* trim argument fix
2021-10-08 16:06:17 -10:00
Sirish Bathina
dce3fff3c5
Update golangci-lint.yml
2021-10-08 15:54:04 -10:00
Sirish Bathina
032878da5f
Kubestr browse PVC functionality ( #83 )
...
* browse changes
* after onkars review
2021-10-08 09:53:57 -10:00
Markus Vuorio
4d3cb00b76
Separate JSON output, emit non-zero exit code ( #82 )
...
* Allow for printing FIO and CSICheck JSON results to file
Fixes #79
* Use the file output function in Baseline too, remove double printing
* Emit non-zero exit code when error has occurred
Fixes #80
* Don't output twice in error case
* Added godoc and a note in command help text
* Eliminate weird variable names, make godoc clearer
* Error handling for file output
2021-10-07 07:55:17 -10:00
Akanksha kumari
798242c5bd
Update kanister dependency ( #76 )
...
* Update kanister dependency
* Update go.sum
* go mod tidy
2021-08-06 09:57:30 -07:00
ssuresh
8a1b8b23bb
Avoid magic numbers in driver generation script ( #73 )
...
- Used constants
- Added comments
2021-06-08 10:07:35 -07:00
ssuresh
ce8324577f
Handle improper driver names ( #72 )
...
* Update .gitignore
- Ignore Goland/IntelliJ folder
* Update CSI drivers list
* Make CSI Driver list generation more robust
- The script file was unintentionally processing the `Sample Drivers`
list table and erroring as a result (when scraping data from https://github.com/kubernetes-csi/docs/blob/master/book/src/drivers.md )
* Handle improperly formatted CSI driver name
- This is handled on a case-by-case basis since it is hard to speculate
on the variations
- Currently handled for Democratic and Ember CSI
* Restore entries that went missing
* Ensure driver entries are not missed when scraping data
2021-06-02 12:24:12 -07:00
Sirish Bathina
9d9a727d6f
Update FIO.md
2021-04-07 07:27:59 -10:00
Sirish Bathina
ea316c82da
Update FIO.md
2021-04-07 07:26:28 -10:00
Sirish Bathina
31d463e477
fix for misplaced defer ( #63 )
2021-04-06 07:39:47 -10:00
Sirish Bathina
bbb1341599
Fix spelling ( #61 )
2021-04-05 11:26:45 -10:00
Niraj Tolia
99f94f8f2b
Trivial: Add a missing space ( #58 )
2021-03-31 07:30:42 -10:00
Joe Houghes
e4afdfd158
Fix spelling in Logo constant ( #56 )
2021-03-24 13:33:17 -10:00
Sirish Bathina
4c133b2a78
Updating kanister version ( #51 )
...
* updating kanister version
* scheme usage change
2021-02-23 14:36:54 -10:00
Sirish Bathina
203a6ad53b
Create README.md
2021-02-19 08:30:17 -10:00
Sirish Bathina
bfd8bb5492
Update README.md
2021-02-19 08:28:52 -10:00
Sirish Bathina
7164ce7cb7
Update index.md
2021-02-05 14:48:35 -10:00
Sirish Bathina
a0415d68b1
Update index.md
2021-02-05 14:47:53 -10:00
Sirish Bathina
4468c8a668
Update and rename README.md to index.md
2021-02-05 14:47:11 -10:00
Sirish Bathina
408dd29669
Update 2021-02-07-FasterStorage.md
2021-02-05 14:40:09 -10:00
Sirish Bathina
58519bb01e
Update 2021-02-07-FasterStorage.md
2021-02-05 14:38:14 -10:00
Sirish Bathina
2b1525ecdc
Update FIO.md
2021-02-05 13:16:30 -10:00
Sirish Bathina
3f1fb86756
Update 2021-02-07-FasterStorage.md
2021-02-05 13:10:12 -10:00
Sirish Bathina
44b477d5ad
Update README.md
2021-02-05 13:07:56 -10:00
Sirish Bathina
310f7d01a5
Update FIO.md
2021-02-05 13:06:47 -10:00
Sirish Bathina
b4b14ca23d
Update and rename 2021-02-07-Faster-Storage.md to 2021-02-07-FasterStorage.md
2021-02-05 13:00:23 -10:00
Sirish Bathina
1db97e2c77
Update 2021-02-07-Faster-Storage.md
2021-02-05 12:51:15 -10:00
Sirish Bathina
3e479f9a55
Delete 2021-02-07-Faster-Storage.yml
2021-02-05 12:18:44 -10:00
Sirish Bathina
323cf41787
Update 2021-02-07-Faster-Storage.md
2021-02-05 12:16:43 -10:00
Sirish Bathina
febb9221fc
Create 2021-02-07-Faster-Storage.yml
2021-02-05 11:56:18 -10:00
Sirish Bathina
6ed66239c2
Update 2021-02-07-Faster-Storage.md
2021-02-05 11:56:11 -10:00
Sirish Bathina
49a0e12a4b
fio stuff
2021-02-05 11:28:46 -10:00
Sirish Bathina
6e74b82dbd
Delete index.html
2021-02-05 11:16:41 -10:00
Sirish Bathina
0fb6507133
Additionaltests ( #50 )
...
* new tests
* adding index
2021-02-05 10:49:17 -10:00
Sirish Bathina
6f6eabf272
Create _config.yml
2021-02-05 10:32:02 -10:00
Sirish Bathina
40561bd5a3
Fio object parse and wait animation ( #49 )
...
* fio object and wait
* fio types
* UTs
* missed a return
* formatting
* unneccessary sprintf
* blah
2021-02-01 10:45:57 -10:00
Prasad Ghangal
f4feadc161
Refactor snapshotter interface to support v1 snapshots ( #47 )
...
* Update snapshotter to support v1 snapshots
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
* Update Kanister dep
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
* Update tests
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
* Run go generator
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
2021-01-12 16:48:51 -10:00
Sirish Bathina
782d565c18
Support csi v1 ( #46 )
...
* support csi v1
* fio file
* Adding missing files
* adding missing UT for version
2020-12-29 09:46:29 -10:00
Sirish Bathina
461543547c
Left over volume snapshot class ( #45 )
...
* Added image option to fio command
* order change of delete
* fix when deleting snapshots
2020-12-16 12:23:06 -10:00
Sirish Bathina
72cca45db3
Leftovervsc ( #44 )
...
* Added image option to fio command
* order change of delete
2020-12-16 08:28:33 -10:00
Sirish Bathina
9cbe60d92c
Update golangci-lint.yml
2020-12-16 08:25:12 -10:00
Sirish Bathina
d3e1ce5f2e
Added image option to fio command ( #43 )
2020-12-14 14:14:53 -10:00
Sirish Bathina
60c417eff1
Update README.md
2020-12-11 11:59:04 -10:00
Sirish Bathina
c848be7466
Create FIO.md
2020-12-11 11:57:56 -10:00
Sirish Bathina
bd2451f258
Update README.md
2020-12-11 11:21:11 -10:00
Sirish Bathina
0eaabb61c6
Update README.md
2020-12-11 10:53:03 -10:00
Sirish Bathina
6f02a3c515
Update README.md
2020-12-11 10:45:36 -10:00
Sirish Bathina
e8ddf8fb90
Update README.md
2020-12-11 10:44:51 -10:00