[Yahoo-eng-team] [Bug 1472957] Re: BFV server with wrong bdm syntax leads to wrong volume status

2015-07-09 Thread jichenjc
this is parsing of client , nova API should not have this problem ** Project changed: nova => python-novaclient -- 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/1472957 Tit

[Yahoo-eng-team] [Bug 1471239] [NEW] nova service-delete 11-3 returns 500 error

2015-07-03 Thread jichenjc
quot; AS services_binary, services.topic AS services_topic, services.report_count AS services_report_count, services.disabled AS services_disabled, services.disabled_reason AS services_disabled_reason \nFROM services \nWHERE services.deleted = ? AND services.id = ? FETCH FIRST 1 ROWS ONLY'

[Yahoo-eng-team] [Bug 1471041] Re: interface_list() function doesn't work

2015-07-03 Thread jichenjc
seems nova don't have function 'interface_list' ? ** No longer affects: nova -- 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/1471041 Title: interface_list() function doe

[Yahoo-eng-team] [Bug 1453208] [NEW] security_group_rules are lack of schema check

2015-05-08 Thread jichenjc
Public bug reported: security_group_default_rules.py in plugs/v3 are lack of schema check ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova Assignee: (unassigned) => jichenjc (jichenjc) -- You received this

[Yahoo-eng-team] [Bug 1453170] [NEW] compute update do unused update of RT when set instance to ERROR

2015-05-08 Thread jichenjc
nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova Assignee: (unassigned) => jichenjc (jichenjc) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova

[Yahoo-eng-team] [Bug 1452983] Re: can't add/del parameter in nested stack during stack-update

2015-05-08 Thread jichenjc
I didn't see any thing related to nova, assume heat ** Project changed: nova => heat -- 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/1452983 Title: can't add/del paramet

[Yahoo-eng-team] [Bug 1451991] [NEW] Quota related error should not return 403 error

2015-05-05 Thread jichenjc
Public bug reported: in Nova API layer, 403 is returned (HTTPForbidden) if Quota is exceeded, this is not correct we should return 400 (HTTPBadRequest) instead ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova Assignee

[Yahoo-eng-team] [Bug 1450658] Re: VolumeBackendAPIException during _shutdown_instance are not handled

2015-05-04 Thread jichenjc
** Also affects: python-cinderclient Importance: Undecided Status: New -- 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/1450658 Title: VolumeBackendAPIException

[Yahoo-eng-team] [Bug 1448015] [NEW] Should skip weight calculation if only one host exists

2015-04-24 Thread jichenjc
Public bug reported: If there is only one host available, calculate the weight make no sense because whatever the weight it is, nova will use the host. so need to identify this case. ** Affects: nova Importance: Low Assignee: jichenjc (jichenjc) Status: In Progress ** Changed

[Yahoo-eng-team] [Bug 1447528] [NEW] vnc configuration should be group 'vnc'

2015-04-23 Thread jichenjc
t('vnc_keymap', default='en-us', help='Keymap for VNC'), ] CONF = cfg.CONF CONF.register_opts(vnc_opts) while the others belong to rdp or serial group, we can make vnc in vnc group like others ** Affects: nova Importance: Unde

[Yahoo-eng-team] [Bug 1447342] [NEW] libvirtError: XML error: Missing CPU model name lead to compute service fail to start

2015-04-22 Thread jichenjc
"/usr/local/lib/python2.7/dist-packages/libvirt.py", line 3153, in baselineCPU 2015-04-20 14:06:57.351 TRACE nova.openstack.common.threadgroup if ret is None: raise libvirtError ('virConnectBaselineCPU() failed', conn=self) 2015-04-20 14:06:57.351 TRACE nova.openstack.common.threadgro

[Yahoo-eng-team] [Bug 1444559] [NEW] Create a volume should handle OverQuota exception

2015-04-15 Thread jichenjc
Public bug reported: we can get exception.OverQuota from cinder layer but we didn't handle it in API layer when we create volume this may lead to a 500 error ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova Ass

[Yahoo-eng-team] [Bug 1444542] [NEW] create a volume with invalid snapshot should report 404 instead of 500

