libvirt/src/storage
Cole Robinson cab1a9dee8 storage: lvm: use correct lv* command parameters
lvcreate want's the parent pool's name, not the pool path
lvchange and lvremove want lv specified as $vgname/$lvname

This largely worked before because these commands strip off a
starting /dev. But https://bugzilla.redhat.com/show_bug.cgi?id=714986
is from a user using a 'nested VG' that was having problems.

I couldn't find any info on nested LVM and the reporter never responded,
but I reproduced with XML that specified a valid source name, and
set target path to a symlink.
2012-04-16 08:00:15 -04:00
..
parthelper.c Fix parted sector size assumption 2011-09-01 10:46:31 +01:00
storage_backend_disk.c storage: forbid rebuilding existing disk storage pools 2011-11-14 18:19:40 +01:00
storage_backend_disk.h
storage_backend_fs.c Implement virStorageVolResize() for FS backend 2012-01-31 11:58:11 -05:00
storage_backend_fs.h build: storage: Conditionaly compiled structure caused build fail on OSX 2011-09-16 21:03:50 +08:00
storage_backend_iscsi.c Consistent style for usage of sizeof operator 2012-03-30 11:47:24 +01:00
storage_backend_iscsi.h
storage_backend_logical.c storage: lvm: use correct lv* command parameters 2012-04-16 08:00:15 -04:00
storage_backend_logical.h Fix two out-of-date comments in LVM backend 2011-04-17 08:37:31 +02:00
storage_backend_mpath.c build: drop useless dirent.h includes 2011-11-11 14:12:37 -07:00
storage_backend_mpath.h
storage_backend_scsi.c build: rename files.h to virfile.h 2011-07-21 10:34:51 -06:00
storage_backend_scsi.h
storage_backend.c storage: Don't unsparsify images when cloning 2012-02-07 14:53:45 -05:00
storage_backend.h Implement virStorageVolResize() for FS backend 2012-01-31 11:58:11 -05:00
storage_driver.c Consistent style for usage of sizeof operator 2012-03-30 11:47:24 +01:00
storage_driver.h