1. 16 10月, 2019 2 次提交
  2. 15 10月, 2019 1 次提交
  3. 14 10月, 2019 1 次提交
  4. 26 8月, 2019 1 次提交
  5. 21 8月, 2019 1 次提交
  6. 16 3月, 2019 1 次提交
  7. 18 2月, 2019 3 次提交
  8. 13 2月, 2019 3 次提交
  9. 12 2月, 2019 6 次提交
  10. 01 2月, 2019 2 次提交
  11. 31 1月, 2019 1 次提交
  12. 30 1月, 2019 4 次提交
  13. 14 12月, 2018 1 次提交
    • J
      storage: Fix build issue with MOUNT and VGCHANGE commands · e6f53e7a
      John Ferlan 提交于
      Turns out there some build platforms that must not define MOUNT
      or VGCHANGE in config.h... So moving the commands from the storage
      backend specific module into a common storage_util module causes
      issues for those platforms.
      
      So instead of assuming they are there, let's just pass the command
      string to the storage util API's from the storage backend specific
      code (as would have been successful before).  Also modify the test
      to determine whether the MOUNT and/or VGCHANGE doesn't exist and
      just define it to (for example) what Fedora has for the path. Could
      have just used "mount" and "vgchange" in the call, but that defeats
      the purpose of adding the call to virTestClearCommandPath.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      e6f53e7a
  14. 13 12月, 2018 4 次提交
  15. 20 9月, 2018 2 次提交
  16. 17 9月, 2018 1 次提交
  17. 12 9月, 2018 3 次提交
  18. 24 8月, 2018 2 次提交
  19. 09 8月, 2018 1 次提交