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
1
vote
1 answer

Wrong cinder quota usage calculation - BUG

I am facing the issue with cinder volume usage calculation, you can see from the below output that the 10GB volume is in reserved status and total usage is not included this 10Gb. Is there anyway to clear this or update In_use, out actual usage is…
sannu
  • 37
  • 5
1
vote
2 answers

k8s - Cinder "0/x nodes are available: x node(s) had volume node affinity conflict"

I have my own cluster k8s. I'm trying to link the cluster to openstack / cinder. When I'm creating a PVC, I can a see a PV in k8s and the volume in Openstack. But when I'm linking a pod with the PVC, I have the message k8s - Cinder "0/x nodes are…
combivel
  • 11
  • 1
  • 2
1
vote
1 answer

cinder redirecting public endpoint to http

I am running cinder client and trying to consume openstack endpoint but when i run cinder show the request are getting redirected to http endpoint and getting aborted #cinder --version 4.1.0 #cinder show 3988928-79b0-4e2e-90a9-38089af5b46e ERROR:…
sannu
  • 37
  • 5
1
vote
0 answers

Cinder volume creation failing on openstack

The following is the output of heat-engine.log. It says that ResourceInError: resources.sdc_volume_data: Went to status error due to "Unknown" 2018-07-04 15:15:47.684 33906 INFO heat.engine.resource [req-c6dfeeec-ec2e-404b-a1c9-aadf516ab4e6 - admin…
surabhi gupta
  • 65
  • 1
  • 1
  • 9
1
vote
0 answers

Custom Authentication Middleware for Standalone Openstack Cinder Service

I am trying to build a standalone cinder service. I would like to build a custom authentication middleware and use that instead of Keystone. Does anyone know of any blog posts, articles, etc. that documents the process of building custom…
1
vote
1 answer

Openstack : Can't create volume from image (Space issue)

I'm trying to convert a CentOS7 image to a volume, the volume is create but it's empty and i get this error ==> /var/log/cinder/volume.log <== 2018-02-26 21:37:10.359 4488 ERROR cinder.volume.flows.manager.create_volume…
makz
  • 51
  • 9
1
vote
2 answers

Maven can create folders and lock file, but hangs while downloading

I have a maven build that I'm running in a docker container using the official maven image from the Docker hub. The .m2 directory is mounted to an NFS share. This works in one environment, but in another identical environment it will always hang…
Daniel Watrous
  • 3,467
  • 2
  • 36
  • 48
1
vote
0 answers

Mirantis Fuel 9.2 "Failed tasks: Task[openstack-cinder/7], Task[openstack-cinder/6], Task[openstack-cinder/8]"

I have a problem deploying OpenStack environment on an HP server using Mirantis Fuel 9.2. Tried to redeploy the environment a couple of times with different configurations and I still get this error. What's interesting is that it deploys flawlessly…
NoName
  • 75
  • 8
1
vote
2 answers

How the kubernetes cinder volume plugin works?

I'm new to k8s, and recently, I read the cinder volume plugin source code: cinder volume plugin. I don't know how the plugin works, and how it communicates with cinder? And I don't find the request and response in code. Does the cinder volume plugin…
1
vote
2 answers

openstack instance fails to spawn

i was able to spin up instance with cirros but i have created image of ubuntu 14.04 but i was unable to spin up instance using this image Please find the lob ebelow Error: Failed to perform requested operation on instance "test", the instance has…
1
vote
1 answer

How to use the cinder plugin in Kubernetes

Using Kubernetes on bare metal and trying to figure out how to mount a external bloc storage volume from an OpenStack cloud provider. I understand I need to use the Cinder…
MrE
  • 19,584
  • 12
  • 87
  • 105
1
vote
0 answers

Devstack: There was an error submitting the form. Please try again. (when launching instance)

When i try to launch an instance on my devstack (kilo) from horizon dashboard i get a message "There was an error submitting the form. Please try again." That problem exists only when i try to start instance from admin user(from demo user works…
SteP
  • 35
  • 7
1
vote
1 answer

Interaction between components in OpenStack

i am quite noobie about OpenStack components and role, and i am having trouble understanding how each component works and when they operate; Suppose that i have a certain image in my openStack storage and a client uses it and complete some…
Rotom92
  • 696
  • 1
  • 7
  • 20
0
votes
0 answers

OpenStack volum create from image fails and the error is 'qemu_thread_create: Resource temporarily unavailable'. How to fix it?

I am setting the OPENSTACK yoga version. After building all modules, I encountered a problem.In the process of creating a volume, if I do not select the volume source, I can create a blank volume normally. But if I choose a volume source (such as…
lhclhc1231
  • 11
  • 2
0
votes
3 answers

How can I fix a cinder volume stuck in "attaching" state?

After resizing an instance, a few volumes attached to it reattached correctly but a number of volumes are now stuck in "attaching" state. I am unable to detach any volumes to reattach them as they are not in the correct state: # nova volume-detach…