Activity log for bug #1122445

Date Who What changed Old value New value Message
2013-02-11 21:43:28 Kent Baxley bug added bug
2013-02-11 21:44:15 Kent Baxley information type Proprietary Public
2013-02-11 21:50:14 Kent Baxley bug task added lvm2
2013-02-11 21:50:32 Kent Baxley dell-poweredge: importance Undecided High
2013-02-11 21:50:36 Kent Baxley dell-poweredge: status New Confirmed
2013-02-11 21:50:40 Kent Baxley dell-poweredge: assignee Kent Baxley (kentb)
2013-02-11 21:56:37 Kent Baxley description The lvm2 package in 13.04, 12.10, and 12.04 needs to be patched so that it recognizes the mtip32xx controllers that ship in many Dell PowerEdge systems. This is the Micron PCIe SSD disk controller. Currently, LVM does not recognize these devices, so when you go to create a physical volume on them, you are met with the following error:' "Device /dev/rssda1 not found (or ignored by filter)" The issue can be worked around by adding the following line to /etc/lvm/lvm.conf: devices { ... types = ["mtip32xx", 16] } However, in order to avoid confusion with users and to ensure that these devices 'just work' with LVM, the following patches have been requested: http://git.fedorahosted.org/cgit/lvm2.git/log/?qt=grep&q=Micron These fixes have been incorporated into RHEL6 already. The lvm2 package in 13.04, 12.10, and 12.04 needs to be patched so that it recognizes the mtip32xx controllers that ship in many Dell PowerEdge systems. This is the Micron PCIe SSD disk controller. Currently, LVM does not recognize these devices, so when you go to create a physical volume on them, you are met with the following error:' "Device /dev/rssda1 not found (or ignored by filter)" The issue can be worked around by adding the following line to /etc/lvm/lvm.conf: devices { ...            types = ["mtip32xx", 16] } However, in order to avoid confusion with users and to ensure that these devices 'just work' with LVM, the following patches have been requested: http://git.fedorahosted.org/cgit/lvm2.git/log/?qt=grep&q=Micron These fixes have been incorporated into Fedora / RHEL.
2013-03-08 10:14:09 Dimitri John Ledkov lvm2: assignee Dmitrijs Ledkovs (xnox)
2013-03-08 10:16:37 Dimitri John Ledkov affects lvm2 lvm2 (Ubuntu)
2013-03-08 10:17:03 Dimitri John Ledkov nominated for series Ubuntu Precise
2013-03-08 10:17:03 Dimitri John Ledkov bug task added lvm2 (Ubuntu Precise)
2013-03-08 10:17:03 Dimitri John Ledkov nominated for series Ubuntu Quantal
2013-03-08 10:17:03 Dimitri John Ledkov bug task added lvm2 (Ubuntu Quantal)
2013-03-08 10:17:10 Dimitri John Ledkov lvm2 (Ubuntu): status New Confirmed
2013-03-08 10:17:12 Dimitri John Ledkov lvm2 (Ubuntu): importance Undecided High
2013-03-08 10:17:16 Dimitri John Ledkov lvm2 (Ubuntu Precise): status New Confirmed
2013-03-08 10:17:19 Dimitri John Ledkov lvm2 (Ubuntu Quantal): status New Confirmed
2013-03-08 10:17:21 Dimitri John Ledkov lvm2 (Ubuntu Precise): importance Undecided Medium
2013-03-08 10:17:24 Dimitri John Ledkov lvm2 (Ubuntu Quantal): importance Undecided Medium
2013-03-08 10:17:26 Dimitri John Ledkov lvm2 (Ubuntu Precise): assignee Dmitrijs Ledkovs (xnox)
2013-03-08 10:17:28 Dimitri John Ledkov lvm2 (Ubuntu Quantal): assignee Dmitrijs Ledkovs (xnox)
2013-03-14 12:31:37 Dimitri John Ledkov lvm2 (Ubuntu): status Confirmed In Progress
2013-03-14 12:41:02 Dimitri John Ledkov lvm2 (Ubuntu Precise): status Confirmed In Progress
2013-03-14 13:15:31 Launchpad Janitor branch linked lp:ubuntu/raring-proposed/lvm2
2013-03-14 14:40:48 Dimitri John Ledkov description The lvm2 package in 13.04, 12.10, and 12.04 needs to be patched so that it recognizes the mtip32xx controllers that ship in many Dell PowerEdge systems. This is the Micron PCIe SSD disk controller. Currently, LVM does not recognize these devices, so when you go to create a physical volume on them, you are met with the following error:' "Device /dev/rssda1 not found (or ignored by filter)" The issue can be worked around by adding the following line to /etc/lvm/lvm.conf: devices { ...            types = ["mtip32xx", 16] } However, in order to avoid confusion with users and to ensure that these devices 'just work' with LVM, the following patches have been requested: http://git.fedorahosted.org/cgit/lvm2.git/log/?qt=grep&q=Micron These fixes have been incorporated into Fedora / RHEL. [Impact] * Out of the box lvm does not work on some devices: - Quantal: Micron PCIe SSD devices - Preicse: Micron PCIe SSD and FusionIO devices * This is hardware enabled backport, specifically to avoid forcing people to manually modify lvm.conf to enabled those devices to be visible by lvm. [Test Case] * Create VG group on a Micron PCIe SSD and/or FusionIO device * Note that vgchange -a y, does not automatically activate that VG group, unless this update is installed or /etc/lvm/lvm.conf is manually modified. [Regression Potential] * This is adding an additional default filter, which one could add manual in lvm.conf. Tested and included upstream as well as other distributions. [Other Info - Original bug report] The lvm2 package in 13.04, 12.10, and 12.04 needs to be patched so that it recognizes the mtip32xx controllers that ship in many Dell PowerEdge systems. This is the Micron PCIe SSD disk controller. Currently, LVM does not recognize these devices, so when you go to create a physical volume on them, you are met with the following error:' "Device /dev/rssda1 not found (or ignored by filter)" The issue can be worked around by adding the following line to /etc/lvm/lvm.conf: devices { ...            types = ["mtip32xx", 16] } or for Fusion devices { ...            types = ["fio", 16] } However, in order to avoid confusion with users and to ensure that these devices 'just work' with LVM, the following patches have been requested: http://git.fedorahosted.org/cgit/lvm2.git/log/?qt=grep&q=Micron These fixes have been incorporated into Fedora / RHEL.
2013-03-14 15:04:40 Dimitri John Ledkov summary Need to patch lvm2 so that it works with Micron PCIe SSD devices Update device_types in lvm2 filters to support Micron PCIe SSD, among many others
2013-03-14 21:48:53 Dimitri John Ledkov lvm2 (Ubuntu Quantal): status Confirmed In Progress
2013-03-14 21:52:01 Dimitri John Ledkov description [Impact] * Out of the box lvm does not work on some devices: - Quantal: Micron PCIe SSD devices - Preicse: Micron PCIe SSD and FusionIO devices * This is hardware enabled backport, specifically to avoid forcing people to manually modify lvm.conf to enabled those devices to be visible by lvm. [Test Case] * Create VG group on a Micron PCIe SSD and/or FusionIO device * Note that vgchange -a y, does not automatically activate that VG group, unless this update is installed or /etc/lvm/lvm.conf is manually modified. [Regression Potential] * This is adding an additional default filter, which one could add manual in lvm.conf. Tested and included upstream as well as other distributions. [Other Info - Original bug report] The lvm2 package in 13.04, 12.10, and 12.04 needs to be patched so that it recognizes the mtip32xx controllers that ship in many Dell PowerEdge systems. This is the Micron PCIe SSD disk controller. Currently, LVM does not recognize these devices, so when you go to create a physical volume on them, you are met with the following error:' "Device /dev/rssda1 not found (or ignored by filter)" The issue can be worked around by adding the following line to /etc/lvm/lvm.conf: devices { ...            types = ["mtip32xx", 16] } or for Fusion devices { ...            types = ["fio", 16] } However, in order to avoid confusion with users and to ensure that these devices 'just work' with LVM, the following patches have been requested: http://git.fedorahosted.org/cgit/lvm2.git/log/?qt=grep&q=Micron These fixes have been incorporated into Fedora / RHEL. [Impact]  * Out of the box lvm does not work on some devices:    - Quantal: Micron PCIe SSD devices and others    - Preicse: Micron PCIe SSD, FusionIO devices and others  * This is hardware enabled backport, specifically to avoid forcing people to manually modify lvm.conf to enabled those devices to be visible by lvm. [Test Case]  * Create VG group on a Micron PCIe SSD and/or FusionIO device or any other device type that is missing (see Other Info for full list)  * Note that vgchange -a y, does not automatically activate that VG group, unless this update is installed or /etc/lvm/lvm.conf is manually modified. [Regression Potential]  * This is adding an additional default filter, which one could add manual in lvm.conf. Tested and included upstream as well as other distributions. [Other Info - Original bug report] Full list of devices added: Description: cherry pick new device types from upstream --- a/lib/filters/filter.c +++ b/lib/filters/filter.c @@ -113,6 +113,11 @@ {"virtblk", 8}, /* VirtIO disk */ {"mmc", 16}, /* MMC block device */ {"blkext", 1}, /* Extended device partitions */ + {"fio", 16}, /* Fusion */ + {"mtip32xx", 16}, /* Micron PCIe SSDs */ + {"vtms", 16}, /* Violin Memory */ + {"skd", 16}, /* STEC */ + {"scm", 8}, /* Storage Class Memory (IBM S/390) */ {NULL, 0} }; (Micron and below are new for both quantal & precise, Fusion is only new for precise) The lvm2 package in 13.04, 12.10, and 12.04 needs to be patched so that it recognizes the mtip32xx controllers that ship in many Dell PowerEdge systems. This is the Micron PCIe SSD disk controller. Currently, LVM does not recognize these devices, so when you go to create a physical volume on them, you are met with the following error:' "Device /dev/rssda1 not found (or ignored by filter)" The issue can be worked around by adding the following line to /etc/lvm/lvm.conf: devices { ...            types = ["mtip32xx", 16] } or for Fusion devices { ...            types = ["fio", 16] } However, in order to avoid confusion with users and to ensure that these devices 'just work' with LVM, the following patches have been requested: http://git.fedorahosted.org/cgit/lvm2.git/log/?qt=grep&q=Micron These fixes have been incorporated into Fedora / RHEL.
2013-03-15 09:32:13 Launchpad Janitor lvm2 (Ubuntu): status In Progress Fix Released
2013-03-20 01:18:41 Chris Halse Rogers lvm2 (Ubuntu Precise): status In Progress Fix Committed
2013-03-20 01:18:44 Chris Halse Rogers bug added subscriber Ubuntu Stable Release Updates Team
2013-03-20 01:18:47 Chris Halse Rogers bug added subscriber SRU Verification
2013-03-20 01:18:55 Chris Halse Rogers tags verification-needed
2013-03-20 01:30:16 Chris Halse Rogers lvm2 (Ubuntu Quantal): status In Progress Fix Committed
2013-03-20 01:46:58 Launchpad Janitor branch linked lp:ubuntu/precise-proposed/lvm2
2013-03-20 01:47:00 Launchpad Janitor branch linked lp:ubuntu/quantal-proposed/lvm2
2013-03-21 00:28:37 Dimitri John Ledkov tags verification-needed verification-done verification-precise-done verification-quantal-done
2013-03-21 13:54:01 Kent Baxley dell-poweredge: status Confirmed Fix Committed
2013-03-22 14:24:19 Dimitri John Ledkov lvm2 (Ubuntu Precise): assignee Dmitrijs Ledkovs (xnox)
2013-03-22 14:24:22 Dimitri John Ledkov lvm2 (Ubuntu Quantal): assignee Dmitrijs Ledkovs (xnox)
2013-03-28 16:47:13 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2013-03-28 16:48:11 Launchpad Janitor lvm2 (Ubuntu Quantal): status Fix Committed Fix Released
2013-03-28 16:48:17 Launchpad Janitor lvm2 (Ubuntu Precise): status Fix Committed Fix Released
2013-03-28 18:11:28 Kent Baxley dell-poweredge: status Fix Committed Fix Released