]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Implement CreateVolFrom for logical and disk backend.
authorCole Robinson <crobinso@redhat.com>
Thu, 9 Jul 2009 23:17:31 +0000 (19:17 -0400)
committerCole Robinson <crobinso@redhat.com>
Thu, 16 Jul 2009 16:52:52 +0000 (12:52 -0400)
commitfd06fd1442f6cd404a7221fb2d56bc42f0e013c7
tree9a127b2dc6ba70fa6f395a5b90a381350c4b691f
parentf23814e0cdd25a9acfad4825d2c04343f4e8a1b2
storage: Implement CreateVolFrom for logical and disk backend.

With the previous refactoring, this is a simple process, since the global
'CreateBlockFrom' in storage_backend does all the work.
src/storage_backend_disk.c
src/storage_backend_logical.c