镜像概览

完整引用
docker.io/openebs/cstor-istgt
Registry
docker.io
命名空间
openebs
仓库
cstor-istgt
已缓存 Tag 数
372
最近同步
07/06/2026, 03:45 PM

简介

OpenEBS cStor iSCSI target 镜像,在节点上为 cStor 复制卷提供 iSCSI 导出,属于 OpenEBS 块存储数据面,需配合 cStor pool 与 control plane。

详细介绍

openebs/cstor-istgt 实现 cStor 卷的 iSCSI target 端,kubelet 经 iscsiadm 挂载 PersistentVolume。通常以 DaemonSet 或 OpenEBS Operator 管理的 Pod 运行在有 cStor 池的节点。与 Mayastor 相比 cStor 成熟于传统磁盘池场景;生产应固定 tag、确保 iscsi-initiator 工具在节点可用,并与 cstor-pool-mgmt 版本一致。

快速启动

docker run -d --name cstor-istgt \
  --privileged --network host \
  -e OPENEBS_IOBASE_DIR=/var/openebs \
  -v /var/openebs:/var/openebs \
  docker.io/openebs/cstor-istgt:latest

推荐实践

docker run -d --name cstor-istgt \
  --restart unless-stopped \
  --privileged --network host \
  -e OPENEBS_IOBASE_DIR=/var/openebs \
  -e CSTOR_TARGET_ID=cstor-target-001 \
  -v /var/openebs:/var/openebs \
  docker.io/openebs/cstor-istgt:3.5.0

核心参数说明

  • --privileged — iSCSI target 需内核能力
  • --network host — iSCSI 3260 端口与节点网络
  • -e OPENEBS_IOBASE_DIR — cStor 数据根目录
  • -e CSTOR_TARGET_ID — Target 实例标识
  • -v /var/openebs:... — 池与卷元数据
  • 固定 tag — 与 cstor-pool-mgmt 版本对齐

Kubernetes

apiVersion: apps/v1
kind: DaemonSet
metadata:
  name: cstor-istgt
  namespace: openebs
spec:
  selector:
    matchLabels:
      app: cstor-istgt
  template:
    metadata:
      labels:
        app: cstor-istgt
    spec:
      hostNetwork: true
      containers:
        - name: istgt
          image: docker.io/openebs/cstor-istgt:3.5.0
          securityContext:
            privileged: true
          env:
            - name: OPENEBS_IOBASE_DIR
              value: /var/openebs
          volumeMounts:
            - name: openebs
              mountPath: /var/openebs
      volumes:
        - name: openebs
          hostPath:
            path: /var/openebs

推荐通过 OpenEBS Helm 安装;节点需 open-iscsi,StorageClass 选 cstor-csi。

最新 Tag(20 条)

查看全部 372 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/openebs/cstor-istgt
:latest
linux/amd64linux/arm64
2023/12/12 01:3499.6 MBsha256:d120402bc16a
docker.io/openebs/cstor-istgt
:3.6.0
linux/amd64linux/arm64
2023/12/12 01:3499.6 MBsha256:d120402bc16a
docker.io/openebs/cstor-istgt
:3.5.0
linux/amd64linux/arm64
2023/07/26 09:0199.6 MBsha256:9e4c8c6728ac
docker.io/openebs/cstor-istgt
:3.4.0
linux/amd64linux/arm64
2022/10/01 01:1799.5 MBsha256:a1064c8663f4
docker.io/openebs/cstor-istgt
:3.4.x-ci
linux/amd64linux/arm64
2022/09/30 23:5599.5 MBsha256:c3b9458cdbd0
docker.io/openebs/cstor-istgt
:3.3.0
linux/amd64linux/arm64
2022/07/13 19:2399.5 MBsha256:88ce4bb221ae
docker.io/openebs/cstor-istgt
:3.3.0-RC2
linux/amd64linux/arm64
2022/07/11 14:2099.5 MBsha256:9f9c2f409ce2
docker.io/openebs/cstor-istgt
:3.3.0-RC1
linux/amd64linux/arm64
2022/07/04 20:2099.5 MBsha256:ccc840b3f7c6
docker.io/openebs/cstor-istgt
:3.3.x-ci
linux/amd64linux/arm64
2022/07/01 23:0599.5 MBsha256:05032e8df25f
docker.io/openebs/cstor-istgt
:3.2.0
linux/arm64linux/amd64
2022/04/18 16:1599.9 MBsha256:f5b98bdcd748
docker.io/openebs/cstor-istgt
:3.2.0-RC1
linux/amd64linux/arm64
2022/04/08 18:1499.5 MBsha256:4861f8f4e856
docker.io/openebs/cstor-istgt
:3.2.x-ci
linux/amd64linux/arm64
2022/04/08 02:3499.5 MBsha256:ea1da0798fc3
docker.io/openebs/cstor-istgt
:3.1.0
linux/amd64linux/arm64
2022/01/03 21:5099.5 MBsha256:b20ce32ec1f9
docker.io/openebs/cstor-istgt
:3.1.0-RC2
linux/amd64linux/arm64
2021/12/29 17:0899.5 MBsha256:657f7fef081d
docker.io/openebs/cstor-istgt
:3.1.0-RC1
linux/amd64linux/arm64
2021/12/20 15:1399.5 MBsha256:2c570aa09e21
docker.io/openebs/cstor-istgt
:3.1.x-ci
linux/amd64linux/arm64
2021/12/17 03:1099.5 MBsha256:37b13270ef5f
docker.io/openebs/cstor-istgt
:3.0.0
linux/amd64linux/arm64
2021/09/17 22:4699.5 MBsha256:024b0aa5a9dd
docker.io/openebs/cstor-istgt
:3.0.0-RC1
linux/amd64linux/arm64
2021/09/16 23:2899.5 MBsha256:9c42ae9f7ded
docker.io/openebs/cstor-istgt
:2.12.2
linux/amd64linux/arm64
2021/09/14 01:2099.5 MBsha256:afd76e6c383a
docker.io/openebs/cstor-istgt
:2.12.x-ci
linux/amd64linux/arm64
2021/09/13 20:0699.5 MBsha256:aa5104b827b1