** Also affects: ubuntu
   Importance: Undecided
       Status: New

** Tags added: cloud-images cloud-images-build

** Description changed:

  This issue has been reproduced on Diablo and Essex so far.
  
  When doing "sudo reboot" in an instance shortly followed by "euca-
  reboot-instances {instanceID}", once the instaces comes back up, it is
  no longer accessible interactively. The kernel is still executing
  commands but it stucked in the early boot phases
  
  If only "sudo reboot" from within the instance or "euca-reboot-
  instances" is used, network connectivity comes back as expected.
  
  This can be reproduced by using the following steps :
  
  # On the compute node
  sudo -s
  source creds/novarc
  # start instance
  instanceid=`euca-run-instances -k novaadmin -t m1.tiny ami-00000006 | grep 
INSTANCE | awk '{print $2}'`
  # wait for instance to start
  sleep 60
  # reboot the instance with reboot command
  ssh -i creds/novaadmin_.key ubuntu@`euca-describe-instances $instanceid | 
grep INSTANCE | awk '{print $4}'` 'sudo reboot'
  # wait 20 seconds
  sleep 20
  # reboot instance with euca-reboot-instance command
  euca-reboot-instances $instanceid
  
  Now euca-describe-instances will show the instance as running, but it is
  is unreachable via ssh. The kvm process for the instance is still
  visible and running.
+ 
+ Related bugs:
+   * bug 872244: grub2 recordfail logic prevents headless system from 
rebooting after power outage

** Changed in: nova
       Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1035279

Title:
  interactive access to instance lost after reboot followed by euca-
  reboot-instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1035279/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to