Comment 2 for bug 1939390

Revision history for this message
Gabriel Samfira (gabriel-samfira) wrote :

The dependency is quite small, and the nova-compute-libvirt package already pulls in open-iscsi. This seems like it could simply be added as a dependency during charm install, or as a dependency for nova-compute-libvirt.

In my case, the issue was fixed by running:

juju run --application nova-compute -- sudo apt-get -y install lsscsi

But this is not ideal.