[Bug 1895355] Re: [FFe] cluster-glue: groovy post-release fixes + AWS stonith agent

2020-09-21 Thread Launchpad Bug Tracker
This bug was fixed in the package cluster-glue - 1.0.12-19ubuntu1

---
cluster-glue (1.0.12-19ubuntu1) groovy; urgency=medium

  * d/p/ubuntu/lp1895355-*: post-release fixes (LP: #1895355)
- agent fixes:
  [26acc098] ibmhmc: Create /var/run/heartbeat/rsctmp if it doesn't
  [27e83692] Fix: stonith:ibmhmc: Add "managedsyspat" and "password" as
  [0fabedc2] Fix: stonith: external/vcenter: Reset returns success with
  [a182a0dd] Medium: stonith: external/vcenter: replace experimental
- generic fixes:
  [eeacbaac] Low: ipc: fix poll function parameter type
  [71bf1503] Medium: ha_logd: prevent race caused by pid reuse
  [bc7b874f] fix syslogmsgfmt logging inconsistency for stderr/stdout
  [433c6fbd] Medium: clplumbing: don't abort on bad input
  [b5be33ae] low: cl_plumbing: Fix incorrect negations
  [9174550c] Medium: stonith: external/libvirt: fix handling of hosts
- getaddrinfo improvement/fixes:
  [c63c2498] Low: wti_mpc: Convert gethostbyname() usage to
  [04e56080] Low: ipmilan_command: Convert gethostbyname() to
  [d46533b2] Low: apcmastersnmp: Convert gethostbyname() usage to
  [a682f50b] Low: stonith: Convert gethostbyname() usage to
- documentation and related (fixes/adjustments):
  [afaeeb2f] update AUTHORS (with names/addresses from source files)
  [bc4aab44] Dev: Clean up AUTHORS
  [73b68fb2] Dev: Update AUTHORS
  [c9016806] Dev: Set foreign option to handle README.md
  [788a1183] Dev: I always get this backwards
  [e3970b0e] Dev: Update README and rename to README.md
  [1f5a2ace] stonith: describe -E option
  [7271abf9] fix ambiguous "GPL v 2.1"
  [eec6232f] fix addresses of FSF, point to gnu.org/licenses instead
- ec2 stonith agent support and fixes:
  [7c84a6ae] Fix EC2 stonith plugin
  [76138dfb] Medium: external/ec2: Mitigate fence race (bsc#1088656)
  [6734e0d0] High: external/ec2: Avoid unicode errors and improve
  [ba5710b3] Dev: external/ec2: Clean up whitespace
  [609cc386] Fix: stonith:external/ec2: Enforce en_US.UTF-8 locale when
  [0f081f69] Medium: stonith: external/ec2: use target's uname as
  [291a4378] Dev: stonith: external/ec2: protect unknown_are_stopped
  [5cd5ffd2] Dev: stonith: external/ec2: add unknown_are_stopped to
  [289e8fd3] Low: stonith: external/ec2: update name in the short
  [b7bed186] Dev: update permissions for ec2
  [de5e068d] High: stonith: external/ec2: new agent for aws/ec2

 -- Rafael David Tinoco   Fri, 11 Sep 2020
22:10:59 +

** Changed in: cluster-glue (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1895355

Title:
  [FFe] cluster-glue: groovy post-release fixes + AWS stonith agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cluster-glue/+bug/1895355/+subscriptions

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

[Bug 1895355] Re: [FFe] cluster-glue: groovy post-release fixes + AWS stonith agent

2020-09-17 Thread Steve Langasek
FFe granted.

** Changed in: cluster-glue (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1895355

Title:
  [FFe] cluster-glue: groovy post-release fixes + AWS stonith agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cluster-glue/+bug/1895355/+subscriptions

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

[Bug 1895355] Re: [FFe] cluster-glue: groovy post-release fixes + AWS stonith agent

2020-09-14 Thread Rafael David Tinoco
** Description changed:

+ ONLY PART NEEDING FFE IS THE EX2 STONITH AGENT SUPPORT AT THE END
+ 
  From:
  
  [rafaeldtinoco@upstream cluster-glue]$ git log --no-merges
  glue-1.0.12..HEAD --oneline
  
  I got the following fixes:
  
  # ibm fixes
  
  26acc098 ibmhmc: Create /var/run/heartbeat/rsctmp if it doesn't exist
  (bsc#1131545)
  
  # vcenter fixes
  
  0fabedc2 Fix: stonith: external/vcenter: Reset returns success with 
RESETPOWERON=0 if vm is already >
  a182a0dd Medium: stonith: external/vcenter: replace experimental smartmatch 
(bnc#900353)
  
  # generic fixes
  
  eeacbaac Low: ipc: fix poll function parameter type
  71bf1503 Medium: ha_logd: prevent race caused by pid reuse (bsc#894272)
  bc7b874f fix syslogmsgfmt logging inconsistency for stderr/stdout
  433c6fbd Medium: clplumbing: don't abort on bad input
  b5be33ae low: cl_plumbing: Fix incorrect negations
  
  # getaddrinfo improvement/fixes
  
  c63c2498 Low: wti_mpc: Convert gethostbyname() usage to getaddrinfo()
  04e56080 Low: ipmilan_command: Convert gethostbyname() to getaddrinfo()
  d46533b2 Low: apcmastersnmp: Convert gethostbyname() usage to getaddrinfo()
  a682f50b Low: stonith: Convert gethostbyname() usage to getaddrinfo()
  
  # documentation and related (fixes/adjustments)
  
  afaeeb2f update AUTHORS (with names/addresses from source files)
  bc4aab44 Dev: Clean up AUTHORS
  73b68fb2 Dev: Update AUTHORS
  c9016806 Dev: Set foreign option to handle README.md
  788a1183 Dev: I always get this backwards
  e3970b0e Dev: Update README and rename to README.md
  1f5a2ace stonith: describe -E option
  7271abf9 fix ambiguous "GPL v 2.1"
  eec6232f fix addresses of FSF, point to gnu.org/licenses instead
  9174550c Medium: stonith: external/libvirt: fix handling of hosts with 
uppercase letters in names
  
  And, because of our HA effort for Cloud Environments, we should add
  support for EC2 plugin:
  
  # ec2 stonith agent support and fixes
  
  [FFE] 7c84a6ae Fix EC2 stonith plugin
  [FFE] 27e83692 Fix: stonith:ibmhmc: Add "managedsyspat" and "password" as 
supported parameters
  [FFE] 76138dfb Medium: external/ec2: Mitigate fence race (bsc#1088656)
  [FFE] 6734e0d0 High: external/ec2: Avoid unicode errors and improve 
performance (bsc#1088656)
  [FFE] ba5710b3 Dev: external/ec2: Clean up whitespace
  [FFE] 609cc386 Fix: stonith:external/ec2: Enforce en_US.UTF-8 locale when 
invoking aws client (bsc#1059171)
  [FFE] 0f081f69 Medium: stonith: external/ec2: use target's uname as default 
for port
  [FFE] 291a4378 Dev: stonith: external/ec2: protect unknown_are_stopped 
expansion
  [FFE] 5cd5ffd2 Dev: stonith: external/ec2: add unknown_are_stopped to 
getconfignames
  [FFE] 289e8fd3 Low: stonith: external/ec2: update name in the short 
description
  [FFE] b7bed186 Dev: update permissions for ec2
  [FFE] de5e068d High: stonith: external/ec2: new agent for aws/ec2
  
  I'll be the one supporting/maintaining this new feature (from providers
  direct requests usually)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1895355

Title:
  [FFe] cluster-glue: groovy post-release fixes + AWS stonith agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cluster-glue/+bug/1895355/+subscriptions

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

[Bug 1895355] Re: [FFe] cluster-glue: groovy post-release fixes + AWS stonith agent

2020-09-11 Thread Rafael David Tinoco
** Summary changed:

- cluster-glue: groovy post-release fixes before groovy release
+ [FFe] cluster-glue: groovy post-release fixes + AWS stonith agent

** Changed in: cluster-glue (Ubuntu)
 Assignee: Rafael David Tinoco (rafaeldtinoco) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1895355

Title:
  [FFe] cluster-glue: groovy post-release fixes + AWS stonith agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cluster-glue/+bug/1895355/+subscriptions

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