<div>Hi, Oliver.</div><div> </div><div>On Ussuri we do have logs in systemd-journald. So in order to see logs, you need to use journalctl command,</div><div>for example `journalctl -u cinder-volume` inside lxc container with cinder volume.</div><div>IIRC, for lvm storage, cinder-volumes should be launched on every nova compute node in order to attach volumes</div><div>to instances, since it's not shared storage. Also you will need to ensure that created volume is owned by the cinder-volume service,</div><div>that lives on the same compute host where instance is launched.</div><div>So probably you should consider usage of the shared storages like NFS or Ceph, rather than LVM, except you're doing AIO deployment.</div><div> </div><div>Also you can always join us on IRC on Freenode at #openstack-ansible</div><div> </div><div>07.10.2020, 16:11, "Oliver Wenz" <oliver.wenz@dhbw-mannheim.de>:</div><blockquote><p>Hi,<br />I've deployed OpenStack successfully using openstack-ansible. I use<br />cinder with LVM backend and can create volumes. However, when I attach<br />them to an instance, they stay detached (though there's no Error<br />Message) both using CLI and the Dashboard.<br /><br />Looking for a solution I read that the cinder logs might contain<br />relevant information but in Ussuri they don't seem to be present under<br />/var/log/cinder...<br /><br />Here's the part of my openstack_user_config.yml regarding Cinder:<br /><br />```<br />storage_hosts:<br />   lvm-storage1:<br />     ip: 192.168.110.202<br />     container_vars:<br />       cinder_backends:<br />         lvm:<br />           volume_backend_name: LVM_iSCSI<br />           volume_driver: cinder.volume.drivers.lvm.LVMVolumeDriver<br />           volume_group: cinder-volumes<br />           iscsi_ip_address: 10.0.3.202<br />         limit_container_types: cinder_volume<br />```<br /><br />I've created cinder-volumes with vgcreate before the installation and<br />all cinder services are up:<br /><br /># openstack volume service list<br />+------------------+--------------------------------------+------+---------+-------+----------------------------+<br />| Binary | Host | Zone |<br />Status | State | Updated At |<br />+------------------+--------------------------------------+------+---------+-------+----------------------------+<br />| cinder-backup | bc1bl10 | nova |<br />enabled | up | 2020-10-07T11:24:10.000000 |<br />| cinder-volume | <a href="mailto:bc1bl10@lvm">bc1bl10@lvm</a> | nova |<br />enabled | up | 2020-10-07T11:24:05.000000 |<br />| cinder-scheduler | infra1-cinder-api-container-1dacc920 | nova |<br />enabled | up | 2020-10-07T11:24:05.000000 |<br />+------------------+--------------------------------------+------+---------+-------+----------------------------+<br /><br /><br />Thanks in advance!<br /><br />Kind regards,<br />Oliver<br /> </p></blockquote><div> </div><div> </div><div>-- <br />Kind Regards,</div><div>Dmitriy Rabotyagov</div><div> </div>