** 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 --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:
  
  https://github.com/ClusterLabs/resource-agents/pull/1190/files
  
  Version: 1:4.1.0~rc1-1ubuntu1.1
  
  [Test Case]
  
  It's the ocf:heartbeat:LVM resource that fails here (because the flags
  it passes to vgchange to activate the VG are incorrect). It manages an
  Linux Volume Manager volume (LVM) as an HA resource.
  
  [Potential Regression]
  
  I don't expect regression, the missing "-" need to be there to properly
  perform the activation. Once the activation will work using the "-",
  it's not impossible that one finds other corner situation due to the
  fact that the activation now working, but IMHO they'll be consider bugs,
  not regression to this SRU.
  
  [Other Infos]
  
  * Redhat Bug:
  https://bugzilla.redhat.com/show_bug.cgi?id=1612828
  
  * Upstream fix:
  
https://github.com/ClusterLabs/resource-agents/commit/5a664525a20d3d5094912322be4faac668e4920e
  
  $ git describe --contains 5a664525a20d3d5094912322be4faac668e4920e
  v4.2.0rc1~42^2
  
  $ rmadison resource-agents
-  => resource-agents | 1:3.9.7-1ubuntu1.1           | xenial-updates
+  resource-agents | 1:3.9.7-1ubuntu1.1           | xenial-updates # lvm-tag.sh 
doesn't exist yet.
   => resource-agents | 1:4.1.0~rc1-1ubuntu1.1       | bionic-updates
   resource-agents | 1:4.2.0-1ubuntu1.1           | disco-updates
   resource-agents | 1:4.2.0-1ubuntu2             | eoan

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resource-agents/+bug/1839366/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to