[Yahoo-eng-team] [Bug 1890994] Re: can not Specify backend when creating image from volume

2020-08-10 Thread Abhishek Kekane
** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1890994 Title: can not Specify backend when creating image from volume Status in Glance

[Yahoo-eng-team] [Bug 1891352] Re: Failed import of one store will remain in progress forever if all_stores_must_succeed=True

2020-08-20 Thread Abhishek Kekane
** Also affects: glance/ussuri Importance: Undecided Status: New ** Changed in: glance Assignee: (unassigned) => Dan Smith (danms) ** Changed in: glance/ussuri Assignee: (unassigned) => Dan Smith (danms) -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1891190] Re: test_reload() functional test causes hang and jobs TIMED_OUT

2020-08-27 Thread Abhishek Kekane
** Changed in: glance Status: New => Fix Released ** Changed in: glance Assignee: (unassigned) => Dan Smith (danms) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1891190 Title

[Yahoo-eng-team] [Bug 1905672] [NEW] Non existing property protection file raises 500 Internal server error

2020-11-25 Thread Abhishek Kekane
id=15444) run /opt/stack/glance/glance/image_cache/prefetcher.py:76}} ** Affects: glance Importance: Low Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Changed in: glance Importance: Undecided => Low ** Changed in: glance Assignee: (unassigned) => Abhi

[Yahoo-eng-team] [Bug 2051126] [NEW] stores-info fails if unrecognised backend specified

2024-01-24 Thread Abhishek Kekane
Public bug reported: If deployer specifies invalid backend for glance using 'enabled_backends' in glance-api.conf file then glance stores-info command fails with HTTP 500 error with below stacktrace; Jan 24 14:25:08 devstack-caracal glance-api[1906424]: ERROR glance.common.wsgi [None req-71e9094

[Yahoo-eng-team] [Bug 2051914] [NEW] Copying existing image to AWS S3 fails for files larger than 5GB

2024-02-01 Thread Abhishek Kekane
Public bug reported: Copying of larger images using copy-image import method fails for AWS S3 store. The reason is while copying the image it uses 'single_part' upload for uploading large images. On normal image creation process it does uses 'multi_part' upload and thus works fine. After further

[Yahoo-eng-team] [Bug 2054732] [NEW] glance http store is broken with dnspytho 2.6.0

2024-02-22 Thread Abhishek Kekane
Public bug reported: Our gate is broken with new version of dnspython 2.6.0. You can see nova-ceph-multistore job started failing since today [1] Last time it passed the dnspython 2.5.0 was used. [1] https://zuul.opendev.org/t/openstack/builds?job_name=nova-ceph-multistore&skip=0 Stacktrace i

[Yahoo-eng-team] [Bug 2054732] Re: glance http store is broken with dnspytho 2.6.0

2024-02-28 Thread Abhishek Kekane
** Changed in: glance Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/2054732 Title: glance http store is broken with dnspytho 2.6.0 Status in G

[Yahoo-eng-team] [Bug 2061947] [NEW] stores-info --detail command fails if swift store is enabled

2024-04-16 Thread Abhishek Kekane
Public bug reported: If you enable swift store in multiple stores setup then glance stores- info --detail or glance stores-info command fails with 500 error "oslo_config.cfg.NoSuchOptError: no such option store_description in group [dummy]". Note: This error only occurs when you specify "swift_st

[Yahoo-eng-team] [Bug 1775782] Re: glance-image-import.conf not parsed when running under wsgi

2024-07-31 Thread Abhishek Kekane
This does not affect glance under uwsgi any more, marking it as invalid and abandoning the underline patch. ** Changed in: glance Status: In Progress => Invalid ** Changed in: glance Importance: Critical => Undecided -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 2075489] Re: The image file will still in stage when using image conversion plugin

2024-08-05 Thread Abhishek Kekane
We have a cleanup job to delete images from staging area which left orphan there. This will run on service startup where it will check the staging area for any left/partial data files and delete it from there. https://github.com/openstack/glance/blob/master/glance/common/wsgi.py#L467 https://gith

[Yahoo-eng-team] [Bug 1939169] Re: glance md-tag-create-multiple overwrites existing tags

2022-02-24 Thread Abhishek Kekane
** Changed in: glance/xena Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1939169 Title: glance md-tag-create-multiple overwrites existing tags St

[Yahoo-eng-team] [Bug 1963282] [NEW] Fix the section in release notes for fix-md-tag-create-multiple-c04756cf5155983d.yaml

2022-03-03 Thread Abhishek Kekane
: Abhishek Kekane (abhishek-kekane) Status: New ** Changed in: glance Importance: Undecided => High ** Changed in: glance Assignee: (unassigned) => Abhishek Kekane (abhishek-kekane) -- You received this bug notification because you are a member of Yahoo! Engineerin

