]> xenbits.xensource.com Git - libvirt.git/commit
Make logical pools independent on target path
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 30 Apr 2013 11:48:46 +0000 (13:48 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 16 Jul 2013 10:16:37 +0000 (12:16 +0200)
commitefab27afbf02743a3a2582e9a111eb1b7d985b26
treebc0b9c2a4264db70f9ef55b4d03d5c69f833cede
parent9e45b3dfe3e1c3827e77fa6f2c888a77bd9ea683
Make logical pools independent on target path

When using logical pools, we had to trust the target->path provided.
This parameter, however, can be completely ommited and we can use
'/dev/<source.name>' safely and populate it to target.path.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=952973
docs/schemas/storagepool.rng
src/conf/storage_conf.c
src/storage/storage_backend_logical.c
src/storage/storage_driver.c
tests/storagepoolxml2xmlin/pool-logical-create.xml
tests/storagepoolxml2xmlin/pool-logical-nopath.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-logical-nopath.xml [new file with mode: 0644]
tests/storagepoolxml2xmltest.c