You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running pf9-express with autoregister switch results in the following multipath roles to fail
This is because ubuntu.yml for this role does nothing.
---
- name: Check if pf9-ostackhost in installed (Ubuntu)shell: "`which dpkg-query` -s pf9-ostackhost > /dev/null 2>&1; if [ $? -ne 0 ]; then echo 'not-installed'; fi"register: pkg_state_ostackhost_ubuntuwhen:
- ansible_pkg_mgr == "apt"
- debug: msg="running multipath/tasks/ubuntu.yml"
EXPECTED RESULTS
The multipath task to complete successfully for the ubuntu host and service getting started.
ACTUAL RESULTS
Friday 31 January 2020 16:43:43 +0100 (0:00:00.565) 0:06:43.584 ********
fatal: [hv02]: FAILED! => {"changed": false, "msg": "Could not find the requested service multipathd: host"}
The text was updated successfully, but these errors were encountered:
piyush271291
changed the title
Multipath packages don't get installed on Ubuntu 16.04 hosts
Multipath packages don't get installed on Ubuntu hosts
Feb 3, 2020
SUMMARY
Multipath packages don't get installed on Ubuntu 16.04 hosts
ISSUE TYPE
COMPONENT NAME
Multipath module
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
l##### STEPS TO REPRODUCE
running pf9-express with autoregister switch results in the following multipath roles to fail
This is because ubuntu.yml for this role does nothing.
EXPECTED RESULTS
The multipath task to complete successfully for the ubuntu host and service getting started.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: