Skip to content
Snippets Groups Projects
  1. Jan 31, 2013
    • Iustin Pop's avatar
      Disable live-RPC queries under split query · fb251c2c
      Iustin Pop authored
      
      Currently, the node listing RPC is very slow due to missing
      parallelisation. For the 2.7 release, we reset these back to masterd,
      hoping to revert them by the time 2.8 is ready.
      
      There are a number of queries that I've left pointing to confd, as
      they are non-RPC:
      
      - node fields query
      - node static fields query (and added a note in one case where it
        could become a problem)
      
      All the other converted queries (job listing, group queries, tags,
      cluster config) remain pointing to confd, as they don't use RPC.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      fb251c2c
  2. Jan 30, 2013
  3. Jan 25, 2013
    • Guido Trotter's avatar
      kvm: fix bug while fetching -device list · bc0fed4b
      Guido Trotter authored
      
      _GetKVMOutput expects the command to succeed, but unfortunately on some
      versions of kvm "-device ?" will output a correct list of devices, while
      exiting with an error code.
      
      To fix this we accept failure in that case (note that this doesn't
      change the situation when this command is not supported, as in that case
      the output will still not contain the correct string).
      
      This patch also updates the docstring, adding the parameter types and
      description.
      
      Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      bc0fed4b
  4. Jan 24, 2013
  5. Jan 23, 2013
  6. Jan 22, 2013
  7. Jan 21, 2013
  8. Jan 18, 2013
  9. Jan 16, 2013
  10. Jan 15, 2013
    • Michael Hanselmann's avatar
      Link man pages in documentation · 5ce58234
      Michael Hanselmann authored
      
      This patch depends on “Option to include man pages in documentation”. In
      the documentation build including man pages, all “:manpage:`…`”
      references are converted to links. For man pages not provided by Ganeti,
      Sphinx' standard formatting is used.
      
      A small dance is necessary to hook into Sphinx' processing of man page
      roles and to generate automatically resolved links. The code converts
      “:manpage:`…`” for known man pages to the data structure equivalent of
      “:doc:`$name($section) <man-$name>`”. Additionally it checks the section
      numbers and formatting of references (in all builds).
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      5ce58234
  11. Jan 14, 2013
Loading