2015-04-15 Thread jichenjc
Public bug reported: in v2.1 API, when create a volume through os-volumes if the snapshot ID is invalid, we should report 404 , but now exception.SnapshotNotFound is not correctly handled ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New

[Yahoo-eng-team] [Bug 1438634] [NEW] handle xfs for extend feature

2015-03-31 Thread jichenjc
fects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova Assignee: (unassigned) => jichenjc (jichenjc) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compu

[Yahoo-eng-team] [Bug 1433404] Re: CLI 'nova host-meta' delete some meta failed

2015-03-19 Thread jichenjc
>From following logs,looks to me nova is right ,it raise the exception ,maybe >novaclient should take care about that (whether report the exception), that's another story Also, I noticed that even if the one failed, previous instances are all updated which makes me think Eric is right ,we need

[Yahoo-eng-team] [Bug 1433200] [NEW] nova clinet report --ephemeral wrong usage correctly

2015-03-17 Thread jichenjc
Public bug reported: Juno version ,got following error indication , should report better error message [root@ip9-114-194-88 ~]# nova boot --image 67e9f04f-b5f1-4b9e-9b48-c28a310ad44b --nic net-id=2e798297-c8e8-48e4-b361-1ecdab69c851 --flavor 99 --ephemeral 4 --ephemeral 3 ji6 ERROR (ValueError)

[Yahoo-eng-team] [Bug 1430751] Re: Launching instance that creates a new volume fails

2015-03-13 Thread jichenjc
e162-45ce-98b0-54d9563bbb1c] VolumeNotCreated: Volume abc781af-0960-4a65-87d2-a5cb15ce7273 did not finish being created even after we waited 250 seconds or 61 attempts. from this line, it indicated that create volume failed , nova did all he can do. you need to check whether something wrong in ci

[Yahoo-eng-team] [Bug 1431588] Re: On Kilo 2015.1.0b2-1, Keystone server started OK but ran into error

2015-03-13 Thread jichenjc
from all the logs showed, looks like a keystone bug instead of nova ** Project changed: nova => keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1431588 Title: On Kilo 2015.1.0b

[Yahoo-eng-team] [Bug 1421871] [NEW] force host should pass compute_filters

2015-02-13 Thread jichenjc
| | +--+--+++-+--+ actually, we need to return the no valid host exception because host is down ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova Assignee

[Yahoo-eng-team] [Bug 1418172] Re: Incorrect error message on terminate

2015-02-05 Thread jichenjc
from your description, I do'nt think it's a valid nova bug, maybe something should be changed in horizon or more analysis needed ** Project changed: nova => horizon -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboa

[Yahoo-eng-team] [Bug 1412727] [NEW] LOG.warn(msg, xxx) can't be found by pep8 check

2015-01-20 Thread jichenjc
Public bug reported: nova had check for LOG.warn becaues of p3 compatible issue , but it didn't include the check for the LOG.warn(msg, xxx) format so the following violation can't be found msg = _('abc') LOG.warn(msg, xxx) ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1407939] [NEW] _poll_volume_usage and _heal_instance_info_cache should allow default 0 value

