First time here? Check out the FAQ!
![]() | 1 | initial version |
@netracer
The warning was from nova/virt/libvirt/driver.py
elif inject_files and CONF.libvirt.inject_partition != -2:
if booted_from_volume:
LOG.warn(_('File injection into a boot from volume '
'instance is not supported'), instance=instance)
self._inject_data(
instance, network_info, admin_pass, files, suffix)
It will still move on to call self._inject_data though.
Does it generate extra logs in /var/log/nova/compute.log ?