← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1757061] Re: vm_state become ERROR after execute 'nova set-password <server-id>' failed

 

** Also affects: nova/rocky
   Importance: Undecided
       Status: New

** Also affects: nova/pike
   Importance: Undecided
       Status: New

** Also affects: nova/ocata
   Importance: Undecided
       Status: New

** Also affects: nova/queens
   Importance: Undecided
       Status: New

** Changed in: nova
   Importance: Low => Medium

** Changed in: nova/ocata
       Status: New => Confirmed

** Changed in: nova/pike
       Status: New => Confirmed

** Changed in: nova/queens
       Status: New => Confirmed

** Changed in: nova/rocky
       Status: New => Confirmed

** Changed in: nova/ocata
   Importance: Undecided => Medium

** Changed in: nova
     Assignee: (unassigned) => jichenjc (jichenjc)

** Changed in: nova/pike
   Importance: Undecided => Medium

** Changed in: nova/rocky
   Importance: Undecided => Medium

** Changed in: nova/queens
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1757061

Title:
  vm_state become ERROR after execute 'nova set-password <server-id>'
  failed

Status in OpenStack Compute (nova):
  In Progress
Status in OpenStack Compute (nova) ocata series:
  Confirmed
Status in OpenStack Compute (nova) pike series:
  Confirmed
Status in OpenStack Compute (nova) queens series:
  Confirmed
Status in OpenStack Compute (nova) rocky series:
  Confirmed

Bug description:
  Description
  ===========
  Virtual Machine's vm_state become ERROR when execute 'nova set-password <server-id>' failed.In fact,
  the virtual machine is normal.

  Steps to reproduce
  ==================
  [root@nail-5300-1 ~(keystone_admin)]# nova set-password test_tx
  New password: 
  Again: 
  ERROR (Conflict): Failed to set admin password on cfa4ae9f-346f-46fe-984e-08d050d3a2fc because error setting admin password (HTTP 409) (Request-ID: req-77e9f49b-0fc7-40d5-8112-9da965b0304d)
  [root@nail-5300-1 ~(keystone_admin)]# nova list
  +--------------------------------------+-------------+--------+------------+-------------+---------------------+
  | ID                                   | Name        | Status | Task State | Power State | Networks            |
  +--------------------------------------+-------------+--------+------------+-------------+---------------------+
  | cfa4ae9f-346f-46fe-984e-08d050d3a2fc | test_tx     | ERROR  | -          | Running     | HAHAHA=192.168.0.12 |
  +--------------------------------------+-------------+--------+------------+-------------+---------------------+
  [root@nail-5300-1 ~(keystone_admin)]# 
  [root@nail-5300-1 ~(keystone_admin)]# 
  [root@nail-5300-1 ~(keystone_admin)]# 
  [root@nail-5300-1 ~(keystone_admin)]# nova show test_tx|grep instance_name
  | OS-EXT-SRV-ATTR:instance_name        | instance-00000011                                                                                                                                                                                                                                      |
  [root@nail-5300-1 ~(keystone_admin)]# ssh nail-5300-2
  Last login: Tue Mar 20 15:14:52 2018 from 10.43.203.85
  [root@nail-5300-2 ~]# virsh list
   Id    Name                           State
  ----------------------------------------------------
   274   instance-00000011              running

  Expected result:
  Set admin password failed,but virtual machine's vm_state is ACTIVE.
  Actual result
  =============
  virtual machine's vm_state is ERROR.

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


References