Re: [libvirt] [PATCHv2 3/7] storage: Error out when attempting to vol-upload into a remote pool

2014-03-04 Thread Eric Blake
On 03/03/2014 09:05 AM, Peter Krempa wrote: Pools that are not backed by files in the filesystem cause problems with some APIs. Error out when attempting to upload a volume in such a pool as currently we expect a local file representation for it. --- src/storage/storage_driver.c | 31

[libvirt] [PATCHv2 3/7] storage: Error out when attempting to vol-upload into a remote pool

2014-03-03 Thread Peter Krempa
Pools that are not backed by files in the filesystem cause problems with some APIs. Error out when attempting to upload a volume in such a pool as currently we expect a local file representation for it. --- src/storage/storage_driver.c | 31 +-- 1 file changed, 25