search for: qemudomainblockcopycommon

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

2017 Jul 18
2
Why cannot block copy local storage to network disk
2017 Jul 25
1
Re: Why cannot block copy local storage to network disk
...argument unsupported: non-file destination not supported yet > > > >but I get the following error: > > > > error: argument unsupported: non-file destination not supported yet > > > >I check my libvirt source code, and find the following code sniff in > >/qemuDomainBlockCopyCommon/ function > > > >|if (!virStorageSourceIsLocalStorage(mirror)) { > >virReportError(VIR_ERR_ARGUMENT_UNSUPPORTED, "%s", _("non-file > >destination not supported yet")); } | > > > >it was introduced by Eric. > > > > commit e53ee6c...
2017 Jul 18
0
Re: Why cannot block copy local storage to network disk
...bose > —pivot > error: argument unsupported: non-file destination not supported yet > >but I get the following error: > > error: argument unsupported: non-file destination not supported yet > >I check my libvirt source code, and find the following code sniff in >/qemuDomainBlockCopyCommon/ function > >|if (!virStorageSourceIsLocalStorage(mirror)) { >virReportError(VIR_ERR_ARGUMENT_UNSUPPORTED, "%s", _("non-file >destination not supported yet")); } | > >it was introduced by Eric. > > commit e53ee6c123321a1775ef3b36e15a5fa351d10fe4 >...