Giter Site home page Giter Site logo

opencurve / curve-csi Goto Github PK

View Code? Open in Web Editor NEW
15.0 2.0 10.0 4.23 MB

Curve Container Storage Interface(CSI) driver

License: Apache License 2.0

Makefile 0.75% Go 96.20% Dockerfile 1.79% Smarty 1.14% Shell 0.11%
csi kubernetes k8s-sig-storage csi-plugin

curve-csi's People

Contributors

caoxianfei1 avatar h0hmj avatar icedroid avatar spyyang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

curve-csi's Issues

support curve-tgt

I hope curve-csi support curve-tgt, use iscsi create volume、mount volume.

create pvc failed by curve-csi

I have deployed a curve cluster, and I have created client by curveadm.
But I can't create pvc by curve-csi, and I am using curve-csi v3.0.0.

log:
image
image
image

my sc:
image

csi对接k8s无法使用

使用 curve-operator 部署了 curvebs
参照部署指引,使用 helm chart 部署 curve-csi 使用的镜像是 curve-csi:v3.0.0
配置 storageclasss:

allowVolumeExpansion: true
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  name: curve
parameters:
  user: k8s
  cloneLazy: "true"
provisioner: curve.csi.netease.com
reclaimPolicy: Delete
volumeBindingMode: Immediate

创建 PVC :

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  name: curve-test-pvc
spec:
  accessModes:
  - ReadWriteOnce
  resources:
    requests:
      storage: 10Gi
  storageClassName: curve

csi-curveplugin 报错如下:

[controllerserver.go:91] "ID: 33 Req-ID: pvc-e27a23xxxxx failed to get volDetail" err="can not run curve [stat --user k8s --filename /k8s/csi-vol-pvc-e27a23xxxxx],err: exit status 1, output: stat fail, ret = -2 FAILED"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.