• D
    Fix parsing of port attribute in storage XML configuration · b6e5a0a2
    Daniel P. Berrange 提交于
    The XML docs describe a 'port' attribute for the
    storage source <host> element, but the parser never
    handled it.
    
    * docs/schemas/storagepool.rng: Define port attribute
    * src/conf/storage_conf.c: Add missing parsing/formatting
      of host port number
    * src/conf/storage_conf.h: Remove bogus/unused 'protocol' field
    b6e5a0a2
storagepool.rng 10.4 KB