Advertisement
kmajumder

Untitled

Apr 17th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. + grep -w 'dnsmasq$'
  2. + sudo podman ps --all
  3. + grep -w 'dnsmasq$'
  4. + for name in ironic ironic-inspector dnsmasq httpd mariadb
  5. + sudo podman ps
  6. + grep -w 'httpd$'
  7. + sudo podman ps --all
  8. + grep -w 'httpd$'
  9. + for name in ironic ironic-inspector dnsmasq httpd mariadb
  10. + sudo podman ps
  11. + grep -w 'mariadb$'
  12. + sudo podman ps --all
  13. + grep -w 'mariadb$'
  14. + sudo podman pod exists ironic-pod
  15. + sudo podman pod rm ironic-pod -f
  16. Error: no such file or directory
  17. make: *** [ironic] Error 125
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement