2015-04-01 20:04:40 |
Jon Bernard |
bug |
|
|
added bug |
2015-04-01 20:06:49 |
Jon Bernard |
tags |
driver |
ceph drivers |
|
2015-04-02 14:07:01 |
Eric Harney |
bug |
|
|
added subscriber Eric Harney |
2015-04-02 14:51:48 |
Deepak C Shetty |
bug |
|
|
added subscriber Deepak C Shetty |
2015-04-02 14:52:08 |
Deepak C Shetty |
bug |
|
|
added subscriber Bharat Kumar Kobagana |
2015-04-07 17:59:54 |
OpenStack Infra |
cinder: status |
New |
In Progress |
|
2015-04-08 15:24:36 |
Jon Bernard |
summary |
Volume creation from image fails for UEC+Ceph |
Volume creation from image fails for UEC and Glance API version 2 |
|
2015-04-08 15:59:26 |
Matt Riedemann |
cinder: importance |
Undecided |
High |
|
2015-04-08 16:07:34 |
Matt Riedemann |
tags |
ceph drivers |
ceph drivers kilo-rc-potential |
|
2015-04-10 19:53:55 |
OpenStack Infra |
cinder: status |
In Progress |
Fix Committed |
|
2015-04-21 14:34:44 |
Thierry Carrez |
nominated for series |
|
cinder/kilo |
|
2015-04-21 14:34:44 |
Thierry Carrez |
bug task added |
|
cinder/kilo |
|
2015-04-21 14:34:51 |
Thierry Carrez |
cinder/kilo: milestone |
|
kilo-rc2 |
|
2015-04-21 14:34:54 |
Thierry Carrez |
cinder/kilo: importance |
Undecided |
High |
|
2015-04-21 14:34:56 |
Thierry Carrez |
cinder/kilo: status |
New |
In Progress |
|
2015-04-22 15:20:18 |
OpenStack Infra |
cinder/kilo: status |
In Progress |
Fix Committed |
|
2015-04-24 15:49:28 |
Thierry Carrez |
cinder/kilo: status |
Fix Committed |
Fix Released |
|
2015-04-24 15:49:31 |
Thierry Carrez |
tags |
ceph drivers kilo-rc-potential |
ceph drivers |
|
2015-04-30 10:02:28 |
Thierry Carrez |
cinder/kilo: milestone |
kilo-rc2 |
2015.1.0 |
|
2015-06-23 14:40:05 |
Thierry Carrez |
cinder: status |
Fix Committed |
Fix Released |
|
2015-06-23 14:40:05 |
Thierry Carrez |
cinder: milestone |
|
liberty-1 |
|
2015-10-15 11:40:32 |
Thierry Carrez |
cinder: milestone |
liberty-1 |
7.0.0 |
|
2016-11-14 10:13:03 |
Seyeong Kim |
bug task added |
|
cloud-archive |
|
2016-11-14 12:28:28 |
James Page |
cloud-archive: status |
New |
Fix Released |
|
2016-11-14 13:27:41 |
Corey Bryant |
summary |
Volume creation from image fails for UEC and Glance API version 2 |
[SRU] Volume creation from image fails for UEC and Glance API version 2 |
|
2016-11-14 13:29:33 |
Corey Bryant |
bug task added |
|
cinder (Ubuntu) |
|
2016-11-14 13:29:46 |
Corey Bryant |
nominated for series |
|
Ubuntu Trusty |
|
2016-11-14 13:29:46 |
Corey Bryant |
bug task added |
|
cinder (Ubuntu Trusty) |
|
2016-11-14 13:29:54 |
Corey Bryant |
cinder (Ubuntu): status |
New |
Invalid |
|
2016-11-14 13:29:59 |
Corey Bryant |
cinder (Ubuntu Trusty): status |
New |
In Progress |
|
2016-11-14 13:30:42 |
Corey Bryant |
nominated for series |
|
cloud-archive/icehouse |
|
2016-11-14 13:30:42 |
Corey Bryant |
bug task added |
|
cloud-archive/icehouse |
|
2016-11-14 13:30:50 |
Corey Bryant |
cloud-archive/icehouse: status |
New |
In Progress |
|
2016-11-14 13:32:28 |
Corey Bryant |
description |
When creating a volume from a glance UEC image, the RBD driver fails to combine the rootfs, kernel, and ramdisk into a single volume suitable for booting an instance. Instead, only the rootfs is written to the volume, which is empty. This causes nova's boot-from-volume operation to fail if the volume is ceph-backed and the image is of type UEC.
By contrast, the same operation on an LVM volume yields a volume that contains all the necessary pieces to boot an instance.
This is also likely the reason for recent ceph CI job failures in test_volume_boot_pattern, as tempest executes this exact set of operations. |
[Description]
When creating a volume from a glance UEC image, the RBD driver fails to combine the rootfs, kernel, and ramdisk into a single volume suitable for booting an instance. Instead, only the rootfs is written to the volume, which is empty. This causes nova's boot-from-volume operation to fail if the volume is ceph-backed and the image is of type UEC.
By contrast, the same operation on an LVM volume yields a volume that contains all the necessary pieces to boot an instance.
This is also likely the reason for recent ceph CI job failures in test_volume_boot_pattern, as tempest executes this exact set of operations.
[Regression Potential]
Regression potential is low. Patch is cherry-picked from upstream stable/liberty branch without any changes. |
|
2016-11-14 13:34:04 |
Corey Bryant |
description |
[Description]
When creating a volume from a glance UEC image, the RBD driver fails to combine the rootfs, kernel, and ramdisk into a single volume suitable for booting an instance. Instead, only the rootfs is written to the volume, which is empty. This causes nova's boot-from-volume operation to fail if the volume is ceph-backed and the image is of type UEC.
By contrast, the same operation on an LVM volume yields a volume that contains all the necessary pieces to boot an instance.
This is also likely the reason for recent ceph CI job failures in test_volume_boot_pattern, as tempest executes this exact set of operations.
[Regression Potential]
Regression potential is low. Patch is cherry-picked from upstream stable/liberty branch without any changes. |
[Description]
[Test Case]
When creating a volume from a glance UEC image, the RBD driver fails to combine the rootfs, kernel, and ramdisk into a single volume suitable for booting an instance. Instead, only the rootfs is written to the volume, which is empty. This causes nova's boot-from-volume operation to fail if the volume is ceph-backed and the image is of type UEC.
By contrast, the same operation on an LVM volume yields a volume that contains all the necessary pieces to boot an instance.
This is also likely the reason for recent ceph CI job failures in test_volume_boot_pattern, as tempest executes this exact set of operations.
[Regression Potential]
Regression potential is low. Patch is cherry-picked from upstream stable/liberty branch without any changes. |
|
2016-11-14 13:41:17 |
Launchpad Janitor |
branch linked |
|
lp:~ubuntu-server-dev/cinder/icehouse |
|
2016-11-14 13:42:52 |
Corey Bryant |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2016-11-15 08:00:00 |
Seyeong Kim |
bug |
|
|
added subscriber Seyeong Kim |
2016-11-15 10:29:12 |
Martin Pitt |
cinder (Ubuntu Trusty): status |
In Progress |
Fix Committed |
|
2016-11-15 10:29:17 |
Martin Pitt |
bug |
|
|
added subscriber SRU Verification |
2016-11-15 10:29:22 |
Martin Pitt |
tags |
ceph drivers |
ceph drivers verification-needed |
|
2016-11-16 07:52:27 |
Seyeong Kim |
tags |
ceph drivers verification-needed |
ceph drivers verification-done |
|
2016-11-23 07:45:49 |
Launchpad Janitor |
cinder (Ubuntu Trusty): status |
Fix Committed |
Fix Released |
|
2016-11-23 07:46:02 |
Robie Basak |
removed subscriber Ubuntu Stable Release Updates Team |
|
|
|