Guest User

Untitled

a guest
Sep 17th, 2024
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. TASK [ceph_client : Write AppArmor configuration for ceph immutable object caching] **********************************************************************************************************************************************************************************************
  2. task path: /etc/ansible/roles/ceph_client/tasks/main.yml:116
  3. container_name: "aio1"
  4. physical_host: "aio1"
  5. Using module file /opt/ansible-runtime/lib/python3.12/site-packages/ansible/modules/blockinfile.py
  6. Pipelining is enabled.
  7. <172.29.236.100> ESTABLISH SSH CONNECTION FOR USER: root
  8. <172.29.236.100> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=300 -o StrictHostKeyChecking=no -o Port=22 -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=64 -o ServerAliveCountMax=1024 -o Compression=no -o TCPKeepAlive=yes -o VerifyHostKeyDNS=no -o ForwardX11=no -o ForwardAgent=yes -T -o 'ControlPath="/root/.ansible/cp/fd53385e14"' 172.29.236.100 '/bin/sh -c '"'"'/usr/bin/python3.12 && sleep 0'"'"''
  9. <172.29.236.100> (1, b'\n{"rc": 257, "failed": true, "msg": "Path /etc/apparmor.d/local/abstractions/libvirt-qemu does not exist !", "invocation": {"module_args": {"path": "/etc/apparmor.d/local/abstractions/libvirt-qemu", "marker": "### {mark} OSA CEPH_CLIENT IMMUTABLE OBJECT CACHE BLOCK ###", "block": "/ceph-immutable-object-cache/** r,\\n/run/ceph/immutable_object_cache_sock rw,\\n", "state": "absent", "create": false, "backup": false, "marker_begin": "BEGIN", "marker_end": "END", "append_newline": false, "prepend_newline": false, "unsafe_writes": false, "insertafter": null, "insertbefore": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\n', b"OpenSSH_9.6p1 Ubuntu-3ubuntu13.5, OpenSSL 3.0.13 30 Jan 2024\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 172.29.236.100 is address\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/fd53385e14'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 167991\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 1\r\n")
  10. <172.29.236.100> Failed to connect to the host via ssh: OpenSSH_9.6p1 Ubuntu-3ubuntu13.5, OpenSSL 3.0.13 30 Jan 2024
  11. debug1: Reading configuration data /etc/ssh/ssh_config
  12. debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
  13. debug1: /etc/ssh/ssh_config line 21: Applying options for *
  14. debug2: resolve_canonicalize: hostname 172.29.236.100 is address
  15. debug1: auto-mux: Trying existing master at '/root/.ansible/cp/fd53385e14'
  16. debug2: fd 3 setting O_NONBLOCK
  17. debug2: mux_client_hello_exchange: master version 4
  18. debug3: mux_client_forwards: request forwardings: 0 local, 0 remote
  19. debug3: mux_client_request_session: entering
  20. debug3: mux_client_request_alive: entering
  21. debug3: mux_client_request_alive: done pid = 167991
  22. debug3: mux_client_request_session: session request sent
  23. debug1: mux_client_request_session: master session id: 2
  24. debug3: mux_client_read_packet_timeout: read header failed: Broken pipe
  25. debug2: Received exit status from master 1
  26. fatal: [aio1]: FAILED! => {
  27. "changed": false,
  28. "invocation": {
  29. "module_args": {
  30. "append_newline": false,
  31. "attributes": null,
  32. "backup": false,
  33. "block": "/ceph-immutable-object-cache/** r,\n/run/ceph/immutable_object_cache_sock rw,\n",
  34. "create": false,
  35. "group": null,
  36. "insertafter": null,
  37. "insertbefore": null,
  38. "marker": "### {mark} OSA CEPH_CLIENT IMMUTABLE OBJECT CACHE BLOCK ###",
  39. "marker_begin": "BEGIN",
  40. "marker_end": "END",
  41. "mode": null,
  42. "owner": null,
  43. "path": "/etc/apparmor.d/local/abstractions/libvirt-qemu",
  44. "prepend_newline": false,
  45. "selevel": null,
  46. "serole": null,
  47. "setype": null,
  48. "seuser": null,
  49. "state": "absent",
  50. "unsafe_writes": false,
  51. "validate": null
  52. }
  53. },
  54. "msg": "Path /etc/apparmor.d/local/abstractions/libvirt-qemu does not exist !",
  55. "rc": 257
  56. }
  57.  
  58. PLAY RECAP ***********************************************************************************************************************************************************************************************************************************************************************
  59. aio1 : ok=130 changed=0 unreachable=0 failed=1 skipped=108 rescued=0 ignored=0
  60.  
Advertisement
Add Comment
Please, Sign In to add comment