Skip to content

riemann: vm riemann does not start. cause: reference to removed iso image #181

@tingox

Description

@tingox

When you try to start riemann, you get an error:

tingo@bite:~$ sudo virsh start riemann
error: Failed to start domain riemann
error: Cannot access storage file '/var/lib/iso/debian-9.1.0-amd64-netinst.iso': No such file or directory

dumping the xml via sudo virsh dumpxml riemann I see

    <disk type='file' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <source file='/var/lib/iso/debian-9.1.0-amd64-netinst.iso'/>
      <target dev='hda' bus='ide'/>
      <readonly/>
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
    </disk>

which is the most likely cause.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions