search for: l802

Displaying 3 results from an estimated 3 matches for "l802".

Did you mean: 802
2018 Nov 02
2
How can I rebase network disk?
...nstack, ceph and libvirt now. The live volume migration will call the libvirt rebase function in openstack nova project. https://github.com/openstack/nova/blob/stable/rocky/nova/virt/libvirt/driver.py#L1497 https://github.com/openstack/nova/blob/stable/rocky/nova/virt/libvirt/guest.py#L802 But I use the ceph as the openstack block backend. And the type of disk is network in xml. <disk type='network' device='disk'> <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> <auth username='cinder'&...
2018 Nov 05
0
Re: How can I rebase network disk?
...now. > > > The live volume migration will call the libvirt rebase function in openstack nova project. > https://github.com/openstack/nova/blob/stable/rocky/nova/virt/libvirt/driver.py#L1497 > https://github.com/openstack/nova/blob/stable/rocky/nova/virt/libvirt/guest.py#L802 > > > But I use the ceph as the openstack block backend. And the type of disk is network in xml. > <disk type='network' device='disk'> > <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> > <a...
2018 Nov 07
2
Re: How can I rebase network disk?
...am using openstack, ceph and libvirt now. The live volume migration will call the libvirt rebase function in openstack nova project. https://github.com/openstack/nova/blob/stable/rocky/nova/virt/libvirt/driver.py#L1497 https://github.com/openstack/nova/blob/stable/rocky/nova/virt/libvirt/guest.py#L802 But I use the ceph as the openstack block backend. And the type of disk is network in xml. <disk type='network' device='disk'> <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> <auth username='cinder'> <...