Skip to content

QsanJohnson/csi-qsan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

csi-qsan

A Container Storage Interface (CSI) Driver for Qsan XEVO Storage.

Features

  • Support iSCSI and FC protocol on Qsan QSM storage
  • Support dynamic volume provisioning

Deployment

Install

Clone the git repository code

git clone https://github.com/QsanJohnson/csi-qsan

Enter the deploy directory

cd csi-qsan/deploy

Modify qsan-auth.yaml secret file to specify Qsan storage address and login credentials. It can support multiple Qsan storages.

storageArrays:
- server: 192.168.1.1
  port: 80
  https: false
  username: admin
  password: 1234
- server: 192.168.1.2
  username: admin
  password: 1234

Finally execute install.sh script to deploy

./install.sh

Uninstall

cd csi-qsan/deploy
./uninstall.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published