]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Error out when attempting to vol-upload into a remote pool
authorPeter Krempa <pkrempa@redhat.com>
Mon, 3 Mar 2014 15:11:28 +0000 (16:11 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 5 Mar 2014 08:08:32 +0000 (09:08 +0100)
commit429bf2534c0c06bf653557e192fe861d870880dc
treec18726b12da1e16a147a106dace7ebedb5e05828
parente45c30ee69e90e48a084d9f564f31159a4364b63
storage: Error out when attempting to vol-upload into a remote pool

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