Questions tagged [openstack-cinder]

Cinder is a Block Storage service for OpenStack. It's designed to allow the use of either a reference implementation (LVM) to present storage resources to end users that can be consumed by the OpenStack Compute Project (Nova).

Cinder virtualizes pools of block storage devices and provides end users with a self service API to request and consume those resources without requiring any knowledge of where their storage is actually deployed or on what type of device.

Source

73 questions
0
votes
2 answers

Openstack Heat - separate templates

I am looking for the best way of creating a stack, in a number of separate steps. I would like in the first template, to only get up the compute nodes and the network configuration. In the second template, I would like to create the storage nodes…
InfiGuy
  • 3
  • 3
0
votes
1 answer

openstack cinder error on liberty

I have an install of Liberty RDO openstack. However, when i attempt: [root@controller ~(keystonerc_admin:admin)]# cinder --insecure quota-defaults edc8225a13404a00b44d8099e060c3d5 /usr/lib/python2.7/site-packages/urllib3/connectionpool.py:769:…
yee379
  • 6,498
  • 10
  • 56
  • 101
0
votes
1 answer

How to sync / update local (volume) data with OpenStack server?

I want to create a server within OpenStack nova. The first step is to create a volume from an image: volume = cinder.volumes.create(5, name="test", imageRef=some_id, ...) The volume will then for some time in the state 'creating'. Calling…
Andreas Florath
  • 4,418
  • 22
  • 32
0
votes
0 answers

Devstack installation fail at python update.py /opt/stack//cinder

i am new to openstack. while installing devstack on virtual box uisng ubuntu i am getting the following error. can any one help me to fix the problem. The error prompt is as follows. cd /opt/stack/requirements python update.py…
user1286030
  • 57
  • 1
  • 4
0
votes
2 answers

Aims of Cinder and Swift in Openstack

I'm new to Openstack and I would understand very well the storage part, because I have to integrate Ceph as backend of Cinder and Swift for educational purposes ( we have to modify the crush algorithm to stress the reliability and another algorithm…
jamgas
  • 59
  • 1
  • 6
0
votes
1 answer

Boot from ISO on reboot is again installing it from ISO in icehouse

Below are the steps which I have followed. $> neutron port-create int-net --mac-address 00:11:22:01:01:01 --name 1_eth0 $> cinder create --display-name disk1 100 $> nova boot --flavor iso_flavor --image iso --security-groups default --nic…
Sasikiran Vaddi
  • 2,199
  • 4
  • 23
  • 29
0
votes
1 answer

Instance OS cannot find attached volume

I have been trying to figure this out since 2 days without success. Let me know if you have faced similar issue and how to fix it. Or any pointers will be of help. Here is what we do. Create virtual instance. Create blank volume. Create volume from…
Adam A R
  • 29
  • 5
-1
votes
1 answer

What filesystem type is appropriate for openstack cinder volume?

What filesystem type is appropriate for openstack cinder volume? How do you go about modifying the cinder service of an already deployed juju charms openstack to work with volumes on an external iSCSI as persistent storage? Thanks in advance.
-1
votes
1 answer

New dynamic volume (loop) missed after restart centos

I have Centos on my physical drive. new volume created like commands below: dd if=/dev/zero of=cinder-volumes bs=1 count=0 seek=50G losetup /dev/loop3 cinder-volumes fdisk /dev/loop3 n p 1 ENTER ENTER t 8e w pvcreate /dev/loop3 All things goes…
-1
votes
1 answer

Kubernetes: Cinder volume not working

I'm trying to fire up sample mysql pod with Cinder PD (https://github.com/kubernetes/kubernetes/tree/master/examples/mysql-cinder-pd). I have created the volume: $ cinder show…
Misko
  • 1,542
  • 2
  • 19
  • 31
-1
votes
1 answer

Can't create Snapshots, how to fallback from Swift to Cinder

I'm managing an installation of OpenStack Juno (deployed with Mirantis 6.0) working with two nodes, one controller and one compute. We're doing some testing and for some reason (our IT team thinks is something related to HAproxy) Swift stopped…
-2
votes
1 answer

Nova instance throws an error on launch - "failed to perform requested operation on instance"

Nova instance throws an error on launch - "failed to perform requested operation on instance….the server has either erred or is incapable of performing the requested operation (HTTP 500)". See screenshot below. InstanceCraetion Error Surprisingly it…
Yogesh Joshi
  • 1
  • 1
  • 1
-2
votes
1 answer

Can't display cinder, nova and neutron infos in horizon dashboard

I started to work on openstack, and have installed it on ubuntu, and after all configuration I'm having a problem displaying cinder & nova & neutron services on horizon error impossible to get information on nova , cinder , neutron
1 2 3 4
5