[Yahoo-eng-team] [Bug 1971521] [NEW] Correction in response code for PUT /v2/cache/{image_id} API

2022-05-03 Thread Abhishek Kekane
/approved/glance/cache- api.rst#L153 ** Affects: glance Importance: Undecided Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Changed in: glance Assignee: (unassigned) => Abhishek Kekane (abhishek-kekane) ** Description changed: The newly added cache API ``

[Yahoo-eng-team] [Bug 1973631] [NEW] List call for metadef namespaces returns 404 not found while fetching resource_types

2022-05-16 Thread Abhishek Kekane
Public bug reported: We encountered this issue in our glance-tempest-plugin 'test_list_namespace' test, where while running in parallel mode it tries to fetch resource_type for a namespace which is actually deleted and fails with 404 Not Found error. Actually while fetching the resource_types ass

[Yahoo-eng-team] [Bug 1978971] [NEW] Graceful shutdown not working for wsgi and uwsgi

2022-06-16 Thread Abhishek Kekane
Public bug reported: Earlier when we added config reloading functionality we made provision for the workers who were performing existing tasks should complete those before terminating them. The sequence was likely below; On receipt of a SIGHUP signal the master process will: * reload the configu

[Yahoo-eng-team] [Bug 2006490] [NEW] Limit CaptureRegion sizes in format_inspector for VMDK and VHDX

2023-02-07 Thread Abhishek Kekane
Public bug reported: VMDK: When parsing a VMDK file to calculate its size, the format_inspector determines the location of the Descriptor section by reading two uint64 from the headers of the file and uses them to create the descriptor CaptureRegion. It would be possible to craft a VMDK file that

[Yahoo-eng-team] [Bug 2006490] Re: Limit CaptureRegion sizes in format_inspector for VMDK and VHDX

2023-02-07 Thread Abhishek Kekane
Fixed in master with, https://review.opendev.org/c/openstack/glance/+/871831 ** Also affects: glance/zed Importance: Undecided Status: Fix Committed ** Also affects: glance/xena Importance: Undecided Status: New ** Also affects: glance/yoga Importance: Undecided Sta

[Yahoo-eng-team] [Bug 1723001] [NEW] DB Upgrade: expand command fails while upgrading from ocata to pike

