Friday, 2024-03-22

opendevreviewJosephine Seifert proposed openstack/cinder-specs master: Spec for user visible information in volume types  https://review.opendev.org/c/openstack/cinder-specs/+/90919506:45
opendevreviewJosephine Seifert proposed openstack/cinder-specs master: Spec for user visible information in volume types  https://review.opendev.org/c/openstack/cinder-specs/+/90919506:49
tkajinamI wonder if anyone with bug triage permission mark the following bugs about removed drivers "won't fix" ?07:08
tkajinamhttps://bugs.launchpad.net/cinder/+bug/148195907:08
tkajinamhttps://bugs.launchpad.net/cinder/+bug/148195807:08
tkajinamhttps://bugs.launchpad.net/cinder/+bug/148195707:08
tkajinamhttps://bugs.launchpad.net/cinder/+bug/148195407:08
tkajinamhttps://bugs.launchpad.net/cinder/+bug/148195207:08
hkominosMorning 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
opendevreviewYian Zong proposed openstack/cinder master: Dell PowerFlex: add NVMe-oF support  https://review.opendev.org/c/openstack/cinder/+/91205808:10
whoami-rajatthanks tkajinam for triaging those, I've marked them as won't fix10:08
opendevreviewMerged openstack/cinder master: HPE 3par: Unable to create clone of replicated vol  https://review.opendev.org/c/openstack/cinder/+/88459410:09
tkajinamwhoami-rajat, thx !10:21
opendevreviewRaghavendra Tilay proposed openstack/cinder stable/2024.1: HPE 3par: Unable to create clone of replicated vol  https://review.opendev.org/c/openstack/cinder/+/91381612:18
DiegoHello! Can someone can help me with something wrong happening when I tried to set up a cinder volume?13:38
fungiDiego: 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
DiegoAt the moment, I followed the installation guide (https://docs.openstack.org/cinder/2023.2/install/) 13:42
fungiare 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
fungisounds like you're trying to install cinder in that case, not just create a volume as a normal user13:42
fungii don't really have any experience installing and managing the cinder service, but hopefully other people in here do13:43
DiegoI am the administrator of this openstack cloud. We are trying it on my team13:43
Diegothe result is that I have my cinder-volume that stays on a down state and can't find why13:43
fungipresumably you've looked in the service logs and don't see any obvious errors to explain why it's not starting13:44
Diegono, I turned on debug and verbose and nothing is obvious13:45
DiegoWARNING cinder.scheduler.host_manager [None req-e02e560a-5611-4bd1-a56a-2b9fdfea3738 - - - - - -] volume service is down. 13:45
Diegohmmm, too short13:46
DiegoWARNING cinder.scheduler.host_manager [None req-e02e560a-5611-4bd1-a56a-2b9fdfea3738 - - - - - -] volume service is down. (host: prvlopsdata1@lvm)13:46
Diegoon prvlopsdata1, nothing obvious13:46
Diegoon the controller, I receive information about the volume:13:51
DiegoDEBUG 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, 'pro13:51
Diegobut  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
DiegoIf I try to create a volume with openstack volume create, i have this error: 14:00
DiegoFailed 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 available14:00
DiegoWhich sounds quite natural in the context14:01
hkominosmaybe 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/!