Skip to content
Snippets Groups Projects
  1. Nov 13, 2009
  2. Nov 12, 2009
  3. Nov 11, 2009
  4. Nov 10, 2009
  5. Nov 06, 2009
  6. Nov 05, 2009
  7. Nov 04, 2009
    • Iustin Pop's avatar
      Migration: add check for listening target · 50716be0
      Iustin Pop authored
      
      This patch adds a check for listening on the remote port in Xen and KVM
      migrations. This will be generating a single “load of migration failed”
      message for KVM, but otherwise not prevent the migration. For Xen (which
      has a dedicated, always listening daemon) this should not create any
      problems.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      50716be0
    • Iustin Pop's avatar
      TLMigrateInstance: add error messagess during Exec · 78212a5d
      Iustin Pop authored
      
      Currently the migration of an instance doesn't show any error until the
      end. We add two messages that show better the progress:
      
      node1# gnt-instance migrate -f instance5
      Wed Nov  4 04:04:34 2009 Migrating instance instance5
      Wed Nov  4 04:04:34 2009 * checking disk consistency between source and target
      Wed Nov  4 04:04:35 2009 * switching node node3 to secondary mode
      Wed Nov  4 04:04:35 2009 * changing into standalone mode
      Wed Nov  4 04:04:35 2009 * changing disks into dual-master mode
      Wed Nov  4 04:04:40 2009 * wait until resync is done
      Wed Nov  4 04:04:41 2009 * preparing node3 to accept the instance
      Wed Nov  4 04:04:41 2009 * migrating instance to node3
      Wed Nov  4 04:04:51 2009 Migration failed, aborting
      Wed Nov  4 04:04:51 2009 * switching node node3 to secondary mode
      Wed Nov  4 04:04:51 2009 * changing into standalone mode
      Wed Nov  4 04:04:51 2009 * changing disks into single-master mode
      Wed Nov  4 04:04:57 2009 * wait until resync is done
      Failure: command execution error:
      Could not migrate instance instance5: Failed to migrate instance: Failed
      to migrate instance instance5: …
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      78212a5d
    • Iustin Pop's avatar
      hypervisors: switch to using HV_MIGRATION_PORT · 641ae041
      Iustin Pop authored
      
      This changes KVM to use HV_MIGRATION_PORT instead of KVM_MIGRATION_PORT
      and enables passing the port for Xen migrations.
      
      Since KVM_MIGRATION_PORT is not used anymore, we stop exporting it from
      constants.py.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      641ae041
Loading