Skip to content
Snippets Groups Projects
  1. Nov 03, 2009
  2. Nov 02, 2009
  3. Oct 30, 2009
  4. Oct 29, 2009
  5. Oct 28, 2009
  6. Oct 27, 2009
    • Michael Hanselmann's avatar
      Provide feedback from redistributing configuration · a4eae71f
      Michael Hanselmann authored
      
      This is particularily useful for “gnt-cluster redist-conf”, but
      also for all other cases where the configuration files are
      rewritten on other nodes.
      
      $ gnt-cluster redist-conf
      … Copy of file /var/lib/ganeti/config.data to node … failed: Error while
      executing backend function: [Errno 1] Operation not permitted
      … Error while uploading ssconf files to node …: Error while executing backend
      function: [Errno 1] Operation not permitted
      
      $ gnt-node modify --offline no --force node3.example.com
      … - WARNING: Not enough master candidates (desired 10, new value will be 4)
      … Copy of file /var/lib/ganeti/config.data to node node8.example.com failed:
      Error while executing backend function: [Errno 1] Operation not permitted
      Modified node node3.example.com
       - offline -> True
       - master_candidate -> auto-demotion due to offline
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      a4eae71f
    • Iustin Pop's avatar
      Fix gnt-node evacuate w. iallocator · e9022531
      Iustin Pop authored
      
      Commit 2bb5c911 moved around and changed the _RunAllocator function in
      the DiskReplace → TaskLet conversion, but in the process it changed the
      relocate_from argument from a list of nodes to just the secondary node.
      This breaks the protocol and current iallocator scripts.
      
      This patch fixes that but also adds a local variable 'instance' since
      it's not nice to write self.instance so many times.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      e9022531
  7. Oct 26, 2009
  8. Oct 23, 2009
  9. Oct 22, 2009
  10. Oct 21, 2009
  11. Oct 20, 2009
  12. Oct 19, 2009
  13. Oct 16, 2009
  14. Oct 15, 2009
Loading