On 2/7/19 8:53 AM, John Ferlan wrote:
While working through changes to add storage pool capabilities
I found that the volOptions definitions for a few pool types were
not necessary and in a couple of cases wrong. Figured I would
extract them out of my work on those adjustments while I'm still
working through the code.
John Ferlan (5):
conf: Remove volOptions for VIR_STORAGE_POOL_SHEEPDOG
conf: Remove volOptions for VIR_STORAGE_POOL_RBD
conf: Remove volOptions for VIR_STORAGE_POOL_SCSI
conf: Remove volOptions for VIR_STORAGE_POOL_ISCSI[_DIRECT]
conf: Remove volOptions for VIR_STORAGE_POOL_MPATH
src/conf/storage_conf.c | 21 ---------------------
tests/storagevolxml2xmlout/vol-sheepdog.xml | 1 -
2 files changed, 22 deletions(-)
NB: The full series is now posted and these patches are there, so go see
the full series instead:
https://www.redhat.com/archives/libvir-list/2019-February/msg00709.html
Tks -
John