2015-01-06 Thread jichenjc
it's < 0, then the periodic task is disabled it's = 0, then the periodic task spacing is default (60) so no need to check it in nova manager ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova Assignee: (unass

[Yahoo-eng-team] [Bug 1407936] [NEW] service_update in conductor can be a async call

2015-01-06 Thread jichenjc
#x27; is fine because we don't need to wait for the return data to make it cast also can solve the bug 1331537 though we don't know the real cause of the problem ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: In Progress ** Changed

[Yahoo-eng-team] [Bug 1407002] [NEW] set_admin_password failed log is not correct

2015-01-01 Thread jichenjc
cided Assignee: jichenjc (jichenjc) Status: In Progress ** Changed in: nova Assignee: (unassigned) => jichenjc (jichenjc) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.

[Yahoo-eng-team] [Bug 1401480] [NEW] nova service-list show inconsistent output for disabled_reason

2014-12-11 Thread jichenjc
| ++--+--+--+-+---++-+ the None at disabled_reason of id 7 is inconsistent to other columns it should be - to avoid confusion ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova

[Yahoo-eng-team] [Bug 1401469] [NEW] Active service should not be allowed to be deleted

2014-12-11 Thread jichenjc
Public bug reported: we should not enable service to be deleted when it's up see following example, the service itself is still working but we lost the information of the services we'd better give some flexibility to operators (e.g unless --force flag, we can't delete active services) [root@

[Yahoo-eng-team] [Bug 1391761] [NEW] info about migration is not appropriate

2014-11-11 Thread jichenjc
| True | but my flavor don't have a ID with 19 or 15 ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova Assignee: (unassigned) => jichenjc (jichenjc) -- You received this bug notification because y

[Yahoo-eng-team] [Bug 1373238] [NEW] load extension lead to error calling 'volumes': 'NoneType' object has no attribute 'controller' for v3 api

2014-09-23 Thread jichenjc
resources resource.controller = inherits.controller AttributeError: 'NoneType' object has no attribute 'controller' DEBUG [nova.api.openstack] Running _register_resources on ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New **

[Yahoo-eng-team] [Bug 1352193] Re: The nova API service can’t hand image metadata properly when metadata key contains uppercase letter

2014-09-23 Thread jichenjc
nova => glance ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Status: New => Confirmed ** Changed in: nova Assignee: (unassigned) => jichenjc (jichenjc) -- You received this bug notification because you are a member of Yahoo! Engineering T

[Yahoo-eng-team] [Bug 1361487] [NEW] backup operation can be done in pause and suspend state

2014-08-25 Thread jichenjc
T04:06:41Z | +-+--+ ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova Assignee: (unassigned) => jichenjc (jichenjc) -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1361490] [NEW] param check for backup rotatetype is needed

2014-08-25 Thread jichenjc
| jitest3 | PAUSED | - | Paused | private=10.0.0.200 | +--+-+++-++ we should not allow as option ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc

[Yahoo-eng-team] [Bug 1361476] [NEW] flavor access create should check public/private first

2014-08-25 Thread jichenjc
get access list for public flavor type. we should check public/private before access add ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova Assignee: (unassigned) => jichenjc (jichenjc) -- You received this

[Yahoo-eng-team] [Bug 1360988] [NEW] nova migration-list support --cell_name but API layer don't

2014-08-24 Thread jichenjc
migrations for the given status. --cell_name Fetch migrations for the given cell_name. but we don't support --cell_name as an option in the db query ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova Ass

[Yahoo-eng-team] [Bug 1360987] [NEW] shelve command should restore instance's original state

2014-08-24 Thread jichenjc
Public bug reported: A paused instance can be shelved and then unshelved then the instance is ACTIVE instead of PAUSE state this also apply to SUSPEND state ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Tags: compute ** Tags added

[Yahoo-eng-team] [Bug 1350268] [NEW] allocate_fixed_ip should cleanup with correct param

2014-07-30 Thread jichenjc
exc_info=True) ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: In Progress ** Changed in: nova Assignee: (unassigned) => jichenjc (jichenjc) -- You received this bug notification because you are a member of Yahoo! Engineering Te

[Yahoo-eng-team] [Bug 1289174] Re: resize an instance should not set state to error if no host found

2014-07-23 Thread jichenjc
due to remove comments, abandon ** Changed in: nova Status: Triaged => Invalid -- 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/1289174 Title: resize an instance s

[Yahoo-eng-team] [Bug 1342016] [NEW] race windown in volume attach and spawn with volumes

2014-07-15 Thread jichenjc
Public bug reported: there is race window between attach volume and spawn with volumes we should reserve volumes when spawn ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1265731] Re: Need change instance's property updated_at when swap volume

2014-07-09 Thread jichenjc
because the patch suggested is rejected and reviewers don't think it's a valid bug ** Changed in: nova Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.lau

[Yahoo-eng-team] [Bug 1338473] [NEW] catch InstanceUserDataTooLarge when create instance at api layer

2014-07-07 Thread jichenjc
Public bug reported: we should catch InstanceUserDataTooLarge when we create an instance because compute/api.py might report this exception ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Tags: api ** Tags added: api ** Changed in: nova

