Comment 8 for bug 1889070

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2021-02-24 05:32 EDT-------
I have done some rudimentary tests with the package on Ubuntu 20.04.1.

# cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.1 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.1 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal

# apt info fence-agents
Package: fence-agents
Version: 4.5.2-1ubuntu1~ppa2
Priority: optional
Section: admin
Maintainer: Ubuntu Developers <email address hidden>
Original-Maintainer: Debian HA Maintainers <email address hidden>
Installed-Size: 839 kB
Depends: python3:any, libc6 (>= 2.15), python3-boto3, python3-googleapi, python3-pycurl, python3-pexpect, python3-requests, python3-suds
Recommends: libnet-telnet-perl, openssh-client, sg3-utils, snmp
Suggests: python3-adal, python3-azure, python3-keystoneauth1, python3-keystoneclient, python3-novaclient
Breaks: cman (<= 3.0.12-2ubuntu4)
Replaces: cman (<= 3.0.12-2ubuntu4)
Download-Size: 236 kB
APT-Manual-Installed: yes
APT-Sources: http://ppa.launchpad.net/lucaskanashiro/ha-stack-ibm/ubuntu focal/main s390x Packages
Description: Fence Agents for Red Hat Cluster
Red Hat Fence Agents is a collection of scripts to handle remote
power management for several devices. They allow failed or
unreachable nodes to be forcibly restarted and removed from the
cluster.

# fence_ibmz --ip=<hmc> --username=<user> --password=<password> --plug=M46/m46lp64 -o status
Status: ON
# fence_ibmz --ip=<hmc> --username=<user> --password=<password> --plug=M46/m46lp64 -o off
Success: Powered OFF
# fence_ibmz --ip=<hmc> --username=<user> --password=<password> --plug=M46/m46lp64 -o status
Status: OFF
# fence_ibmz --ip=<hmc> --username=<user> --password=<password> --plug=M46/m46lp64 -o on
Success: Powered ON
# fence_ibmz --ip=<hmc> --username=<user> --password=<password> --plug=M46/m46lp64 -o status
Status: ON
# fence_ibmz --ip=localhost --username=sysprog --password=o8cpav4u --plug=M46/m46lp64 -o list-status
[long list of all CECs and LPARs on the HMC]

Life-cycle changes/reporting seems to be working fine. I am not sure how the other actions (monitor/validate-all) are supposed to work, let me know if you need me to verify this as well.