Back to bug 1297712

Who When What Removed Added
Red Hat Bugzilla Rules Engine 2016-01-12 09:57:05 UTC Target Release --- 8.0
Javier Peña 2016-01-19 15:06:27 UTC Status NEW POST
CC jpena
Link ID OpenStack gerrit 269696
Assignee ichavero jpena
Ivan Chavero 2016-02-02 20:24:27 UTC Status POST MODIFIED
CC ichavero
Fixed In Version openstack-packstack-7.0.0-0.11.dev1692.g1b5e83b.el7ost
Jon Schlueter 2016-02-04 14:15:07 UTC CC jschluet
Target Milestone --- ga
errata-xmlrpc 2016-02-04 16:27:29 UTC Status MODIFIED ON_QA
Jon Schlueter 2016-02-04 16:38:48 UTC Status ON_QA MODIFIED
errata-xmlrpc 2016-02-04 20:05:37 UTC Status MODIFIED ON_QA
cappetta 2016-03-12 14:13:15 UTC CC thomas.cappetta
Javier Peña 2016-03-16 12:14:13 UTC Doc Text Cause: Packstack edited /etc/lvm/lvm.conf to set specific parameters for snapshot autoextend. However, the regexp used only allowed blank spaces, instead of tabs as currently used in the file. This lead to some lines been added at the end of the file, breaking its format.

Consequence: The lvm.conf format was broken, showing error messages in any LVM command execution.

Fix: Updated regexp in Packstack to set the parameters properly.

Result: No more error messages when running LVM commands.
Deepti Navale 2016-03-30 03:15:22 UTC CC dnavale
Doc Text Cause: Packstack edited /etc/lvm/lvm.conf to set specific parameters for snapshot autoextend. However, the regexp used only allowed blank spaces, instead of tabs as currently used in the file. This lead to some lines been added at the end of the file, breaking its format.

Consequence: The lvm.conf format was broken, showing error messages in any LVM command execution.

Fix: Updated regexp in Packstack to set the parameters properly.

Result: No more error messages when running LVM commands.
Previously, Packstack edited the /etc/lvm/lvm.conf file to set specific parameters for snapshot autoextend. However, the regexp used only allowed black spaces instead of the tabs as currently used in the file. As a result, some lines were added at the end of the file, breaking its format.

With this update, the regexp is updated in Packstack to set the parameters properly. As a result, there are no error messages when running LVM commands.
errata-xmlrpc 2016-04-07 21:21:59 UTC Status ON_QA CLOSED
Resolution --- ERRATA
Last Closed 2016-04-07 17:21:59 UTC
John Skeoch 2016-04-18 07:14:36 UTC CC srevivo
Radek Bíba 2016-05-16 07:44:48 UTC Doc Text Previously, Packstack edited the /etc/lvm/lvm.conf file to set specific parameters for snapshot autoextend. However, the regexp used only allowed black spaces instead of the tabs as currently used in the file. As a result, some lines were added at the end of the file, breaking its format.

With this update, the regexp is updated in Packstack to set the parameters properly. As a result, there are no error messages when running LVM commands.
Previously, Packstack edited the /etc/lvm/lvm.conf file to set specific parameters for snapshot autoextend. However, the regexp used only allowed blank spaces instead of the tabs as currently used in the file. As a result, some lines were added at the end of the file, breaking its format.

With this update, the regexp is updated in Packstack to set the parameters properly. As a result, there are no error messages when running LVM commands.

Back to bug 1297712