> I am trying to create a logical volume storage pool with persistent
> device names for the block devices, because I can't/don't want to ensure
> that /dev/sd* names are persistent through reboots.
>
> virsh # pool-define-as web2067 logical - -
> /dev/disk/by-path/pci-:18:00.0-scsi-0:2:2:0 w
Thanks for your reply. The nova project uses the virDomainBlockRebase API to
finish the rebase operation from the old disk to the new disk not using the
virDomainBlockCopy API.
I am confused of the difference of virDomainBlockRebase and virDomainBlockCopy.
Cheers,
Boxiang
On 11/5/2018 22:07,
On Mon, Oct 22, 2018 at 12:07:13PM -0300, Rodrigo Siqueira wrote:
Hi,
First of all, thanks for your feedback :)
Sorry for the slow reply, lot of work around KVM Forum conference.
On 10/17, Martin Kletzander wrote:
On Wed, Oct 03, 2018 at 01:04:50PM -0300, Rodrigo Siqueira wrote:
> Hi,
>
>