Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 874 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 874 Bytes

Overview

Build Status Docker Pulls

Containers for running performance benchmarking tests on Persistent Storage Volumes.

Contributing

Setting up development environement

Pre-requisites

  • Linux Host ( say Ubuntu )
  • Virtual Box
  • Vagrant
  • Git
  • Create a developement folder ( say $dev-folder, in my case it is /home/kmova/github.com/openebs )

Launch Development VM

In your linux host

cd $dev-folder
sudo git clone https://github.com/openebs/test-storage.git
cd $dev-folder/test-storage
vagrant up
vagrant ssh

Develop and Test your changes.

cd $dev-folder/test-storage
vagrant ssh
cd /vagrant/fio