A Container Storage Interface (CSI) Driver for Qsan XEVO Storage.
- Support iSCSI and FC protocol on Qsan QSM storage
- Support dynamic volume provisioning
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
cd csi-qsan/deploy
./uninstall.sh