]> xenbits.xensource.com Git - libvirt.git/commit
storage: Store gluster volume name separately
authorPeter Krempa <pkrempa@redhat.com>
Fri, 2 May 2014 14:17:42 +0000 (16:17 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 23 May 2014 07:25:51 +0000 (09:25 +0200)
commit1115f975b46fa098b25708d84c6476462a413dbb
treec06c266965c6b04d5253bc552c0d7eec99601dfc
parentb8d6ba9bdc66c48ec8b889314424c773eb8d319e
storage: Store gluster volume name separately

The gluster volume name was previously stored as part of the source path
string. This is unfortunate when we want to do operations on the path as
the volume is used separately.

Parse and store the volume name separately for gluster storage volumes
and use the newly stored variable appropriately.
src/conf/domain_conf.c
src/qemu/qemu_command.c
src/storage/storage_backend_gluster.c
src/util/virstoragefile.c
src/util/virstoragefile.h