search for: virstoragesourceislocalstorage

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

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
...> > > >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 > > Author: Eric Blake...
2017 Jul 18
0
Re: Why cannot block copy local storage to network disk
...rted: 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 > Author: Eric Blake eblake@redhat.com <http://mailto...