libvirt/src/storage
Osier Yang b958419534 storage: Create enough volumes for mpath pool
"virStorageBackendCreateVols":
  "names->next" serves as condition expression for "do...while",
however, "names" was shifted before, it then results in one less
loop, and thus, one less volume will be created for mpath pool,
the patch is to fix it.

* src/storage/storage_backend_mpath.c
2011-02-15 10:12:24 +08:00
..
parthelper.c maint: improve i18n on non-Linux 2010-11-17 10:12:57 -07:00
storage_backend_disk.c maint: use gnulib configmake rather than open-coding things 2010-11-17 08:58:58 -07:00
storage_backend_disk.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend_fs.c storage: Ignore dangling symbolic link for filesystem pool 2010-12-21 08:07:09 -07:00
storage_backend_fs.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend_iscsi.c Check whether pools are already active upon libvirtd startup 2010-11-23 15:00:35 +00:00
storage_backend_iscsi.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend_logical.c Add VIR_DIV_UP to divide memory or storage request sizes with round up 2011-01-29 00:42:10 +01:00
storage_backend_logical.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend_mpath.c storage: Create enough volumes for mpath pool 2011-02-15 10:12:24 +08:00
storage_backend_mpath.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend_scsi.c Improve SCSI volume name generation 2010-11-23 15:00:35 +00:00
storage_backend_scsi.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend.c Add VIR_DIV_UP to divide memory or storage request sizes with round up 2011-01-29 00:42:10 +01:00
storage_backend.h Check whether pools are already active upon libvirtd startup 2010-11-23 15:00:35 +00:00
storage_driver.c Remove two unused PATH_MAX-sized char arrays from the stack 2011-01-18 23:14:37 +01:00
storage_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00