1. 16 5月, 2018 11 次提交
  2. 07 5月, 2018 1 次提交
  3. 04 5月, 2018 2 次提交
  4. 03 5月, 2018 5 次提交
  5. 25 4月, 2018 3 次提交
  6. 12 4月, 2018 3 次提交
  7. 11 4月, 2018 1 次提交
  8. 06 4月, 2018 2 次提交
  9. 06 3月, 2018 1 次提交
  10. 09 2月, 2018 4 次提交
  11. 01 2月, 2018 5 次提交
  12. 30 1月, 2018 1 次提交
    • P
      storage: util: Properly ignore errors when backing volume is inaccessible · b2c5f28a
      Peter Krempa 提交于
      Commit 000e9504 tried to fix improper bracketing when refreshing disk
      volume stats for a backing volume. Unfortunately the condition is still
      wrong as in cases as the backing store being inaccessible
      storageBackendUpdateVolTargetInfo returns -2 if instructed to ignore
      errors. The condition does not take this into account.
      
      Dumping XML of a volume which has inacessible backing store would then
      result into:
      
       # virsh vol-dumpxml http.img --pool default
       error: An error occurred, but the cause is unknown
      
      Properly ignore -2 for backing volumes.
      
      Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1540022
      b2c5f28a
  13. 10 1月, 2018 1 次提交
    • J
      storage: Modify virStorageBackendDiskMakeDataVol logic · 71d80c97
      John Ferlan 提交于
      Alter the logic such that we only add the volume to the pool once
      we've filled in all the information and cause failure to go to a
      common error: label. Patches to place the @vol into a few hash tables
      will soon "require" that at least the keys (name, target.path, and key)
      be populated with valid data.
      71d80c97