2017-10-11 Thread Abhishek Kekane
Public bug reported: If you try to run 'glance-manage db expand' command while upgrading from ocata to pike then it fails with below error: InternalError: (pymysql.err.InternalError) (1060, u"Duplicate column name 'visibility'") [SQL: u"ALTER TABLE images ADD COLUMN visibility ENUM('private','pub

[Yahoo-eng-team] [Bug 1732830] [NEW] Unreachable 'ImageSizeLimitExceeded' exception block in stage call

2017-11-16 Thread Abhishek Kekane
lance/blob/master/glance/api/v2/image_data.py#L323 [2] https://github.com/openstack/glance_store/blob/master/glance_store/_drivers/filesystem.py#L691 ** Affects: glance Importance: Undecided Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Changed in: glance

[Yahoo-eng-team] [Bug 1732835] [NEW] Stage call fails with TypeError

2017-11-16 Thread Abhishek Kekane
f._unstage(image_repo, image) Expected call: self._unstage(image_repo, image, staging_store) [1] https://github.com/openstack/glance/blob/master/glance/api/v2/image_data.py#L335 ** Affects: glance Importance: Undecided Assignee: Abhishek Kekane (abhishek-kekane) Status: New **

[Yahoo-eng-team] [Bug 1733274] [NEW] Second stage call (re-staging) fails with 500 Internal server error

2017-11-19 Thread Abhishek Kekane
", line 151, in status Nov 20 06:16:54 devstack devstack@g-api.service[15827]: ERROR glance.common.wsgi raise e Nov 20 06:16:54 devstack devstack@g-api.service[15827]: ERROR glance.common.wsgi InvalidImageStatusTransition: Image status transition from uploading to uploading is not al

[Yahoo-eng-team] [Bug 1733512] [NEW] Stage call returns 500 internal server error when image is in saving state

2017-11-21 Thread Abhishek Kekane
ion: Image status transition from saving to uploading is not allowed Nov 21 07:28:46 devstack devstack@g-api.service[12621]: ERROR glance.common.wsgi ** Affects: glance Importance: Undecided Assignee: Abhishek Kekane (abhishek-kekane) Status: In Progress ** Changed in: glance

[Yahoo-eng-team] [Bug 1733551] [NEW] Stage call returns 500 internal server error when image does not exists

2017-11-21 Thread Abhishek Kekane
exception.ImageNotFound(msg) Nov 21 10:12:29 devstack devstack@g-api.service[19195]: ERROR glance.api.v2.image_data ImageNotFound: No image found with ID abcd Nov 21 10:12:29 devstack devstack@g-api.service[19195]: ERROR glance.api.v2.image_data ** Affects: glance Importance: Undecided

[Yahoo-eng-team] [Bug 1733803] [NEW] Running image-import call on active image returns 500 internal server error

2017-11-22 Thread Abhishek Kekane
atus Nov 22 07:21:01 devstack devstack@g-api.service[14229]: ERROR glance.common.wsgi raise e Nov 22 07:21:01 devstack devstack@g-api.service[14229]: ERROR glance.common.wsgi InvalidImageStatusTransition: Image status transition from active to importing is not allowed Nov 22 07:21:01 devstack

[Yahoo-eng-team] [Bug 1733810] [NEW] Running image-import call on queued image without container and disk format returns 500 internal server error

2017-11-22 Thread Abhishek Kekane
Nov 22 09:04:17 devstack devstack@g-api.service[14229]: ERROR glance.common.wsgi raise ValueError(msg % ', '.join(missing)) Nov 22 09:04:17 devstack devstack@g-api.service[14229]: ERROR glance.common.wsgi ValueError: Properties disk_format, container_format must be set prior to savin

[Yahoo-eng-team] [Bug 1733813] [NEW] Running image-import call on queued image having valid container and disk formats returns 500 internal server error

2017-11-22 Thread Abhishek Kekane
9, in get_image_data_iter Nov 22 09:12:57 devstack devstack@g-api.service[14229]: ERROR glance.common.wsgi return open(uri, "r") Nov 22 09:12:57 devstack devstack@g-api.service[14229]: ERROR glance.common.wsgi IOError: [Errno 2] No such file or directory: '/tmp/staging/567bfb61-d9f7

[Yahoo-eng-team] [Bug 1733816] [NEW] Import api, image becomes active if disk-format and container format are not set

2017-11-22 Thread Abhishek Kekane
one. ** Affects: glance Importance: Undecided Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Changed in: glance Assignee: (unassigned) => Abhishek Kekane (abhishek-kekane) -- You received this bug notification because you are a member of Yahoo! Engineerin

[Yahoo-eng-team] [Bug 1734832] [NEW] Unreachable 'ImageSizeLimitExceeded' exception block in upload call

2017-11-28 Thread Abhishek Kekane
#L232 [2] https://github.com/openstack/glance/blob/master/glance/quota/__init__.py#L305 ** Affects: glance Importance: Undecided Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Changed in: glance Assignee: (unassigned) => Abhishek Kekane (abhishek-kekane) --

[Yahoo-eng-team] [Bug 1736332] [NEW] Image verification returns 500 if invalid 'img_signature_certificate_uuid' is specified

2017-12-04 Thread Abhishek Kekane
.common.wsgi Dec 05 06:25:51 signature-test.rdocloud devstack@g-api.service[25628]: [pid: 25630|app: 0|req: 108/214] 127.0.0.1 () {40 vars in 692 bytes} [Tue Dec 5 06:25:51 2017] PUT /v2/images/c78598f5-23ac-46e8-8626-c908b5b830df/file => generated 228 bytes in 163 msecs (HTTP/1.1 500) 4 hea

[Yahoo-eng-team] [Bug 1736336] [NEW] Image data stays in backend if image signature verification fails

2017-12-04 Thread Abhishek Kekane
pi.service[25628]: ERROR glance.api.v2.image_data [None req-b81d5e9c-8d5c-4b48-b7c8-efe546c3aa97 demo admin] Signature verification failed for image 6e8bec71-2176-4bcc-a732-2f76c5ac589f: Signature verification failed: SignatureVerificationError: Signature verification failed ** Affects:

[Yahoo-eng-team] [Bug 1737952] [NEW] 500 error if custom property key is greater than 255 characters

2017-12-13 Thread Abhishek Kekane
operties (created_at, updated_at, deleted_at, deleted, image_id, name, value) VALUES (%(created_at)s, %(updated_at)s, %(deleted_at)s, %(deleted)s, %(image_id)s, %(name)s, %(value)s)'] [parameters: {'name': u'abcccccc

[Yahoo-eng-team] [Bug 1748117] [NEW] Incorrect version information if enable_image_import is false

2018-02-07 Thread Abhishek Kekane
UPPORTED", "id": "v2.5", "links": [{"href": "http://192.168.0.9/image/v2/";, "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://192.168.0

[Yahoo-eng-team] [Bug 1749640] [NEW] db sync fails for mysql while adding triggers

2018-02-14 Thread Abhishek Kekane
you *might* want to use the less safe log_bin_trust_function_creators variable)') [SQL: u\"\\nCREATE TRIGGER insert_visibility BEFORE INSERT ON images\\nFOR EACH ROW\\nBEGIN\\n-- NOTE(abashmak):\\n-- The following IF/ELSE block implements a priority decision tree.\\n

