Activity log for bug #1425839

Date Who What changed Old value New value Message
2015-02-26 08:03:42 Andreas Scheuring bug added bug
2015-02-26 08:06:06 Andreas Scheuring description Since [1] filters for lvm are set up in /etc/cinder/lvm.conf file. The filter generation works fine on ubuntu, but on a rhel 7 (on x86 & s390) thing go wrong Ubuntu generated filter: filter = [ "a/dev/loop0/", "r/.*/" ] RHEL7 generated filter filter = [ "a/dev/loop0 stack-volumes-default/", "a/dev/loop1 stack-volumes-lvmdriver-1/", "r/.*/" ] --> the rhel7 filter just does not make any sense. Seems like an error when parsing some input. Root Cause (Example): IFS=';' read pv vg <<< $pv_info rhel doesn't interpret the argument after the <<< operator as a single String --> Solution: use quotation marks for the string argument: ... <<< "$pv_info" [1] https://review.openstack.org/#/c/148747/ Since [1] filters for lvm are set up in /etc/cinder/lvm.conf file. The filter generation works fine on ubuntu, but on a rhel 7 (on x86 & s390) thing go wrong Ubuntu generated filter: filter = [ "a/dev/loop0/", "r/.*/" ] RHEL7 generated filter filter = [ "a/dev/loop0 stack-volumes-default/", "a/dev/loop1 stack-volumes-lvmdriver-1/", "r/.*/" ] --> the rhel7 filter just does not make any sense. Seems like an error when parsing some input. Root Cause (Example):      IFS=';' read pv vg <<< $pv_info rhel doesn't interpret the argument after the <<< operator as a single String --> Solution: use quotation marks for the string argument: ... <<< "$pv_info" [1] https://github.com/openstack-dev/devstack/commit/0b9e76f280208b5b5ad54bb6fbc4133e63037286
2015-02-26 08:17:07 OpenStack Infra devstack: status New In Progress
2015-02-26 08:17:07 OpenStack Infra devstack: assignee Andreas Scheuring (andreas-scheuring)
2015-02-26 10:18:48 OpenStack Infra devstack: assignee Andreas Scheuring (andreas-scheuring) Ian Wienand (iwienand)
2015-02-26 12:49:44 OpenStack Infra devstack: status In Progress Fix Released
2015-02-26 12:49:45 OpenStack Infra bug watch added https://bugzilla.redhat.com/show_bug.cgi?id=1196566