The first of these two patches adds XML output for multi-IQN iSCSI pools. The second
makes the rng consistent with the existing code and adds regression tests. My RelaxNG
skills are rusty, so I would much appreciate a careful review of the rng change.
Dave
David Allan (2):
Add multiiqn XML dump
Add multiIQN tests
docs/schemas/storagepool.rng | 16 ++++++++------
src/conf/storage_conf.c | 7 ++++++
tests/storagepoolxml2xmlin/pool-iscsi-multiiqn.xml | 22 ++++++++++++++++++++
.../storagepoolxml2xmlout/pool-iscsi-multiiqn.xml | 22 ++++++++++++++++++++
tests/storagepoolxml2xmltest.c | 1 +
5 files changed, 61 insertions(+), 7 deletions(-)
create mode 100644 tests/storagepoolxml2xmlin/pool-iscsi-multiiqn.xml
create mode 100644 tests/storagepoolxml2xmlout/pool-iscsi-multiiqn.xml