1. 28 Feb, 2013 2 commits
  2. 27 Feb, 2013 1 commit
  3. 23 Feb, 2013 5 commits
  4. 22 Feb, 2013 1 commit
  5. 21 Feb, 2013 1 commit
  6. 20 Feb, 2013 6 commits
  7. 19 Feb, 2013 1 commit
  8. 18 Feb, 2013 1 commit
  9. 16 Feb, 2013 2 commits
  10. 14 Feb, 2013 1 commit
  11. 12 Feb, 2013 2 commits
    • Clean up device fact gathering · 85fb8494
      Remove lots of re use that really shouldn't have been re in the first
      place. Initialize pcidata even if lspci is unavailable, and check for
      its usability before trying to use it.
      
      Fixes #2060.
      Daniel Hokka Zakrisson committed
    • Fixing logical error in detecting virtual device. · 30423661
      So In my Centos 5.9 machine, if there is RAID mount ansible will crash, as it cannot find scheduler file. The reason being, this should be a virtual device as there is no "device" folder under e.g. /sys/block/md0/
      
      Here is the crash:
      
      [kk@u1 ansible]$ ansible q3 -m setup -k -u root --tree=/tmp/facts
      SSH password:
      q3 | FAILED => failed to parse: /sys/block/md0
      Traceback (most recent call last):
        File "/root/.ansible/tmp/ansible-1360629441.14-171498703486275/setup", line 1797, in ?
          main()
        File "/root/.ansible/tmp/ansible-1360629441.14-171498703486275/setup", line 1050, in main
          data = run_setup(module)
        File "/root/.ansible/tmp/ansible-1360629441.14-171498703486275/setup", line 1000, in run_setup
          facts = ansible_facts()
        File "/root/.ansible/tmp/ansible-1360629441.14-171498703486275/setup", line 990, in ansible_facts
          facts.update(Hardware().populate())
        File "/root/.ansible/tmp/ansible-1360629441.14-171498703486275/setup", line 312, in populate
          self.get_device_facts()
        File "/root/.ansible/tmp/ansible-1360629441.14-171498703486275/setup", line 439, in get_device_facts
          m = re.match(".*?(\[(.*)\])", scheduler)
        File "/usr/lib64/python2.4/sre.py", line 129, in match
          return _compile(pattern, flags).match(string)
      TypeError: expected string or buffer
      Kavin Kankeshwar committed
  12. 11 Feb, 2013 2 commits
  13. 09 Feb, 2013 1 commit
  14. 04 Feb, 2013 1 commit
  15. 24 Jan, 2013 1 commit
  16. 23 Jan, 2013 1 commit
  17. 13 Jan, 2013 1 commit
  18. 10 Jan, 2013 1 commit
  19. 23 Nov, 2012 1 commit
  20. 22 Nov, 2012 1 commit
  21. 21 Nov, 2012 1 commit
  22. 19 Nov, 2012 1 commit
  23. 06 Nov, 2012 1 commit
  24. 03 Nov, 2012 1 commit
  25. 31 Oct, 2012 2 commits
  26. 30 Oct, 2012 1 commit