1. 20 9月, 2017 1 次提交
  2. 15 9月, 2017 3 次提交
    • J
      conf: Use virXMLFormatElement to format disk source network · 304e0f6d
      John Ferlan 提交于
      Commit id 'e02ff020' neglected to use the attrBuf and childBuf
      in the virDomainDiskSourceFormatNetwork call.
      
      So make the necessary alterations to allow usage.
      304e0f6d
    • J
      conf: Move <disk> encryption validation · fae7a735
      John Ferlan 提交于
      Rather than checking during XML processing, move the check for
      valid <encryption> into virDomainDiskDefParseValidate and alter
      the text of the message slightly to be a bit more correct.
      fae7a735
    • J
      conf: Move <disk> authdef validation · c09c93cf
      John Ferlan 提交于
      Rather than checking during XML processing, move the checks for correct
      and valid auth into virDomainDiskDefParseValidate. This will introduce
      virDomainDiskSourceDefParseAuthValidate to validate that the authdef
      stored for the virStorageSource is valid. This can then be expanded
      to service backingStore sources as well.
      
      Alter the message text slightly as well to distinguish between an
      unknown name and an incorrectly used name.  Since type is not a
      mandatory field, add the NULLSTR() around the output of the unknown
      error. NB, a config using unknown formatting would fail virschematest
      since it only accepts 'iscsi' and 'ceph' as "valid" types.
      c09c93cf
  3. 12 9月, 2017 1 次提交
    • J
      qemu: Provide default LUN=0 for iSCSI if not provided · f64f03b5
      John Ferlan 提交于
      https://bugzilla.redhat.com/show_bug.cgi?id=1477880
      
      If the "/#" is missing from the provided iSCSI path, then we need
      to provide the default LUN of /0; otherwise, QEMU will fail to parse
      the URL causing a failure to either create the guest or hotplug
      attach the storage.
      
      During post parse, for any iSCSI disk or hostdev, scan the source
      path looking for the presence of '/', if found, then we can assume
      the LUN is provided.  If not found, alter the input XML to add the
      "/0".  This will cause the generated XML to have the generated
      value when the domain config is saved after post parse.
      f64f03b5
  4. 11 9月, 2017 3 次提交
  5. 06 9月, 2017 1 次提交
  6. 05 9月, 2017 3 次提交
  7. 30 8月, 2017 1 次提交
  8. 29 8月, 2017 3 次提交
  9. 28 8月, 2017 2 次提交
  10. 27 8月, 2017 1 次提交
  11. 24 8月, 2017 2 次提交
  12. 22 8月, 2017 18 次提交
  13. 21 8月, 2017 1 次提交