opendevreview | Josephine Seifert proposed openstack/cinder-specs master: Spec for user visible information in volume types https://review.opendev.org/c/openstack/cinder-specs/+/909195 | 06:45 |
---|---|---|
opendevreview | Josephine Seifert proposed openstack/cinder-specs master: Spec for user visible information in volume types https://review.opendev.org/c/openstack/cinder-specs/+/909195 | 06:49 |
tkajinam | I wonder if anyone with bug triage permission mark the following bugs about removed drivers "won't fix" ? | 07:08 |
tkajinam | https://bugs.launchpad.net/cinder/+bug/1481959 | 07:08 |
tkajinam | https://bugs.launchpad.net/cinder/+bug/1481958 | 07:08 |
tkajinam | https://bugs.launchpad.net/cinder/+bug/1481957 | 07:08 |
tkajinam | https://bugs.launchpad.net/cinder/+bug/1481954 | 07:08 |
tkajinam | https://bugs.launchpad.net/cinder/+bug/1481952 | 07:08 |
hkominos | Morning all, I have a cinder-dev question. What would be an appropriate value for "backend_native_threads_pool_size" ? I am taking about a ceph-rbd backend here. I see online that there is a recommendation to increase this value, but not much more. 60 threads? or 160 ? | 08:05 |
opendevreview | Yian Zong proposed openstack/cinder master: Dell PowerFlex: add NVMe-oF support https://review.opendev.org/c/openstack/cinder/+/912058 | 08:10 |
whoami-rajat | thanks tkajinam for triaging those, I've marked them as won't fix | 10:08 |
opendevreview | Merged openstack/cinder master: HPE 3par: Unable to create clone of replicated vol https://review.opendev.org/c/openstack/cinder/+/884594 | 10:09 |
tkajinam | whoami-rajat, thx ! | 10:21 |
opendevreview | Raghavendra Tilay proposed openstack/cinder stable/2024.1: HPE 3par: Unable to create clone of replicated vol https://review.opendev.org/c/openstack/cinder/+/913816 | 12:18 |
Diego | Hello! Can someone can help me with something wrong happening when I tried to set up a cinder volume? | 13:38 |
fungi | Diego: can you describe what you're doing to set up the volume? an `openstack volume create` command line, or are you using the volume management panel in the horizon webui, or creating a volume through api calls from an application you've written? | 13:41 |
Diego | At the moment, I followed the installation guide (https://docs.openstack.org/cinder/2023.2/install/) | 13:42 |
fungi | are you a user of an openstack cloud that provides a cinder service, or are you trying to configure a deployment of the cinder service you're responsible for managing? | 13:42 |
fungi | sounds like you're trying to install cinder in that case, not just create a volume as a normal user | 13:42 |
fungi | i don't really have any experience installing and managing the cinder service, but hopefully other people in here do | 13:43 |
Diego | I am the administrator of this openstack cloud. We are trying it on my team | 13:43 |
Diego | the result is that I have my cinder-volume that stays on a down state and can't find why | 13:43 |
fungi | presumably you've looked in the service logs and don't see any obvious errors to explain why it's not starting | 13:44 |
Diego | no, I turned on debug and verbose and nothing is obvious | 13:45 |
Diego | WARNING cinder.scheduler.host_manager [None req-e02e560a-5611-4bd1-a56a-2b9fdfea3738 - - - - - -] volume service is down. | 13:45 |
Diego | hmmm, too short | 13:46 |
Diego | WARNING cinder.scheduler.host_manager [None req-e02e560a-5611-4bd1-a56a-2b9fdfea3738 - - - - - -] volume service is down. (host: prvlopsdata1@lvm) | 13:46 |
Diego | on prvlopsdata1, nothing obvious | 13:46 |
Diego | on the controller, I receive information about the volume: | 13:51 |
Diego | DEBUG cinder.scheduler.host_manager [None req-e02e560a-5611-4bd1-a56a-2b9fdfea3738 - - - - - -] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'prvlopsdata1@lvm#LVM', 'total': 4864.0, 'f ree': 4864.0, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 97280.0, 'reported_at': datetime.datetime(2024, 3, 22, 9, 8, 16, 838486)}, {'type': 'backend', 'name_to_id': 'prvlopsdata1@lvm', 'total': 4864.0, 'free': 4864.0 , 'allocated': 0.0, 'pro | 13:51 |
Diego | but cinder service-list gives me this answer: | 13:54 |
Diego | | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason | | 13:54 |
Diego | | cinder-scheduler | prvlopsctrl1 | nova | enabled | up | 2024-03-22T13:41:05.000000 | - | | 13:54 |
Diego | | cinder-volume | prvlopsdata1@lvm | nova | enabled | down | 2024-03-22T13:39:14.000000 | - | | 13:55 |
Diego | If I try to create a volume with openstack volume create, i have this error: | 14:00 |
Diego | Failed to run task cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create: No valid backend was found. No weighed backends available: cinder.exception.NoValidBackend: No valid backend was found. No weighed backends available | 14:00 |
Diego | Which sounds quite natural in the context | 14:01 |
hkominos | maybe you can place your cinder.conf , and the logs in a temporary pastebin? | 14:17 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!