[Yahoo-eng-team] [Bug 1863534] [NEW] [openstacksdk] Create image doesn't validate checksum correctly using sha256 algorithm

2020-02-16 Thread Tushar Patil
Public bug reported: I have set config option ``hashing_algorithm`` value as sha256 in glance. Now, I'm trying to create an image using openstacksdk. I have set hash value of the image to sha256 parameter of create_image method but it fails with an error "Image checksum verification failed".

[Yahoo-eng-team] [Bug 1863209] [NEW] [openstacksdk] image name is not set if filename is not passed to create_image method

2020-02-13 Thread Tushar Patil
Public bug reported: I want to create an image without uploading image data using openstacksdk create_image method. sdkconnection.image.create_image(name, allow_duplicates=True, **fields) fields = {"min_disk": min_disk, "min_ram": min_ram, "disk_format": "qcow2",

[Yahoo-eng-team] [Bug 1804062] Re: test_hacking fails for python 3.6.7 and newer

2019-02-25 Thread Tushar Patil
** Also affects: masakari 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/1804062 Title: test_hacking fails for python 3.6.7

[Yahoo-eng-team] [Bug 1726237] [NEW] Installing stable/ocata using expand/migrate/contract for the first time raises TypeError

2017-10-22 Thread Tushar Patil
Public bug reported: If you are installing stable/ocata branch for the first time using the latest zero-down time database upgrade method, then it gives following error when you run "db migrate" command. $glance-manage db migrate Output: 2017-10-19 02:31:26.550 CRITICAL glance [-] TypeError:

[Yahoo-eng-team] [Bug 1726209] [NEW] Db expand fails if the db is previously synced using 'db sync' command

2017-10-22 Thread Tushar Patil
Public bug reported: If you have synced the database using "db sync" command and if you attempt to run "db expand" command, it gives following error. Actual Result: INFO [alembic.runtime.migration] Context impl MySQLImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. INFO

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

2017-09-25 Thread Tushar Patil
As per ostestr documentation [1], -n option is used to run single test. So it's not a workaround solution, it is working as expected. Marking it as invalid. [1]: https://docs.openstack.org/os-testr/latest/user/ostestr.html ** Changed in: glance Status: New => Invalid -- You received

[Yahoo-eng-team] [Bug 1430553] [NEW] Volume remains in detaching status when user call detach request immediately after attach request

2015-03-10 Thread Tushar Patil
nova.openstack.common.lockutils [-] Acquired semaphore 7695a528-c73b-4b44-b4de-2c26974ac471 lock /usr/lib/python2.7/dist-packages/nova/openstack/common/lockutils.py:229 ** Affects: nova Importance: Undecided Assignee: Tushar Patil (tpatil) Status: New ** Changed in: nova

[Yahoo-eng-team] [Bug 1379526] [NEW] Rebuild instance doesn't work when instance is stopped

2014-10-09 Thread Tushar Patil
Public bug reported: Design wise it is allowed to rebuild the instance when the vm_state is in ERROR, ACTIVE or STOPPED state. But rebuild instance fails to bring the vm_state to ACTIVE when it is in STOPPED state. Steps to reproduce: 1. Create a new instance and wait unit it becomes ACTIVE.

[Yahoo-eng-team] [Bug 1339564] Re: glance image-delete on an image with the status saving doesn't delete the image's file from store

2014-09-23 Thread Tushar Patil
*** This bug is a duplicate of bug 1243127 *** https://bugs.launchpad.net/bugs/1243127 ** This bug is no longer a duplicate of bug 1329319 Restart glance when a image is uploading, then delete the image. The data of the image is not deleted ** This bug has been marked a duplicate of bug

[Yahoo-eng-team] [Bug 1337367] Re: The add method of swift.py have a problem.When a large image is uploading and the glance-api is restarted, then we can not delete the image content that have been up

2014-09-23 Thread Tushar Patil
*** This bug is a duplicate of bug 1243127 *** https://bugs.launchpad.net/bugs/1243127 ** This bug is no longer a duplicate of bug 1329319 Restart glance when a image is uploading, then delete the image. The data of the image is not deleted ** This bug has been marked a duplicate of bug

[Yahoo-eng-team] [Bug 1368844] [NEW] Block migration fails with volume size 2 GB and more

2014-09-12 Thread Tushar Patil
Public bug reported: Tested on master code with commit id : fd72c308fc6adc1f5d07c5287c1db5bfc12328fc volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver Case 1: Instance is booted using volume Steps to reproduce: 1. Create a bootable volume of size 2 GB using an image. 2. Boot an

[Yahoo-eng-team] [Bug 1367944] [NEW] tenant usage information api is consuming lot of memory

2014-09-10 Thread Tushar Patil
Public bug reported: I have noticed that when a tenant usage information API is invoked for a particular tenant owning large number of instances (both active terminated), then I see a sudden increase in nova-api process memory consumption from 500 MB up to 2.3 GB. It is due to a SQL retrieving

[Yahoo-eng-team] [Bug 1202690] Re: Incorrect HTTP response while creating flavor without name

2013-10-09 Thread Tushar Patil
*** This bug is a duplicate of bug 1220087 *** https://bugs.launchpad.net/bugs/1220087 Alex: You are correct, this issue is fixed. If user pass only white spaces to flavor name, then it should give error. { flavor: { name: ram: 1024, vcpus: 2, disk: