[Bug 1839366] Re: LVM: fix missing dash

2019-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package resource-agents - 1:4.1.0~rc1-1ubuntu1.2 --- resource-agents (1:4.1.0~rc1-1ubuntu1.2) bionic; urgency=medium * d/p/lvm-fix-missing-dash.patch: - Missing dash in vgchange_activate_options affecting ocf:heartbeat:LVM. (LP: #1839366) -- Eric

[Bug 1839366] Re: LVM: fix missing dash

2019-08-09 Thread Eric Desrochers
With regard to code 14 on comment #4 https://manpages.debian.org/testing/autopkgtest/autopkgtest.1.en.html EXIT STATUS .. 14 erroneous package and at least one test skipped .. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1839366] Re: LVM: fix missing dash

2019-08-09 Thread Eric Desrochers
so this can be safely skip, especially that its a recurrent pattern for every resource-agents SRU. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839366 Title: LVM: fix missing dash To manage

[Bug 1839366] Re: LVM: fix missing dash

2019-08-09 Thread Eric Desrochers
[Regression pending sru page] Regression in autopkgtest for resource-agents (armhf): test log It produces a code 14 for quite some time now, look at the history : http://autopkgtest.ubuntu.com/packages/r/resource-agents/bionic/armhf It has nothing to do with the current SRU. - Eric -- You

[Bug 1839366] Re: LVM: fix missing dash

2019-08-09 Thread Eric Desrochers
[BIONIC VERIFICATION DONE] It has been brought to my attention the following by an impacted user: " Thanks for getting a fix prepared so quickly. I appreciate that you have to follow your SRU process; I'm happy to use the resource-agent package in the proposed repo in the meantime. Our testing

[Bug 1839366] Re: LVM: fix missing dash

2019-08-08 Thread Eric Desrochers
** Changed in: resource-agents (Ubuntu Xenial) Assignee: Eric Desrochers (slashd) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839366 Title: LVM: fix missing dash To manage

[Bug 1839366] Re: LVM: fix missing dash

2019-08-08 Thread Ɓukasz Zemczak
Hello Chris, or anyone else affected, Accepted resource-agents into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/resource- agents/1:4.1.0~rc1-1ubuntu1.2 in a few hours, and then in the -proposed repository. Please help us by testing this

[Bug 1839366] Re: LVM: fix missing dash

2019-08-08 Thread Eric Desrochers
lvm-tag.sh doesn't exist in Xenial, and I couldn't find any equivalent missing dash in Xenial. The only place I found similar pattern is inside "heartbeat/LVM" and everything looks good to me at first glance. #heartbeat/LVM get_activate_options() { local options="-a" case

[Bug 1839366] Re: LVM: fix missing dash

2019-08-08 Thread Eric Desrochers
** Changed in: resource-agents (Ubuntu Xenial) Status: In Progress => Invalid ** Description changed: [Impact] lvm-tag.sh line 150 is missing a dash in front of 'aly' flags. This is causing lvm resource to fail during start. heartbeat/lvm-tag.sh vgchange_activate_options="aly

[Bug 1839366] Re: LVM: fix missing dash

2019-08-08 Thread Eric Desrochers
** Description changed: [Impact] lvm-tag.sh line 150 is missing a dash in front of 'aly' flags. This is causing lvm resource to fail during start. heartbeat/lvm-tag.sh vgchange_activate_options="aly --config activation{volume_list=[\"@${OUR_TAG}\"]}" is missing a - in front of

[Bug 1839366] Re: LVM: fix missing dash

2019-08-07 Thread Eric Desrochers
** Description changed: + [Impact] + lvm-tag.sh line 150 is missing a dash in front of 'aly' flags. This is causing lvm resource to fail during start: + heartbeat/lvm-tag.sh vgchange_activate_options="aly --config activation{volume_list=[\"@${OUR_TAG}\"]}" is missing a - in front of

[Bug 1839366] Re: LVM: fix missing dash

2019-08-07 Thread Eric Desrochers
** Tags added: sts ** Description changed: heartbeat/lvm-tag.sh vgchange_activate_options="aly --config activation{volume_list=[\"@${OUR_TAG}\"]}" is missing a - in front of aly. The - can be seen in the deactivate line: vgchange_deactivate_options="-aln" Upstream fix: