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
0 answers

how to use openstack zun using cinder as a volume for data persistency

Currently i have deployed Openstack using Kolla ansible for Yoga version. I am able to successfully create cinder volume and able to mount it to Openstack Zun container. But after stopping and recreating container with the same cinder volume I am…
Tanjila
  • 47
  • 1
  • 8
0
votes
2 answers

How to repeat the same command in creating the openstack backup?

I took volumes 'in-use' of OpenStack instance and filtered those volume ids into a file from which it has to make a backup shell: openstack volume list | grep 'in-use' | awk '{print $2}' > /home/volumeid shell: openstack volume backup create {{…
0
votes
1 answer

Openstack cinder volume resize does not reflect without a vm reboot

When I extend a cinder volume which is "in-use" state, the volume gets extended but when I see inside the vm it does not show the extension it still shows the same size. Only after a reboot the change shows inside the vm - windows disk…
0
votes
1 answer

how openstack cinder distribute volume without special type while configure two ceph backend pools

I found that cinder-volume will distribute the volume to the pool which dependent on their virtual or actual free capacity while request to create a new volume without special volume type and there are two or more backend pools without setting the…
Victor Lee
  • 2,467
  • 3
  • 19
  • 37
0
votes
2 answers

how openstack get ceph(cinder) special pool's gigabytes which self defined volume type had used

Get the quota info: # openstack quota show +----------------------+--------+ | Field | Value | +----------------------+--------+ | gigabytes | 40000 | gigabytes_ceph_spec | 20000 Get the hypervisor stats: #…
Victor Lee
  • 2,467
  • 3
  • 19
  • 37
0
votes
1 answer

openstack cinder cant create,and cinder list ,openstack volume service list show "The server is currently unavailable."

i have installed cinder in controller node and block node. i test the status of openstack-cinder-scheduler and openstack-cinder-api(on controller node) ,openstack-cinder-volume and target.service(on block node),that they are running. but when i use…
0
votes
1 answer

Cannot delete Cinder volume with error message "image still has watchers"

I run Openstack cinder with ceph as its storage backend. when I occasionally tried to delete one of cinder-volume, it failed. So I turned to use rbd commands to troubleshoot this issue, below is the error message printed by the command: rbd rm…
Corey
  • 1,217
  • 3
  • 22
  • 39
0
votes
0 answers

openstack cinder-volume state down

I deployed openstack train using juju charms to private cloud environment with all servers on a single subnet. Attached to the cloud environment is iSCSI storage on a different subnet. All openstack services successfully deployed via juju charms but…
0
votes
1 answer

volume backup create what is errno 22?

Trying to create a volume backup both using the web UI and the cmd and keep getting errno 22. I'm unable to find information about the error or how to fix it. Anyone knows where I should start looking? (openstack) volume backup create --force --name…
Itay Gurvich
  • 121
  • 1
  • 6
0
votes
1 answer

How to install cinder-volume service when OpenStack installed using MicroStack

How can I install cinder-volume as only cinder-scheduler will be installed in microstack deployment. https://i.stack.imgur.com/zc84i.png
Jeevan R
  • 51
  • 1
  • 3
0
votes
0 answers

404 Error.. When manage an existing volume

I have a question when I try to manage an existing volume using Block Storage API V3. I made a request to /v3/{project_id}/manageable_volumes with the POST method. But I can’t manage an existing volume. Looking at the log, there was an error of…
kjharu
  • 31
  • 3
0
votes
1 answer

Showing Volume Details using python openstacksdk, python novaclient, python cinderclient

Hello guys and I hope you're having a great day. I have a question about using Openstack API in Python. I'm using python-novaclient for getting server details and flavor details. And I want to get the volume details too but I don't know how to do…
0
votes
1 answer

Can only reset cinder volume state as the admin user

Issue Unable to reset cinder volume state as non-admin user. What needs to be done so that users can reset volume states The following is an example the error seen when only the admin user is allowed to reset volume state: $ cinder reset-state…
Pet_cpp
  • 3
  • 2
0
votes
1 answer

HOT template for cinder volume with or without volume_type

I am trying to write a HOT template for Openstack volume, and need to have the volume_type as a parameter. I also need to support a case when the parameter is not given, and default to the Cinder default volume type. First attempt was to pass null…
kjk
  • 11
  • 2
0
votes
1 answer

Image Volume Cache not working for RAW images

The image volume cache is only working for a QCOW2 image and not for a RAW image. This feature of Cinder promises to improve the volume creation performance…
Shubhamoy
  • 3,718
  • 2
  • 19
  • 24