---
title: Charmhub | Deploy Ceph Iscsi using Charmhub - The Open Operator Collection
description: Deploy the latest version of Ceph Iscsi on any cloud.
url: https://charmhub.io/ceph-iscsi/actions
---

# Ceph Iscsi

[OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")

* [OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")
* [Cloud](https://charmhub.io/?filter=cloud)
* [Storage](https://charmhub.io/?filter=storage)

Platform:

23.04

22.10

22.04

21.10

21.04

20.10

20.04

quincy/stable 99

```
juju deploy ceph-iscsi --channel quincy/stable
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

* [add-trusted-ip](https://charmhub.io/ceph-iscsi/actions#add-trusted-ip)
* [create-target](https://charmhub.io/ceph-iscsi/actions#create-target)
* [pause](https://charmhub.io/ceph-iscsi/actions#pause)
* [resume](https://charmhub.io/ceph-iscsi/actions#resume)
* [security-checklist](https://charmhub.io/ceph-iscsi/actions#security-checklist)

[Learn about actions >](https://juju.is/docs/juju/action)

* add-trusted-ip

  Add IP address that is permitted to talk to API

  Params

  + ips
    string

    Space seperated list of trusted ips
  + overwrite
    boolean

    If False append IPs to list

  Required

  ips
* create-target

  Create a new cache tier

  Params

  + client-initiatorname
    string

    The initiator name of the client that will mount the target
  + client-password
    string

    The CHAPs password to be created for the client
  + client-username
    string

    The CHAPs username to be created for the client
  + ec-rbd-metadata-pool
    string

    Name of the metadata pool to use with rbd-pool-name if rbd-pool-name is erasure coded.
  + gateway-units
    string

    Space seperated list of gateway units eg 'ceph-iscsi/0 ceph-scsi/1'
  + image-name
    string

    Image name
  + image-size
    string

    Target size
  + iqn
    string

    iSCSI Qualified Name
  + rbd-pool-name
    string

    Name of ceph pool to use to back target

  Required

  image-size,
  image-name,
  client-initiatorname,
  client-username,
  client-password
* pause

  Pause ceph-iscsi services.
  If the ceph-iscsi deployment is clustered using the hacluster charm, the
  corresponding hacluster unit on the node must first be paused as well.
  Not doing so may lead to an interruption of service.
* resume

  Resume ceph-iscsi services.
  If the ceph-iscsi deployment is clustered using the hacluster charm, the
  corresponding hacluster unit on the node must be resumed as well.
* security-checklist

  Validate the running configuration against the OpenStack security guides checklist