[Yahoo-eng-team] [Bug 1670464] Re: Downloading image with --progress fails with "RequestIdProxy object is not an iterator"

2018-02-19 Thread Abhishek Kekane
** Changed in: glance Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1670464 Title: Downloading image with --progress fails with "RequestIdProxy obj

[Yahoo-eng-team] [Bug 1750555] [NEW] Revisit database rolling upgrade documentation

2018-02-20 Thread Abhishek Kekane
Public bug reported: Since db_sync is now internally using EMC pattern we need to revisit the entire database rolling upgrades documentation. ** Affects: glance Importance: High Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Changed in: glance Assignee

[Yahoo-eng-team] [Bug 1753964] [NEW] Image remains in queued state for web-download if node_staging_uri is not set

2018-03-07 Thread Abhishek Kekane
ync/flows/api_image_import.py", line 323, in get_flow Mar 07 09:26:07 ubuntu-16 glance-api[3499]: file_uri = separator.join((CONF.node_staging_uri, str(image_id))) Mar 07 09:26:07 ubuntu-16 glance-api[3499]: UnboundLocalError: local variable 'separator' referenced before assignmen

[Yahoo-eng-team] [Bug 1759510] [NEW] Image import fails with python 3.5, image stuck in uploading state

2018-03-28 Thread Abhishek Kekane
age_import-ImportToStore-a4ef0f11-2e4f-4ed8-ac4a-cbb28293a513' (74506991-d9ed-4fdf-819a-21dcadca3c04) transitioned into state 'REVERTING' from state 'FAILURE' {{(pid=23619) _task_receiver /usr/local/lib/python3.5/dist-packages/taskflow/listeners/logging.py:194}} ** Affect

[Yahoo-eng-team] [Bug 1836140] [NEW] 500 response while try to delete image is in uploading state

2019-07-10 Thread Abhishek Kekane
ocation.py", line 75, in get_location_from_uri raise exceptions.UnknownScheme(scheme=pieces.scheme) UnknownScheme: Unknown scheme 'file' found in URI Note: Solution is similar as proposed in this patch: https://review.opendev.org/#/c/618468/7 ** Affects: glance Importance: High

[Yahoo-eng-team] [Bug 1840885] [NEW] MultiStore: Lazy update fails if image is not owned by owner

2019-08-20 Thread Abhishek Kekane
** Affects: glance Importance: Undecided Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Changed in: cinder Assignee: (unassigned) => Abhishek Kekane (abhishek-kekane) ** Changed in: cinder Status: New => Invalid ** Project changed: cinder =&g

[Yahoo-eng-team] [Bug 1840898] [NEW] INSTR can not supported for postgresql

2019-08-21 Thread Abhishek Kekane
Public bug reported: Recently added migration script doesn't support INSTR function. INSTR function does support sqlite3 and mysql. [1] https://review.opendev.org/#/c/665606/5 ** Affects: glance Importance: High Assignee: Abhishek Kekane (abhishek-kekane) Status

[Yahoo-eng-team] [Bug 1844108] [NEW] glance-api fails to start with duplicate option: filesystem_store_datadir error

2019-09-16 Thread Abhishek Kekane
] https://review.opendev.org/#/c/611253 ** Affects: glance Importance: Critical Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Changed in: glance Assignee: (unassigned) => Abhishek Kekane (abhishek-kekane) ** Changed in: glance Importance: Undeci

[Yahoo-eng-team] [Bug 1855417] [NEW] Image data stays in staging store if image is deleted while its in importing state

