I am trying to get a volume driver to work on a docker swarm which uses nova instances and cinder volume and makes persistent storage available for the swarm services. I can only create cinder volumes of type ceph. I am modifying the driver and trying to get it to work for me, but I cannot get the TargetPortal, TargetIQN etc to do the iscsi attach. Should I be using RBD instead of iscsi since the volume type is ceph?
What is the difference between ceph rbd and iscsi in the context of Cinder volume (of type ceph)?
804 Views Asked by Anu At
1
There are 1 best solutions below
Related Questions in DOCKER-SWARM
- Docker Data Volume Container - Can I share across swarm
- Adding nodes on the fly with Docker Swarm
- Creating a docker swarm cluster in Vagrant
- Number of nodes appears 0 in a swarm cluster
- swarm, kubernetes or mesos for batch processing jobs
- Use senecajs with docker
- Load balancing docker swarm using Ha Proxy
- Is there any way to know the service name (swarm) from a container?
- Manage multiple nginx containers on the same host with Docker Swarm
- Is Docker global service always created first on new Swarm node?
- Docker swarm use local service instance
- How should a registry be run in a docker swarm?
- How to create docker containers with the same internal IP address?
- How can I use a docker swarm mode manager behind a floating IP
- How to restart multiple containers in a docker swarm
Related Questions in DOCKER-VOLUME
- Docker volume - need permissions to write to database
- running and sharing a host folder from a container using docker-py
- docker-compose: define mount for bind mount and managed mount
- ERROR: In file './docker-compose.yml', volume must be a mapping not a string
- Unable to mount persistent volume to Docker container using Rex-Ray and VirtualBox Media storage - "Invalid managed object reference" error
- User not created in MySQL when using docker-compose
- Docker volume storage duplication
- Storage requirement when using for AWS ECS
- Copying docker image folder between partition with rsync
- what happens when docker volume crashes?
- minikube + Docker Volumes?
- docker container unable to create directory in volume
- Docker volume mounts with empty contents with docker-compose
- Backup-friendly Docker volumes
- Mapping volume related with WORKDIR
Related Questions in CEPH
- Ceph- list object in a RADOS block device
- ImportError: module 'setuptools.dist' has no 'check_specifier' attribute
- CephFS Volume Mount Fails
- User Data (object) Isolation on Instant Messaging
- Ceph enters degraded state after Deis installation
- Mounting ceph fails with "mount error 5 = Input/output error"
- Persistent Storage (Gluster/Other storage) for Kubernetes
- disk plug cache after first time
- Data 100% unknown after Ceph Update
- Finding location of Files (Ceph)
- Kubernetes Ceph StorageClass with dynamic provisioning
- Spark - dynamic allocation - shuffle_1_0_0.index (No such file or directory)
- Rook and ceph on kubernetes
- Doing minor version update of Ceph cluster with ceph-ansible and rolling-update playbook
- MountVolume.SetUp failed for volume "rook-ceph-crash-collector-keyring" : secret "rook-ceph-crash-collector-keyring" not found
Related Questions in ISCSI
- How to determine which Windows drives map to which SAN storage devices using WMI?
- how to send pdu with data-digest, if I the initiator is "windows ISCSI Initiator"
- Connected Clients information on iscsi target server
- Find the New Drives connected through iSCSI
- Creating a loopback device in lio scsi target
- Using windows CMD to list ISCSI drives?
- How does LBA of LUN mapped to image file of iSCSI file-based target
- iscsiadm "no portals found"
- What arguments needed to exec MSIscsiInitiator_TargetClass:Login?
- Execute readlink on a remote machine
- An ISCSI target created by tgt can not be found by the initiator
- ISCSI Target Windows API
- iSCSI packets understanding and what each one does
- iSCSI Packet Header
- CEPH-ISCSI fails when restarting rbd-target-api and won't work anymore
Related Questions in OPENSTACK-CINDER
- Devstack installation fail at python update.py /opt/stack//cinder
- Create an instance from volume in openstach with python-novaclient
- Boot from ISO on reboot is again installing it from ISO in icehouse
- Can only reset cinder volume state as the admin user
- Openstack All-In-One local storage size
- Openstack cinder volume resize does not reflect without a vm reboot
- Failing to attach volume to openstack instance
- HOT template for cinder volume with or without volume_type
- OpenStack magnum Kubernetes cluster config issues
- Kubernetes associate cinder storage with pod
- Openstack volume service list showing down
- how openstack cinder distribute volume without special type while configure two ceph backend pools
- What is the difference between ceph rbd and iscsi in the context of Cinder volume (of type ceph)?
- OpenStack (Swift) or CEPH deduplication feature? or any deduplication HA storage cluster solutions?
- Openstack heat : Stack deletion behaviour in case of attaching a volume as a part of HEAT templete
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I got this working using the Rexray. iscsi is not supported for cinder in my case. That is why these details are not returned by openstack endpoint during attach for the cinder-docker-driver.