Displaying 3 results from an estimated 3 matches for "l1211".
Did you mean:
1211
2020 Oct 22
2
Why "discard":"unmap" is the default option for disks
...ot;:false,"driver":"raw","file":"libvirt-1-storage"}
-device
virtio-blk-pci,bus=pci.2,addr=0x0,drive=libvirt-1-format,id=virtio-disk1,werror=report,rerror=report
...
I think it's from
https://gitlab.com/libvirt/libvirt/-/blob/master/src/qemu/qemu_block.c#L1211
But I cannot find the reason from commit msgs or documents.
Could you please explain it?
2020 Oct 22
0
Re: Why "discard":"unmap" is the default option for disks
...node is then installed as the disk backend:
> -device
> scsi-hd,bus=scsi0.0,channel=0,scsi-id=0,lun=0,device_id=drive-scsi0-0-0-0,drive=libvirt-2-format,id=scsi0-0-0-0,bootindex=1
[...]
> I think it's from
> https://gitlab.com/libvirt/libvirt/-/blob/master/src/qemu/qemu_block.c#L1211
> But I cannot find the reason from commit msgs or documents.
> Could you please explain it?
See above. I'm curious though why are you asking? You didn't mention
that there's any problem with that.
2019 Jun 13
1
Libvirt API for getting disk capacity from VM XML
Hello everyone,
I am doing an outreachy internship at Openstack Ironic. In the sushy-tools
project, we are using libvirt VMs to simulate bare metal machines for
testing purposes.
In the XML description of a domain, there are a bunch of disk elements
giving information about the various storage devices attached to the
domain. Is there some way to get the size/capacity of those disks using the