2019-12-06 Thread Abhishek Kekane
ing-import-delete --file Expected result: 1. Image should be deleted 2. Image data from staging area should be deleted Actual result: 1. Image is deleted but; 2. Image data from staging area is not deleted ** Affects: glance Importance: Critical Assignee: Abhishek Kekane (abhis

[Yahoo-eng-team] [Bug 1863879] [NEW] Multiple import fails if all-stores 'True' is passed

2020-02-19 Thread Abhishek Kekane
s configured using enabled_backends config option Actual result: Image fails to import and data remains in staging area Possible solution: After population stores using CONF.enabled_backends, remove reserved stores from those stores. ** Affects: glance Importance: High Ass

[Yahoo-eng-team] [Bug 1867205] [NEW] Reload functionality is broken in Ussuri

2020-03-12 Thread Abhishek Kekane
Public bug reported: Reload config files doesn't work upon sending sighup signal to glance- api service parent process, resulting in terminating the parent and keeping child processes orphan. ** Affects: glance Importance: High Status: New ** Changed in: glance Importance: Undec

[Yahoo-eng-team] [Bug 1813147] Re: p35 jobs are failing with subunit.parser ... FAILED

2020-03-26 Thread Abhishek Kekane
** Changed in: glance Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1813147 Title: p35 jobs are failing with subunit.parser ... FAILED Status in G

[Yahoo-eng-team] [Bug 1761544] [NEW] Add missing functional tests for Image Import

2018-04-05 Thread Abhishek Kekane
Public bug reported: Add missing functional tests for glance-direct and web-download import methods of new Image Import API. ** Affects: glance Importance: High Assignee: Abhishek Kekane (abhishek-kekane) Status: In Progress ** Affects: glance/queens Importance: High

[Yahoo-eng-team] [Bug 1765309] [NEW] 500 error on image-download if image is not present at any location

2018-04-19 Thread Abhishek Kekane
n __call__ Apr 19 06:37:58 signature devstack@g-api.service[5419]: ERROR glance return resp(environ, start_response) Apr 19 06:37:58 signature devstack@g-api.service[5419]: ERROR glance File "/usr/local/lib/python2.7/dist-packages/webob/dec.py", line 145, in __call__ Apr 19 06:37:58 sig

[Yahoo-eng-team] [Bug 1256593] Re: image size should not be overwritten when using --copy-from

2018-04-20 Thread Abhishek Kekane
This bug is reported for v1 api which is deprecated and will be removed during rocky cycle, so marking this as invalid. ** Changed in: glance Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Gl

[Yahoo-eng-team] [Bug 1273171] Re: On Glance API, "changes-since" parameter filters out images which have been update at the same date as the specified timestamp

2018-04-20 Thread Abhishek Kekane
This bug is reported for v1 api which is deprecated and will be removed during rocky cycle, so marking this as won't fix. ** Changed in: glance Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed t

[Yahoo-eng-team] [Bug 1269634] Re: Glance reports NO ERROR for failed upload

2018-04-20 Thread Abhishek Kekane
This bug is reported for v1 api which is deprecated and will be removed during rocky cycle, so marking this as invalid. ** Changed in: glance Status: New => Invalid ** Changed in: glance Status: Invalid => Won't Fix -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1272464] Re: changing image owner is broken in swift multi tenant mode (v1)

2018-04-20 Thread Abhishek Kekane
This bug is reported for v1 api which is deprecated and will be removed during rocky cycle, so marking this as invalid. ** Changed in: glance Status: In Progress => Invalid ** Changed in: glance Status: Invalid => Won't Fix -- You received this bug notification because you are a m

[Yahoo-eng-team] [Bug 1264639] Re: Glance v1 unit test code can do with some refactoring

2018-04-20 Thread Abhishek Kekane
V1 tests has been removed in rocky cycle, no need to act on this anymore. ** Changed in: glance Status: In Progress => Invalid ** Changed in: glance Status: Invalid => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is su

[Yahoo-eng-team] [Bug 1319903] Re: preallocated snapshot images should not be determined by format

2018-04-20 Thread Abhishek Kekane
Not sure if this is still reproducible. Marking this as won't fix as its a four year old and lot of water has been flown under the bridge for both nova and glance. ** Changed in: glance Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engin

[Yahoo-eng-team] [Bug 1309597] Re: wrong swfit acl format when setting swift_store_admin_tenant

2018-04-20 Thread Abhishek Kekane
** Changed in: glance Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1309597 Title: wrong swfit acl format when setting swift_store_admin_tenant Sta

[Yahoo-eng-team] [Bug 1307696] Re: deprecated method in sqlalchemy causes 500 errors in glance

2018-04-20 Thread Abhishek Kekane
Again related to v1 and no one else has encountered this issue, safe to mark as won't fix. ** Changed in: glance Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bu

[Yahoo-eng-team] [Bug 1319150] Re: v1 API: image data downloads for images in pending_delete fails

2018-04-20 Thread Abhishek Kekane
This bug is reported for v1 api which is deprecated and will be removed during rocky cycle, so marking this as won't fix. ** Changed in: glance Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed t

[Yahoo-eng-team] [Bug 1389110] Re: 'glance member-list' CLI lists information with wrong tenant-id

2018-04-20 Thread Abhishek Kekane
Glance does not validates the tenant-id so for invalid tenant-id it returns the available tenants. ** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.

[Yahoo-eng-team] [Bug 1388912] Re: Snapshot with image size 0 bits

2018-04-20 Thread Abhishek Kekane
Not encountered by anyone else since reported. ** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1388912 Title: Snapshot with image size

[Yahoo-eng-team] [Bug 1381365] Re: SSL Version and cipher selection not possible

2018-04-20 Thread Abhishek Kekane
** Changed in: glance Status: New => Won't Fix -- 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/1381365 Title: SSL Version and cipher selection not possible Status

[Yahoo-eng-team] [Bug 1404082] Re: rbd_store_chunk_size Sets to Bytes instead of kB

2018-04-20 Thread Abhishek Kekane
Fixed in glance_store with patch https://review.openstack.org/#/c/121992/ ** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1404082 Title:

[Yahoo-eng-team] [Bug 1379774] Re: 017_quote_encrypted_swift_credentials is a NOOP

2018-04-20 Thread Abhishek Kekane
Not really a issue, just a INFO message for admin. ** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1379774 Title: 017_quote_encrypted_s

[Yahoo-eng-team] [Bug 1351846] Re: notification image.update/image.upload meter does not works with qpid

2018-04-20 Thread Abhishek Kekane
** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1351846 Title: notification image.update/image.upload meter does not works with qpid St

[Yahoo-eng-team] [Bug 1346463] Re: Glance registry needs notifications config after using oslo.messaging

2018-04-20 Thread Abhishek Kekane
** Changed in: glance Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1346463 Title: Glance registry needs notifications config after using oslo.messaging

[Yahoo-eng-team] [Bug 1378510] Re: creating snapshot

2018-04-20 Thread Abhishek Kekane
Not sure if this is the case anymore, and no one has hit this issue ever since. Safe to mark as won't fix. ** Changed in: glance Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.

[Yahoo-eng-team] [Bug 1326899] Re: FAIL: glance.tests.unit.v1.test_api.TestGlanceAPI.test_add_copy_from_image_authorized_upload_image_authorized

2018-04-20 Thread Abhishek Kekane
V1 tests will be removed in Rocky so no need to keep this open. ** Changed in: glance Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1326899 Title: FA

[Yahoo-eng-team] [Bug 1338567] Re: delete the image using v2 api when we upload a image using v1 api, glance don't delete the image data after finishing the uploading.

2018-04-20 Thread Abhishek Kekane
V1 is deprecated and will be removed in Rocky also as per comments it looks like it is not reproducible any more. ** Changed in: glance Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https:

[Yahoo-eng-team] [Bug 1327775] Re: tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestXML.test_create_delete_image timed out

2018-04-20 Thread Abhishek Kekane
Looks like not related to glance. ** Changed in: glance Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1327775 Title: tempest.api.compute.images.test_ima

[Yahoo-eng-team] [Bug 1331913] Re: tempest.api.volume.test_volumes_actions.VolumesActionsTestXML.test_volume_upload fails

2018-04-20 Thread Abhishek Kekane
Looks like not related to glance and never occurred again as well. ** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1331913 Title: temp

[Yahoo-eng-team] [Bug 1325425] Re: Serverfault on API tests

2018-04-20 Thread Abhishek Kekane
Pretty old and not encountered again by anyone else. ** Changed in: glance Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1325425 Title: Serverfault on AP

[Yahoo-eng-team] [Bug 1770325] [NEW] Remove glance-direct from enabled_import_methods config option

2018-05-09 Thread Abhishek Kekane
lance-direct' from the default, thus operators need to enable it explicitly if they have a shared filesystem across the controller nodes (for example using NFS). ** Affects: glance Importance: Undecided Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Changed

[Yahoo-eng-team] [Bug 1775782] [NEW] glance-image-import.conf not parsed when running under wsgi

2018-06-08 Thread Abhishek Kekane
Public bug reported: When development environment is set to run under wsgi mode (by setting WSGI_MODE=mod_wsgi in local.conf) glance-image-import.conf file is not parsed. It is working properly if glance is running under uwsgi. Steps to reproduce: NOTE: Here I am trying to use plugin "inject_ima

[Yahoo-eng-team] [Bug 1778645] [NEW] 500 response for incorrect node_staging_uri in glance-api.conf

2018-06-26 Thread Abhishek Kekane
Public bug reported: node_staging_uri configuration option needs a value which always starts with file:///. If by mistake operator sets value of node_staging_uri without file:/// then import api fails with 500 internal server error. Steps to reproduce: 1. set below value to node_staging_uri in

[Yahoo-eng-team] [Bug 1789351] Re: Glance deployment with python3 + "keystone" paste_deploy flavor Fails

2018-09-05 Thread Abhishek Kekane
Fixed in keystonemiddleware. ** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1789351 Title: Glance deployment with python3 + "keystone"

[Yahoo-eng-team] [Bug 1793057] [NEW] Multiple backend related config options are not listed in sample conf file

2018-09-17 Thread Abhishek Kekane
glance then all the above 3 config options will be added to newly generated sample config file. ** Affects: glance Importance: High Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Affects: glance-store Importance: High Assignee: Abhishek Kekane (abhishek

[Yahoo-eng-team] [Bug 1794225] [NEW] Multiple backend support for scrubber and cache-prefetcher is missing

2018-09-24 Thread Abhishek Kekane
Public bug reported: In Rocky multiple backend support is added as an experimental API feature. As of now multiple backend works with glance-api but it is missing in glance-scrubber and glance-cache-prefetcher. ** Affects: glance Importance: Undecided Status: New -- You received t

[Yahoo-eng-team] [Bug 1795786] [NEW] glance-cache-manage need to be removed from documentation?

2018-10-02 Thread Abhishek Kekane
Public bug reported: When I try to run glance-cache-manage command it returns following error. glance-cache-manage --help Traceback (most recent call last): File "/usr/local/bin/glance-cache-manage", line 6, in from glance.cmd.cache_manage import main ImportError: No module named 'glance.c

[Yahoo-eng-team] [Bug 1797571] [NEW] Functional tests related to web-download import method timeouts or fails intermittently

2018-10-12 Thread Abhishek Kekane
something from the external network in the test instead just use something else hosted on the local Apache httpd of the test node and use that as the URL to import in the test. ** Affects: glance Importance: High Assignee: Abhishek Kekane (abhishek-kekane) Status: New -- You rec

[Yahoo-eng-team] [Bug 1783278] Re: https url for image import

2018-11-01 Thread Abhishek Kekane
** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1783278 Title: https url for image import Status in Glance: Invalid Bug description:

[Yahoo-eng-team] [Bug 1805765] [NEW] Glance image conversion fails

2018-11-28 Thread Abhishek Kekane
Public bug reported: It is not possible to convert glance images as it fails with error, NoSuchOptError: no such option conversion_plugin_options in group [DEFAULT]. Steps to reproduce: Ensure 'image_conversion' plugin is enabled in glance-image-import.conf as shown below: [image_import_opts] i

[Yahoo-eng-team] [Bug 1812550] Re: Image creation fails with "u'string' Failed validating u'type' in schema[u'additionalProperties']: {u'type': u'string'} On instance[u'os_hidden']: False"

2019-01-20 Thread Abhishek Kekane
Hi Dilip, I doubt this issue is in openstack client and not in glance. I am sure that openstack client is not upto date with the latest features/support added in glance client. In Rocky we have added a support to hide the image, at the time of creation it will be false. Openstack client is not up

[Yahoo-eng-team] [Bug 1808456] Re: ceph backend reporting meaningless error when no space left

2019-02-18 Thread Abhishek Kekane
** Also affects: glance-store Importance: Undecided Status: New ** Changed in: glance Status: New => Invalid ** Changed in: glance-store Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribe

[Yahoo-eng-team] [Bug 1823124] [NEW] Update cache-manage documentation

2019-04-03 Thread Abhishek Kekane
-domain-id --os-user-domain-id --os-project-domain-id Also need to add a NOTE on how glance-cache-manage will be used if HA is configured. ** Affects: glance Importance: High Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Changed in: cinder Assignee: (unassigned

[Yahoo-eng-team] [Bug 1828333] [NEW] changing path of filesystem_store_datadir does not reflect

2019-05-08 Thread Abhishek Kekane
Public bug reported: If you change the 'filesystem_store_datadir' under glance_store section in glance-api.conf file and restart the glance-api service then it still points towards earlier/default path. DevStack Version: train Change: 0cb721b790baa8f2929f716dc8945f4bfd25f08f Merge "Fix is_neutr

[Yahoo-eng-team] [Bug 1828966] [NEW] tox doesn't catch invalid interpreter

2019-05-14 Thread Abhishek Kekane
;*.pyc' -delete summary _ py23: commands succeeded congratulations :) ** Affects: glance Importance: Low Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Changed in: glance Importance: Undecided => Low

[Yahoo-eng-team] [Bug 1828966] Re: tox doesn't catch invalid interpreter

2019-05-14 Thread Abhishek Kekane
For nova and glance it doesn't run the tests, but for cinder it executes the tests as well. A virtual environment directory py23 is created under .tox directory. ** Also affects: nova Importance: Undecided Status: New ** Also affects: cinder Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1831963] [NEW] unit tests fails with new glance_store version 0.29.0

2019-06-06 Thread Abhishek Kekane
//review.opendev.org/660340 [3] https://github.com/openstack/glance/blob/master/glance/tests/unit/base.py#L75 ** Affects: glance Importance: Critical Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Changed in: glance Assignee: (unassigned) => Abhishek Kekane

[Yahoo-eng-team] [Bug 1832490] [NEW] Avoid keyerror which might cause failure of functional tests

2019-06-12 Thread Abhishek Kekane
tack/glance/blob/master/glance/location.py#L70 [2] http://logs.openstack.org/periodic/opendev.org/openstack/glance/master/glance-tox-functional-glance_store-tips/27b550c/testr_results.html.gz ** Affects: glance Importance: High Assignee: Abhishek Kekane (abhishek-kekane) Stat

[Yahoo-eng-team] [Bug 1484566] Re: Images v2 api tasks documentation is missing

2017-06-29 Thread Abhishek Kekane
** Changed in: glance Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1484566 Title: Images v2 api tasks documentation is missing Status in Glan

[Yahoo-eng-team] [Bug 1521756] Re: race condition in test_upload_image_http_nonexistent_location_url: glance_store doesn't handle properly invalid HTTP reply

2017-07-04 Thread Abhishek Kekane
I have confirmed that this is not a failure any more by running these tests in 6 different terminals and continuously 1 hour using "while true; do tox -e py27 glance.tests.unit.v1.test_api || break; done" ** Changed in: glance Status: New => Invalid -- You received this bug notification

[Yahoo-eng-team] [Bug 1702263] [NEW] nova conductor does not exits gracefully

2017-07-04 Thread Abhishek Kekane
Public bug reported: When user sends sigkill or sigterm signal to nova-conductor parent process, parent process is exits immediately. Child process which is processing the request get killed after sometime (2-3 seconds) without completing the current request. Meantime if new request is sent then

[Yahoo-eng-team] [Bug 1702260] [NEW] nova compute child process remains orphan after sending sigkill or sigterm signal to parent process

2017-07-04 Thread Abhishek Kekane
Public bug reported: When user sends SIGKILL (kill -9) or SIGTERM (kill -15) signal to nova- comupte parent process then parent process terminates immediately but child process keeps running forever and keeps processing the requests received from rabbitmq. Steps to reproduce: 1. Identify running

[Yahoo-eng-team] [Bug 1702268] [NEW] scheduler service does not exit gracefully on receiving sigkill signal

2017-07-04 Thread Abhishek Kekane
processing - Good ** Affects: nova Importance: Undecided Assignee: Abhishek Kekane (abhishek-kekane) 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

[Yahoo-eng-team] [Bug 1702270] [NEW] glance-api does not exit gracefully on sigkill and sigterm signal

2017-07-04 Thread Abhishek Kekane
hould not accept new request for processing ** Affects: glance Importance: Undecided Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Changed in: glance Assignee: (unassigned) => Abhishek Kekane (abhishek-kekane) -- You received this bug notification because y

[Yahoo-eng-team] [Bug 1029950] Re: No limits on image size

2017-07-04 Thread Abhishek Kekane
** Changed in: glance Status: New => Opinion -- 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/1029950 Title: No limits on image size Status in Glance: Opinion St

[Yahoo-eng-team] [Bug 1705680] [NEW] nova compute does nothing on receiving sighup signal

2017-07-21 Thread Abhishek Kekane
Public bug reported: Nova compute service does not listen to sighup signal actually it should reload the configuration file. Steps to reproduce: 1. Run nova compute service as a daemon 2. Send sighup signal "kill -1 $parent_id_of_compute_service" or "kill -HUP $parent_id_of_compute_service" Whe

[Yahoo-eng-team] [Bug 1706586] [NEW] GET call to /info/import raises ResourceNotFound error

2017-07-26 Thread Abhishek Kekane
Public bug reported: curl -g -i -X GET http://10.232.48.201/image/v2/info/import -H "X-Auth- Token: " should return valid import-methods available if config parameter 'enable_image_import' is set. As of now it raises 404 ResourceNotFound error. Steps to reproduce: 1. Set 'enable_image_import' to

[Yahoo-eng-team] [Bug 1702260] Re: nova compute child process remains orphan after sending sigkill or sigterm signal to parent process

2017-08-29 Thread Abhishek Kekane
nova-compute is using ServiceLauncher to launch the service which doesn't require any changes to exit gracefully. ** 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 C

[Yahoo-eng-team] [Bug 1653103] Re: "tox -e py34" command gives Error "InterpreterNotFound python2.7 python3.4"

2017-09-21 Thread Abhishek Kekane
Marking the bug as invalid as Python 3.4 is not supported after support is added for python 3.5 ** Changed in: glance Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launc

[Yahoo-eng-team] [Bug 1719269] [NEW] Unable to run individual test

2017-09-25 Thread Abhishek Kekane
glance.tests.unit.test_auth.TestKeystoneAuthPlugin.test_get_plugin_from_strategy_keystone ** Affects: glance Importance: Undecided Assignee: Abhishek Kekane (abhishek-kekane) Status: New ** Changed in: glance Assignee: (unassigned) => Abhishek Kekane (abhishek-kekane) -- You received this bug notification because you are a member of Ya

<    1   2   3   >