[Yahoo-eng-team] [Bug 1323996] Re: resize fail didn't should a correct info when --poll specified when resize down

2014-06-19 Thread jichenjc
** Project changed: nova => python-novaclient ** Also affects: nova Importance: Undecided Status: New -- 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/1323996 Tit

[Yahoo-eng-team] [Bug 1210598] Re: Over quota errors originating from Neutron result in 500 error in Nova

2014-06-05 Thread jichenjc
** No longer affects: python-neutronclient -- 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/1210598 Title: Over quota errors originating from Neutron result in 500 error i

[Yahoo-eng-team] [Bug 1210598] Re: Over quota errors originating from Neutron result in 500 error in Nova

2014-06-05 Thread jichenjc
** Also affects: python-neutronclient Importance: Undecided Status: New -- 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/1210598 Title: Over quota errors origina

[Yahoo-eng-team] [Bug 1324755] [NEW] disk consumption report incorrect in host-describe and simple-tenant-usage

2014-05-29 Thread jichenjc
urrent usage ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Tags: api ** Changed in: nova Assignee: (unassigned) => jichenjc (jichenjc) ** Tags added: api -- You received this bug notification because you are a member of Yahoo! Engi

[Yahoo-eng-team] [Bug 1324003] Re: resize failed should update migration status

2014-05-28 Thread jichenjc
this problem was already fixed about weeks ago, I didn't update my test system to latest, sorry ** Changed in: nova Status: New => Incomplete ** Changed in: nova Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1324005] [NEW] use real disk size to consider whether it's a resize down

2014-05-28 Thread jichenjc
12, it will fail now, but we can compare the real eph disk size and see whether we an resize it or not ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova Assignee: (unassigned) => jichenjc (jichenjc) -- You received t

[Yahoo-eng-team] [Bug 1324003] [NEW] resize failed should update migration status

2014-05-28 Thread jichenjc
s, so we will keep seeing this warning: 2014-05-28 16:12:35.031 4259 WARNING nova.compute.resource_tracker [-] [instance: 8138f726-de38-498c-b3fa-e3d2c416ebb9] Instance not resizing, skipping migration. ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Stat

[Yahoo-eng-team] [Bug 1323996] [NEW] resize fail didn't should a correct info when --poll specified when resize down

2014-05-28 Thread jichenjc
29:12.508 4259 TRACE oslo.messaging.rpc.dispatcher ResizeError: Resize error: Unable to resize disk down. ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova Assignee: (unassigned) => jichenjc (jichenjc) -- You received this b

[Yahoo-eng-team] [Bug 1322410] [NEW] remove uncessary log.exception in api layer

2014-05-22 Thread jichenjc
Public bug reported: There are some LOG.exception in api layer, which is not necessary , we should downgrade them ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Tags: api ** Changed in: nova Assignee: (unassigned) => jiche

[Yahoo-eng-team] [Bug 1304183] Re: check flavor type is disabled before rebuild or not

2014-05-22 Thread jichenjc
Not a defect after carefully review the comments and routine ,mark it invalid.. ** Changed in: nova Status: New => Invalid -- 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

[Yahoo-eng-team] [Bug 1173417] Re: _build_instance does not have a recoverable network_api.allocate_for_instance

2014-05-22 Thread jichenjc
Allow retrying network allocations separately Introduce a new config option, 'network_allocate_retries', that allows one to retry network allocations. The default is 0 for no retries to match the current behavior. The network allocations currently get retried by a full retry of a

[Yahoo-eng-team] [Bug 1316916] [NEW] resource tracker report negative value for memory and vcpu will be confusing

2014-05-06 Thread jichenjc
my compute node logs which make me confusing we need to avoid this kind of audit logs and give more accurate info discussions here: http://lists.openstack.org/pipermail/openstack-dev/2014-May/034312.html ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc

[Yahoo-eng-team] [Bug 1315988] [NEW] report disk consumption incorrect in nova-compute

2014-05-04 Thread jichenjc
IT nova.compute.resource_tracker [-] Free disk (GB): 29 ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova Assignee: (unassigned) => jichenjc (jichenjc) -- You received this bug notification because you are a member of Yahoo! Eng

<    1   2