ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-Xpu executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh_wrapper.yml ************************************************ 3 plays in /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml PLAY [Create static inventory from hostvars] *********************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Tuesday 05 August 2025 11:21:06 -0400 (0:00:00.030) 0:00:00.030 ******** ok: [managed-node1] TASK [Create temporary file] *************************************************** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Tuesday 05 August 2025 11:21:07 -0400 (0:00:01.052) 0:00:01.083 ******** changed: [managed-node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.4eb82lzh.inventory.yaml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Create static inventory from hostvars] *********************************** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Tuesday 05 August 2025 11:21:08 -0400 (0:00:00.319) 0:00:01.402 ******** changed: [managed-node1 -> localhost] => { "changed": true, "checksum": "de626e220dd3ccca9a5296f73d2144ad4553bd41", "dest": "/tmp/ansible.4eb82lzh.inventory.yaml", "gid": 0, "group": "root", "md5sum": "d14c946c662449b798bd332a2fac7b64", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 95, "src": "/root/.ansible/tmp/ansible-tmp-1754407268.2276378-9980-37553601134432/source", "state": "file", "uid": 0 } PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Tuesday 05 August 2025 11:21:08 -0400 (0:00:00.635) 0:00:02.038 ******** ok: [managed-node1] TASK [Gather facts from managed-node1] ***************************************** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Tuesday 05 August 2025 11:21:09 -0400 (0:00:00.772) 0:00:02.811 ******** ok: [managed-node1] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Tuesday 05 August 2025 11:21:10 -0400 (0:00:00.739) 0:00:03.550 ******** skipping: [managed-node1] => { "false_condition": "ansible_distribution_major_version == '6'" } TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Tuesday 05 August 2025 11:21:10 -0400 (0:00:00.014) 0:00:03.564 ******** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Tuesday 05 August 2025 11:21:10 -0400 (0:00:00.006) 0:00:03.571 ******** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Tuesday 05 August 2025 11:21:10 -0400 (0:00:00.031) 0:00:03.602 ******** included: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Tuesday 05 August 2025 11:21:10 -0400 (0:00:00.028) 0:00:03.630 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Tuesday 05 August 2025 11:21:10 -0400 (0:00:00.035) 0:00:03.666 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Tuesday 05 August 2025 11:21:10 -0400 (0:00:00.336) 0:00:04.002 ******** ok: [managed-node1] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Tuesday 05 August 2025 11:21:10 -0400 (0:00:00.025) 0:00:04.027 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Tuesday 05 August 2025 11:21:10 -0400 (0:00:00.031) 0:00:04.059 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Tuesday 05 August 2025 11:21:13 -0400 (0:00:03.037) 0:00:07.097 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Tue 2025-08-05 11:21:05 EDT", "ActiveEnterTimestampMonotonic": "323684923", "ActiveExitTimestamp": "Tue 2025-08-05 11:20:51 EDT", "ActiveExitTimestampMonotonic": "309475216", "ActiveState": "active", "After": "network.target network-online.target remote-fs.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-08-05 11:20:51 EDT", "AssertTimestampMonotonic": "309498958", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-08-05 11:20:51 EDT", "ConditionTimestampMonotonic": "309498936", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Tue 2025-08-05 11:21:05 EDT", "ExecMainExitTimestampMonotonic": "323684408", "ExecMainPID": "18054", "ExecMainStartTimestamp": "Tue 2025-08-05 11:20:51 EDT", "ExecMainStartTimestampMonotonic": "309499842", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:20:51 EDT] ; stop_time=[Tue 2025-08-05 11:21:05 EDT] ; pid=18054 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:20:51 EDT] ; stop_time=[Tue 2025-08-05 11:20:51 EDT] ; pid=18045 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2025-08-05 11:20:51 EDT", "InactiveEnterTimestampMonotonic": "309497982", "InactiveExitTimestamp": "Tue 2025-08-05 11:20:51 EDT", "InactiveExitTimestampMonotonic": "309499874", "InvocationID": "63dbdea2e2fc474881194a9fcc87a4f8", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2025-08-05 11:21:05 EDT", "StateChangeTimestampMonotonic": "323684923", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Tuesday 05 August 2025 11:21:14 -0400 (0:00:00.692) 0:00:07.790 ******** included: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed-node1 TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Tuesday 05 August 2025 11:21:14 -0400 (0:00:00.062) 0:00:07.852 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.380663", "end": "2025-08-05 11:21:15.415679", "rc": 0, "start": "2025-08-05 11:21:15.035016" } STDOUT: Generating public/private rsa key pair. Your identification has been saved in /root/.ssh/kdump_id_rsa. Your public key has been saved in /root/.ssh/kdump_id_rsa.pub. The key fingerprint is: SHA256:5DIyqrvz6aIsgDlCKz9NX94HEhiqkH9cdidsIp2wPP8 root@managed-node1 The key's randomart image is: +---[RSA 3072]----+ | | | . . | | . . = =. | |o. * Bo* . | |o+.oo*o+S+ | |B.o.+o.oo . | |+o.+ . + o . | |=.o.. . E . . | |BO+. . | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Tuesday 05 August 2025 11:21:15 -0400 (0:00:00.800) 0:00:08.653 ******** ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEQzZmSE1JRnNFaWFrUjRPNzFVOTYvTVl0UWIvSGNORmtLQWM3OFUwMGJrSWNjUjE1MHAway8zK2d4WmdKMW1aOVhQQ3V6VkNiRllITzg5UGVFaUtEYjRybStjanJVNUNyMGlENnJlb0JmY3NybTJncUFTdEJjWStXdnhldFRQVDNiNXVnbDE2RURZNzREdndmMHAxRTYwYVBHSGlPcm5EcW1hNVlFZEoyaEhLc0ZrdmVDOHhnNlpHa1Nrdi9WR0ZxeWFlNTNTNXBJVnBCRTJpZWI4QlJ0enFORW1mZEhDSmxQaTkya1pxT2tYSUgxODVUQUUwSzc5ekVySVMyYmtTTVl3d3dBY1g4Ynh0VHFPYkFkM0R0dklZZ2JqTGM2SHZTKzJlVzBrUzJwSTdiV1puVWlaN0tQaGxJelFZWW45bEJFeDQzdlhTSHZUcWt6NFhHZ0VEUEx2OW1jT2FPVlJIdDYrcnpSNFQwMnlkdlJZalE5c3k5dkdWejFpNnE5QnYvZk9YMzdaUENsV0hERDhkd1lvMG9Db1h1OERpT0JScmpNdG9McWVzQ05pTWFVYmF1b2xlODBDOHZVbm9sYzhIUFlUbWpGN3FidTU4cUJNdFJuY2hOUjZFQzVwTVduM0EyTXJiS1hJdXd6TzNvS3BaRWFhM0pHbHo2SlIwTU5aMHM9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Tuesday 05 August 2025 11:21:15 -0400 (0:00:00.426) 0:00:09.079 ******** ok: [managed-node1] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Tuesday 05 August 2025 11:21:16 -0400 (0:00:00.531) 0:00:09.611 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754406961.3199644, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1754407275.4131966, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6856319, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1754407275.4131966, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "1339598710", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.kdump : Get the authorized_keys file for the user] *** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Tuesday 05 August 2025 11:21:16 -0400 (0:00:00.355) 0:00:09.967 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754407193.6059084, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "489329180030811105ba6cd359062924887a1bae", "ctime": 1754407192.616906, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1485065, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1754407192.616906, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1209, "uid": 0, "version": "1222691786", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed] *** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Tuesday 05 August 2025 11:21:17 -0400 (0:00:00.356) 0:00:10.323 ******** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Tuesday 05 August 2025 11:21:17 -0400 (0:00:00.521) 0:00:10.845 ******** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Tuesday 05 August 2025 11:21:18 -0400 (0:00:00.501) 0:00:11.346 ******** ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDM2RncHhDTUdPK1dpOXM3Mm53cmxMOUdWd2dUYzhyN2JXM29KZW1GckgvTm9kNVF0UFcvMEJHbGN5bzdONzF1d1Z2QndKVVh1WDg5cTR5ODNRZHRkRnp4V3RJTCtlR2JuajNCeXlaSTUwUTQ4OGo0Mk1wUTUwSFFnTWlxV1VDMlZLSDlqaUEwbkYzYkFDa1FYN1FzM2N2eUVFMnZNSGF2TEhsNDZaMVlSKys4eVZIMWptMjVDZXBNMFZjd1FjL1dZRlZWam1nVkZnWWJvOTFzK0RJRDdGbGxEOUc2MUtxT0YyV1dYWVRJZjdjZmpPZ1d0SE1NQlE2QnAyY0dPT1MzZWJjc1M1WkNmb3huMG5RdXFJOFdkblJlWTNMNU5yRmFYOEFQWU1LamhURThiZVBselhlQnpBMkRaUE5SL0NldFd6ZmMyaU16V25SQy9uR2wrQ0x1OXJuUXF4dmpzMkoxQi9pMUNmS3lYVEc1YURmaWZsZ3dlWjFyVUJHd1JOWFpwZGo3Tlo1aWhWd2RXUzF1MFZqbjBzeDlnS1RVN0pZVUJSUG5QSzlxZm9PNnlJWDB0Tkd1QktIeVQrLzJaMTVhS1d0aHo1SER5SUZJTjdkNzVncUNycmFPc2VUcE84RzJQRU5MMEZrWElzUUxyVFhJWjdKM3F0T1I2MU5FSTh6YkU9IHJvb3RAaXAtMTAtMzEtOC02MC50ZXN0aW5nLWZhcm0udXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "source": "/etc/ssh/ssh_host_rsa_key.pub" } TASK [fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node] *** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Tuesday 05 August 2025 11:21:18 -0400 (0:00:00.322) 0:00:11.669 ******** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.8.60 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dgpxCMGO+Wi9s72nwrlL9GVwgTc8r7bW3oJemFrH/Nod5QtPW/0BGlcyo7N71uwVvBwJUXuX89q4y83QdtdFzxWtIL+eGbnj3ByyZI50Q488j42MpQ50HQgMiqWUC2VKH9jiA0nF3bACkQX7Qs3cvyEE2vMHavLHl46Z1YR++8yVH1jm25CepM0VcwQc/WYFVVjmgVFgYbo91s+DID7FllD9G61KqOF2WWXYTIf7cfjOgWtHMMBQ6Bp2cGOOS3ebcsS5ZCfoxn0nQuqI8WdnReY3L5NrFaX8APYMKjhTE8bePlzXeBzA2DZPNR/CetWzfc2iMzWnRC/nGl+CLu9rnQqxvjs2J1B/i1CfKyXTG5aDfiflgweZ1rUBGwRNXZpdj7NZ5ihVwdWS1u0Vjn0sx9gKTU7JYUBRPnPK9qfoO6yIX0tNGuBKHyT+/2Z15aKWthz5HDyIFIN7d75gqCrraOseTpO8G2PENL0FkXIsQLrTXIZ7J3qtOR61NEI8zbE= root@ip-10-31-8-60.testing-farm.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.8.60", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 621, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Tuesday 05 August 2025 11:21:18 -0400 (0:00:00.486) 0:00:12.156 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754407251.4971013, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1754407249.152092, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 75497730, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754407248.8020906, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "1132144149", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.kdump : Generate /etc/kdump.conf] ************** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Tuesday 05 August 2025 11:21:19 -0400 (0:00:00.338) 0:00:12.495 ******** Notification for handler Restart kdump has been saved. changed: [managed-node1] => { "backup_file": "/etc/kdump.conf.24412.2025-08-05@11:21:19~", "changed": true, "checksum": "996b1074b6fcc9ca298b1c4954e019eeb345b1d7", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "089be98253753d4133e6895f6f459be3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1754407279.3624496-10246-109360366884914/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Tuesday 05 August 2025 11:21:20 -0400 (0:00:00.706) 0:00:13.201 ******** ok: [managed-node1] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Tuesday 05 August 2025 11:21:20 -0400 (0:00:00.335) 0:00:13.537 ******** ok: [managed-node1] => { "ansible_facts": { "kdump_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] *** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Tuesday 05 August 2025 11:21:20 -0400 (0:00:00.037) 0:00:13.575 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Tuesday 05 August 2025 11:21:20 -0400 (0:00:00.031) 0:00:13.606 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Tuesday 05 August 2025 11:21:20 -0400 (0:00:00.031) 0:00:13.637 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Tuesday 05 August 2025 11:21:20 -0400 (0:00:00.031) 0:00:13.669 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Tuesday 05 August 2025 11:21:20 -0400 (0:00:00.030) 0:00:13.700 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Tuesday 05 August 2025 11:21:20 -0400 (0:00:00.030) 0:00:13.730 ******** ok: [managed-node1] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-08-05 11:21:05 EDT", "ActiveEnterTimestampMonotonic": "323684923", "ActiveExitTimestamp": "Tue 2025-08-05 11:20:51 EDT", "ActiveExitTimestampMonotonic": "309475216", "ActiveState": "active", "After": "network.target network-online.target remote-fs.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-08-05 11:20:51 EDT", "AssertTimestampMonotonic": "309498958", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-08-05 11:20:51 EDT", "ConditionTimestampMonotonic": "309498936", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Tue 2025-08-05 11:21:05 EDT", "ExecMainExitTimestampMonotonic": "323684408", "ExecMainPID": "18054", "ExecMainStartTimestamp": "Tue 2025-08-05 11:20:51 EDT", "ExecMainStartTimestampMonotonic": "309499842", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:20:51 EDT] ; stop_time=[Tue 2025-08-05 11:21:05 EDT] ; pid=18054 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:20:51 EDT] ; stop_time=[Tue 2025-08-05 11:20:51 EDT] ; pid=18045 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2025-08-05 11:20:51 EDT", "InactiveEnterTimestampMonotonic": "309497982", "InactiveExitTimestamp": "Tue 2025-08-05 11:20:51 EDT", "InactiveExitTimestampMonotonic": "309499874", "InvocationID": "63dbdea2e2fc474881194a9fcc87a4f8", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2025-08-05 11:21:05 EDT", "StateChangeTimestampMonotonic": "323684923", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Cleanup kdump_path] ****************************************************** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Tuesday 05 August 2025 11:21:21 -0400 (0:00:00.486) 0:00:14.217 ******** ok: [managed-node1] => { "changed": false, "path": "/tmp/tests_ssh", "state": "absent" } NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Tuesday 05 August 2025 11:21:21 -0400 (0:00:00.355) 0:00:14.572 ******** changed: [managed-node1] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-08-05 11:21:05 EDT", "ActiveEnterTimestampMonotonic": "323684923", "ActiveExitTimestamp": "Tue 2025-08-05 11:20:51 EDT", "ActiveExitTimestampMonotonic": "309475216", "ActiveState": "active", "After": "network.target network-online.target remote-fs.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-08-05 11:20:51 EDT", "AssertTimestampMonotonic": "309498958", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-08-05 11:20:51 EDT", "ConditionTimestampMonotonic": "309498936", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Tue 2025-08-05 11:21:05 EDT", "ExecMainExitTimestampMonotonic": "323684408", "ExecMainPID": "18054", "ExecMainStartTimestamp": "Tue 2025-08-05 11:20:51 EDT", "ExecMainStartTimestampMonotonic": "309499842", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:20:51 EDT] ; stop_time=[Tue 2025-08-05 11:21:05 EDT] ; pid=18054 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:20:51 EDT] ; stop_time=[Tue 2025-08-05 11:20:51 EDT] ; pid=18045 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2025-08-05 11:20:51 EDT", "InactiveEnterTimestampMonotonic": "309497982", "InactiveExitTimestamp": "Tue 2025-08-05 11:20:51 EDT", "InactiveExitTimestampMonotonic": "309499874", "InvocationID": "63dbdea2e2fc474881194a9fcc87a4f8", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2025-08-05 11:21:05 EDT", "StateChangeTimestampMonotonic": "323684923", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Tuesday 05 August 2025 11:21:40 -0400 (0:00:19.395) 0:00:33.968 ******** ok: [managed-node1] TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Tuesday 05 August 2025 11:21:41 -0400 (0:00:00.747) 0:00:34.716 ******** fatal: [managed-node1 -> localhost]: FAILED! => { "changed": false, "cmd": [ "ansible-playbook", "-b", "-vv", "-i", "/tmp/ansible.4eb82lzh.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:06.791536", "end": "2025-08-05 11:21:48.494998", "rc": 2, "start": "2025-08-05 11:21:41.703462" } STDOUT: ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-Xpu executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh.yml ******************************************************** 1 plays in tests_ssh.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Tuesday 05 August 2025 11:21:42 -0400 (0:00:00.020) 0:00:00.020 ******** ok: [managed-node1] TASK [Gather facts from managed-node1] ***************************************** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Tuesday 05 August 2025 11:21:43 -0400 (0:00:00.887) 0:00:00.908 ******** ok: [managed-node1] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Tuesday 05 August 2025 11:21:43 -0400 (0:00:00.633) 0:00:01.541 ******** skipping: [managed-node1] => { "false_condition": "ansible_distribution_major_version == '6'" } TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Tuesday 05 August 2025 11:21:43 -0400 (0:00:00.013) 0:00:01.555 ******** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Tuesday 05 August 2025 11:21:43 -0400 (0:00:00.022) 0:00:01.578 ******** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Tuesday 05 August 2025 11:21:43 -0400 (0:00:00.031) 0:00:01.610 ******** included: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Tuesday 05 August 2025 11:21:43 -0400 (0:00:00.020) 0:00:01.630 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Tuesday 05 August 2025 11:21:43 -0400 (0:00:00.033) 0:00:01.664 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Tuesday 05 August 2025 11:21:44 -0400 (0:00:00.291) 0:00:01.955 ******** ok: [managed-node1] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Tuesday 05 August 2025 11:21:44 -0400 (0:00:00.022) 0:00:01.978 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Tuesday 05 August 2025 11:21:44 -0400 (0:00:00.032) 0:00:02.011 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Tuesday 05 August 2025 11:21:47 -0400 (0:00:03.106) 0:00:05.117 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Tue 2025-08-05 11:16:22 EDT", "ActiveEnterTimestampMonotonic": "34537915", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket network.target remote-fs.target basic.target system.slice network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-08-05 11:16:06 EDT", "AssertTimestampMonotonic": "18085261", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-08-05 11:16:06 EDT", "ConditionTimestampMonotonic": "18085243", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/kdump.service", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Tue 2025-08-05 11:16:22 EDT", "ExecMainExitTimestampMonotonic": "34537506", "ExecMainPID": "1028", "ExecMainStartTimestamp": "Tue 2025-08-05 11:16:06 EDT", "ExecMainStartTimestampMonotonic": "18086021", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:16:06 EDT] ; stop_time=[Tue 2025-08-05 11:16:22 EDT] ; pid=1028 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2025-08-05 11:16:06 EDT", "InactiveExitTimestampMonotonic": "18086052", "InvocationID": "4d74c9d21c6f444fb678cd2e5086b5d1", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "0", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2025-08-05 11:16:22 EDT", "StateChangeTimestampMonotonic": "34537915", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "0", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Tuesday 05 August 2025 11:21:47 -0400 (0:00:00.551) 0:00:05.668 ******** included: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed-node1 TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Tuesday 05 August 2025 11:21:47 -0400 (0:00:00.066) 0:00:05.735 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "rc": 0, "start": null } MSG: Command would have run if not in check mode TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Tuesday 05 August 2025 11:21:48 -0400 (0:00:00.290) 0:00:06.025 ******** fatal: [managed-node1]: FAILED! => { "changed": false } MSG: file not found: /root/.ssh/kdump_id_rsa.pub TASK [If reboot is required - assert the expected fail message] **************** task path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86 Tuesday 05 August 2025 11:21:48 -0400 (0:00:00.280) 0:00:06.306 ******** fatal: [managed-node1]: FAILED! => { "assertion": "'Reboot is required to apply changes.' in ansible_failed_result.msg", "changed": false, "evaluated_to": false } MSG: Assertion failed PLAY RECAP ********************************************************************* managed-node1 : ok=9 changed=1 unreachable=0 failed=1 skipped=3 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.16.14", "end_time": "2025-08-05T15:21:48.413632+00:00Z", "host": "managed-node1", "message": "file not found: /root/.ssh/kdump_id_rsa.pub", "start_time": "2025-08-05T15:21:48.137963+00:00Z", "task_name": "Fetch key", "task_path": "/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7" }, { "ansible_version": "2.16.14", "end_time": "2025-08-05T15:21:48.431129+00:00Z", "host": "managed-node1", "message": "Assertion failed", "start_time": "2025-08-05T15:21:48.418218+00:00Z", "task_name": "If reboot is required - assert the expected fail message", "task_path": "/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 05 August 2025 11:21:48 -0400 (0:00:00.014) 0:00:06.320 ******** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 3.11s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 0.89s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed-node1 ----------------------------------------- 0.63s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.55s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.29s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.29s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.28s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Include SSH tasks --------------------- 0.07s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 fedora.linux_system_roles.kdump : Ensure ansible_facts used by role ----- 0.03s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 fedora.linux_system_roles.kdump : Set platform/version specific variables --- 0.03s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Run the role. If reboot is not required - the play succeeds. ------------ 0.03s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 fedora.linux_system_roles.kdump : Set flag to indicate system is ostree --- 0.02s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Skip the test on EL 6 when control node == managed node ----------------- 0.02s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 fedora.linux_system_roles.kdump : Ensure ansible_facts used by role ----- 0.02s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 If reboot is required - assert the expected fail message ---------------- 0.01s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86 Print message that this test is skipped on EL 6 ------------------------- 0.01s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 MSG: non-zero return code PLAY RECAP ********************************************************************* managed-node1 : ok=28 changed=7 unreachable=0 failed=1 skipped=8 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.16.14", "delta": "0:00:06.791536", "end_time": "2025-08-05 11:21:48.494998", "host": "managed-node1", "message": "non-zero return code", "rc": 2, "start_time": "2025-08-05 11:21:41.703462", "stdout": "ansible-playbook [core 2.16.14]\n config file = None\n configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']\n ansible python module location = /usr/local/lib/python3.12/site-packages/ansible\n ansible collection location = /tmp/collections-Xpu\n executable location = /usr/local/bin/ansible-playbook\n python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12)\n jinja version = 3.1.6\n libyaml = True\nNo config file found; using defaults\nrunning playbook inside collection fedora.linux_system_roles\nSkipping callback 'debug', as we already have a stdout callback.\nSkipping callback 'json', as we already have a stdout callback.\nSkipping callback 'jsonl', as we already have a stdout callback.\nSkipping callback 'default', as we already have a stdout callback.\nSkipping callback 'minimal', as we already have a stdout callback.\nSkipping callback 'oneline', as we already have a stdout callback.\n\nPLAYBOOK: tests_ssh.yml ********************************************************\n1 plays in tests_ssh.yml\n\nPLAY [Ensure that the rule runs with ssh] **************************************\n\nTASK [Gathering Facts] *********************************************************\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2\nTuesday 05 August 2025 11:21:42 -0400 (0:00:00.020) 0:00:00.020 ******** \nok: [managed-node1]\n\nTASK [Gather facts from managed-node1] *****************************************\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56\nTuesday 05 August 2025 11:21:43 -0400 (0:00:00.887) 0:00:00.908 ******** \nok: [managed-node1]\n\nTASK [Print message that this test is skipped on EL 6] *************************\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61\nTuesday 05 August 2025 11:21:43 -0400 (0:00:00.633) 0:00:01.541 ******** \nskipping: [managed-node1] => {\n \"false_condition\": \"ansible_distribution_major_version == '6'\"\n}\n\nTASK [Skip the test on EL 6 when control node == managed node] *****************\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71\nTuesday 05 August 2025 11:21:43 -0400 (0:00:00.013) 0:00:01.555 ******** \nMETA: end_host conditional evaluated to False, continuing execution for managed-node1\nskipping: [managed-node1] => {\n \"skip_reason\": \"end_host conditional evaluated to False, continuing execution for managed-node1\"\n}\n\nMSG:\n\nend_host conditional evaluated to false, continuing execution for managed-node1\n\nTASK [Run the role. If reboot is not required - the play succeeds.] ************\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82\nTuesday 05 August 2025 11:21:43 -0400 (0:00:00.022) 0:00:01.578 ******** \n\nTASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2\nTuesday 05 August 2025 11:21:43 -0400 (0:00:00.031) 0:00:01.610 ******** \nincluded: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed-node1\n\nTASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2\nTuesday 05 August 2025 11:21:43 -0400 (0:00:00.020) 0:00:01.630 ******** \nskipping: [managed-node1] => {\n \"changed\": false,\n \"false_condition\": \"__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0\",\n \"skip_reason\": \"Conditional result was False\"\n}\n\nTASK [fedora.linux_system_roles.kdump : Check if system is ostree] *************\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10\nTuesday 05 August 2025 11:21:43 -0400 (0:00:00.033) 0:00:01.664 ******** \nok: [managed-node1] => {\n \"changed\": false,\n \"stat\": {\n \"exists\": false\n }\n}\n\nTASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] ***\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15\nTuesday 05 August 2025 11:21:44 -0400 (0:00:00.291) 0:00:01.955 ******** \nok: [managed-node1] => {\n \"ansible_facts\": {\n \"__kdump_is_ostree\": false\n },\n \"changed\": false\n}\n\nTASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] ***\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19\nTuesday 05 August 2025 11:21:44 -0400 (0:00:00.022) 0:00:01.978 ******** \nskipping: [managed-node1] => (item=RedHat.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"RedHat.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\nskipping: [managed-node1] => (item=CentOS.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"CentOS.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\nskipping: [managed-node1] => (item=CentOS_8.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"CentOS_8.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\nskipping: [managed-node1] => (item=CentOS_8.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"CentOS_8.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\nskipping: [managed-node1] => {\n \"changed\": false\n}\n\nMSG:\n\nAll items skipped\n\nTASK [fedora.linux_system_roles.kdump : Install required packages] *************\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5\nTuesday 05 August 2025 11:21:44 -0400 (0:00:00.032) 0:00:02.011 ******** \nok: [managed-node1] => {\n \"changed\": false,\n \"rc\": 0,\n \"results\": []\n}\n\nMSG:\n\nNothing to do\n\nTASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] **********\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11\nTuesday 05 August 2025 11:21:47 -0400 (0:00:03.106) 0:00:05.117 ******** \nok: [managed-node1] => {\n \"changed\": false,\n \"enabled\": true,\n \"name\": \"kdump\",\n \"status\": {\n \"ActiveEnterTimestamp\": \"Tue 2025-08-05 11:16:22 EDT\",\n \"ActiveEnterTimestampMonotonic\": \"34537915\",\n \"ActiveExitTimestampMonotonic\": \"0\",\n \"ActiveState\": \"active\",\n \"After\": \"systemd-journald.socket network.target remote-fs.target basic.target system.slice network-online.target\",\n \"AllowIsolate\": \"no\",\n \"AllowedCPUs\": \"\",\n \"AllowedMemoryNodes\": \"\",\n \"AmbientCapabilities\": \"\",\n \"AssertResult\": \"yes\",\n \"AssertTimestamp\": \"Tue 2025-08-05 11:16:06 EDT\",\n \"AssertTimestampMonotonic\": \"18085261\",\n \"BlockIOAccounting\": \"no\",\n \"BlockIOWeight\": \"[not set]\",\n \"CPUAccounting\": \"no\",\n \"CPUAffinity\": \"\",\n \"CPUAffinityFromNUMA\": \"no\",\n \"CPUQuotaPerSecUSec\": \"infinity\",\n \"CPUQuotaPeriodUSec\": \"infinity\",\n \"CPUSchedulingPolicy\": \"0\",\n \"CPUSchedulingPriority\": \"0\",\n \"CPUSchedulingResetOnFork\": \"no\",\n \"CPUShares\": \"[not set]\",\n \"CPUUsageNSec\": \"[not set]\",\n \"CPUWeight\": \"[not set]\",\n \"CacheDirectoryMode\": \"0755\",\n \"CanFreeze\": \"yes\",\n \"CanIsolate\": \"no\",\n \"CanReload\": \"yes\",\n \"CanStart\": \"yes\",\n \"CanStop\": \"yes\",\n \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf\",\n \"CollectMode\": \"inactive\",\n \"ConditionResult\": \"yes\",\n \"ConditionTimestamp\": \"Tue 2025-08-05 11:16:06 EDT\",\n \"ConditionTimestampMonotonic\": \"18085243\",\n \"ConfigurationDirectoryMode\": \"0755\",\n \"ControlGroup\": \"/system.slice/kdump.service\",\n \"ControlPID\": \"0\",\n \"DefaultDependencies\": \"no\",\n \"DefaultMemoryLow\": \"0\",\n \"DefaultMemoryMin\": \"0\",\n \"Delegate\": \"no\",\n \"Description\": \"Crash recovery kernel arming\",\n \"DevicePolicy\": \"auto\",\n \"DynamicUser\": \"no\",\n \"EffectiveCPUs\": \"\",\n \"EffectiveMemoryNodes\": \"\",\n \"ExecMainCode\": \"1\",\n \"ExecMainExitTimestamp\": \"Tue 2025-08-05 11:16:22 EDT\",\n \"ExecMainExitTimestampMonotonic\": \"34537506\",\n \"ExecMainPID\": \"1028\",\n \"ExecMainStartTimestamp\": \"Tue 2025-08-05 11:16:06 EDT\",\n \"ExecMainStartTimestampMonotonic\": \"18086021\",\n \"ExecMainStatus\": \"0\",\n \"ExecReload\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"ExecStart\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:16:06 EDT] ; stop_time=[Tue 2025-08-05 11:16:22 EDT] ; pid=1028 ; code=exited ; status=0 }\",\n \"ExecStop\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"FailureAction\": \"none\",\n \"FileDescriptorStoreMax\": \"0\",\n \"FragmentPath\": \"/usr/lib/systemd/system/kdump.service\",\n \"FreezerState\": \"running\",\n \"GID\": \"[not set]\",\n \"GuessMainPID\": \"yes\",\n \"IOAccounting\": \"no\",\n \"IOSchedulingClass\": \"0\",\n \"IOSchedulingPriority\": \"0\",\n \"IOWeight\": \"[not set]\",\n \"IPAccounting\": \"no\",\n \"IPEgressBytes\": \"18446744073709551615\",\n \"IPEgressPackets\": \"18446744073709551615\",\n \"IPIngressBytes\": \"18446744073709551615\",\n \"IPIngressPackets\": \"18446744073709551615\",\n \"Id\": \"kdump.service\",\n \"IgnoreOnIsolate\": \"no\",\n \"IgnoreSIGPIPE\": \"yes\",\n \"InactiveEnterTimestampMonotonic\": \"0\",\n \"InactiveExitTimestamp\": \"Tue 2025-08-05 11:16:06 EDT\",\n \"InactiveExitTimestampMonotonic\": \"18086052\",\n \"InvocationID\": \"4d74c9d21c6f444fb678cd2e5086b5d1\",\n \"JobRunningTimeoutUSec\": \"infinity\",\n \"JobTimeoutAction\": \"none\",\n \"JobTimeoutUSec\": \"infinity\",\n \"KeyringMode\": \"private\",\n \"KillMode\": \"control-group\",\n \"KillSignal\": \"15\",\n \"LimitAS\": \"infinity\",\n \"LimitASSoft\": \"infinity\",\n \"LimitCORE\": \"infinity\",\n \"LimitCORESoft\": \"0\",\n \"LimitCPU\": \"infinity\",\n \"LimitCPUSoft\": \"infinity\",\n \"LimitDATA\": \"infinity\",\n \"LimitDATASoft\": \"infinity\",\n \"LimitFSIZE\": \"infinity\",\n \"LimitFSIZESoft\": \"infinity\",\n \"LimitLOCKS\": \"infinity\",\n \"LimitLOCKSSoft\": \"infinity\",\n \"LimitMEMLOCK\": \"65536\",\n \"LimitMEMLOCKSoft\": \"65536\",\n \"LimitMSGQUEUE\": \"819200\",\n \"LimitMSGQUEUESoft\": \"819200\",\n \"LimitNICE\": \"0\",\n \"LimitNICESoft\": \"0\",\n \"LimitNOFILE\": \"262144\",\n \"LimitNOFILESoft\": \"1024\",\n \"LimitNPROC\": \"14003\",\n \"LimitNPROCSoft\": \"14003\",\n \"LimitRSS\": \"infinity\",\n \"LimitRSSSoft\": \"infinity\",\n \"LimitRTPRIO\": \"0\",\n \"LimitRTPRIOSoft\": \"0\",\n \"LimitRTTIME\": \"infinity\",\n \"LimitRTTIMESoft\": \"infinity\",\n \"LimitSIGPENDING\": \"14003\",\n \"LimitSIGPENDINGSoft\": \"14003\",\n \"LimitSTACK\": \"infinity\",\n \"LimitSTACKSoft\": \"8388608\",\n \"LoadState\": \"loaded\",\n \"LockPersonality\": \"no\",\n \"LogLevelMax\": \"-1\",\n \"LogRateLimitBurst\": \"0\",\n \"LogRateLimitIntervalUSec\": \"0\",\n \"LogsDirectoryMode\": \"0755\",\n \"MainPID\": \"0\",\n \"MemoryAccounting\": \"yes\",\n \"MemoryCurrent\": \"0\",\n \"MemoryDenyWriteExecute\": \"no\",\n \"MemoryHigh\": \"infinity\",\n \"MemoryLimit\": \"infinity\",\n \"MemoryLow\": \"0\",\n \"MemoryMax\": \"infinity\",\n \"MemoryMin\": \"0\",\n \"MemorySwapMax\": \"infinity\",\n \"MountAPIVFS\": \"no\",\n \"MountFlags\": \"\",\n \"NFileDescriptorStore\": \"0\",\n \"NRestarts\": \"0\",\n \"NUMAMask\": \"\",\n \"NUMAPolicy\": \"n/a\",\n \"Names\": \"kdump.service\",\n \"NeedDaemonReload\": \"no\",\n \"Nice\": \"0\",\n \"NoNewPrivileges\": \"no\",\n \"NonBlocking\": \"no\",\n \"NotifyAccess\": \"none\",\n \"OOMScoreAdjust\": \"0\",\n \"OnFailureJobMode\": \"replace\",\n \"PermissionsStartOnly\": \"no\",\n \"Perpetual\": \"no\",\n \"PrivateDevices\": \"no\",\n \"PrivateMounts\": \"no\",\n \"PrivateNetwork\": \"no\",\n \"PrivateTmp\": \"no\",\n \"PrivateUsers\": \"no\",\n \"ProtectControlGroups\": \"no\",\n \"ProtectHome\": \"no\",\n \"ProtectKernelModules\": \"no\",\n \"ProtectKernelTunables\": \"no\",\n \"ProtectSystem\": \"no\",\n \"RefuseManualStart\": \"no\",\n \"RefuseManualStop\": \"no\",\n \"RemainAfterExit\": \"yes\",\n \"RemoveIPC\": \"no\",\n \"Requires\": \"system.slice\",\n \"Restart\": \"no\",\n \"RestartUSec\": \"100ms\",\n \"RestrictNamespaces\": \"no\",\n \"RestrictRealtime\": \"no\",\n \"RestrictSUIDSGID\": \"no\",\n \"Result\": \"success\",\n \"RootDirectoryStartOnly\": \"no\",\n \"RuntimeDirectoryMode\": \"0755\",\n \"RuntimeDirectoryPreserve\": \"no\",\n \"RuntimeMaxUSec\": \"infinity\",\n \"SameProcessGroup\": \"no\",\n \"SecureBits\": \"0\",\n \"SendSIGHUP\": \"no\",\n \"SendSIGKILL\": \"yes\",\n \"Slice\": \"system.slice\",\n \"StandardError\": \"inherit\",\n \"StandardInput\": \"null\",\n \"StandardInputData\": \"\",\n \"StandardOutput\": \"journal\",\n \"StartLimitAction\": \"none\",\n \"StartLimitBurst\": \"5\",\n \"StartLimitIntervalUSec\": \"0\",\n \"StartupBlockIOWeight\": \"[not set]\",\n \"StartupCPUShares\": \"[not set]\",\n \"StartupCPUWeight\": \"[not set]\",\n \"StartupIOWeight\": \"[not set]\",\n \"StateChangeTimestamp\": \"Tue 2025-08-05 11:16:22 EDT\",\n \"StateChangeTimestampMonotonic\": \"34537915\",\n \"StateDirectoryMode\": \"0755\",\n \"StatusErrno\": \"0\",\n \"StopWhenUnneeded\": \"no\",\n \"SubState\": \"exited\",\n \"SuccessAction\": \"none\",\n \"SyslogFacility\": \"3\",\n \"SyslogLevel\": \"6\",\n \"SyslogLevelPrefix\": \"yes\",\n \"SyslogPriority\": \"30\",\n \"SystemCallErrorNumber\": \"0\",\n \"TTYReset\": \"no\",\n \"TTYVHangup\": \"no\",\n \"TTYVTDisallocate\": \"no\",\n \"TasksAccounting\": \"yes\",\n \"TasksCurrent\": \"0\",\n \"TasksMax\": \"22405\",\n \"TimeoutStartUSec\": \"infinity\",\n \"TimeoutStopUSec\": \"1min 30s\",\n \"TimerSlackNSec\": \"50000\",\n \"Transient\": \"no\",\n \"Type\": \"oneshot\",\n \"UID\": \"[not set]\",\n \"UMask\": \"0022\",\n \"UnitFilePreset\": \"enabled\",\n \"UnitFileState\": \"enabled\",\n \"UtmpMode\": \"init\",\n \"WantedBy\": \"multi-user.target\",\n \"WatchdogTimestampMonotonic\": \"0\",\n \"WatchdogUSec\": \"0\"\n }\n}\n\nTASK [fedora.linux_system_roles.kdump : Include SSH tasks] *********************\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16\nTuesday 05 August 2025 11:21:47 -0400 (0:00:00.551) 0:00:05.668 ******** \nincluded: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed-node1\n\nTASK [fedora.linux_system_roles.kdump : Create key if it does not exist] *******\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2\nTuesday 05 August 2025 11:21:47 -0400 (0:00:00.066) 0:00:05.735 ******** \nchanged: [managed-node1] => {\n \"changed\": true,\n \"cmd\": [\n \"/usr/bin/ssh-keygen\",\n \"-t\",\n \"rsa\",\n \"-f\",\n \"/root/.ssh/kdump_id_rsa\",\n \"-N\",\n \"\"\n ],\n \"delta\": null,\n \"end\": null,\n \"rc\": 0,\n \"start\": null\n}\n\nMSG:\n\nCommand would have run if not in check mode\n\nTASK [fedora.linux_system_roles.kdump : Fetch key] *****************************\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7\nTuesday 05 August 2025 11:21:48 -0400 (0:00:00.290) 0:00:06.025 ******** \nfatal: [managed-node1]: FAILED! => {\n \"changed\": false\n}\n\nMSG:\n\nfile not found: /root/.ssh/kdump_id_rsa.pub\n\nTASK [If reboot is required - assert the expected fail message] ****************\ntask path: /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86\nTuesday 05 August 2025 11:21:48 -0400 (0:00:00.280) 0:00:06.306 ******** \nfatal: [managed-node1]: FAILED! => {\n \"assertion\": \"'Reboot is required to apply changes.' in ansible_failed_result.msg\",\n \"changed\": false,\n \"evaluated_to\": false\n}\n\nMSG:\n\nAssertion failed\n\nPLAY RECAP *********************************************************************\nmanaged-node1 : ok=9 changed=1 unreachable=0 failed=1 skipped=3 rescued=1 ignored=0 \n\nSYSTEM ROLES ERRORS BEGIN v1\n[\n {\n \"ansible_version\": \"2.16.14\",\n \"end_time\": \"2025-08-05T15:21:48.413632+00:00Z\",\n \"host\": \"managed-node1\",\n \"message\": \"file not found: /root/.ssh/kdump_id_rsa.pub\",\n \"start_time\": \"2025-08-05T15:21:48.137963+00:00Z\",\n \"task_name\": \"Fetch key\",\n \"task_path\": \"/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7\"\n },\n {\n \"ansible_version\": \"2.16.14\",\n \"end_time\": \"2025-08-05T15:21:48.431129+00:00Z\",\n \"host\": \"managed-node1\",\n \"message\": \"Assertion failed\",\n \"start_time\": \"2025-08-05T15:21:48.418218+00:00Z\",\n \"task_name\": \"If reboot is required - assert the expected fail message\",\n \"task_path\": \"/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86\"\n }\n]\nSYSTEM ROLES ERRORS END v1\n\nTASKS RECAP ********************************************************************\nTuesday 05 August 2025 11:21:48 -0400 (0:00:00.014) 0:00:06.320 ******** \n=============================================================================== \nfedora.linux_system_roles.kdump : Install required packages ------------- 3.11s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 \nGathering Facts --------------------------------------------------------- 0.89s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 \nGather facts from managed-node1 ----------------------------------------- 0.63s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 \nfedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.55s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 \nfedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.29s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 \nfedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.29s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 \nfedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.28s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 \nfedora.linux_system_roles.kdump : Include SSH tasks --------------------- 0.07s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 \nfedora.linux_system_roles.kdump : Ensure ansible_facts used by role ----- 0.03s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 \nfedora.linux_system_roles.kdump : Set platform/version specific variables --- 0.03s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 \nRun the role. If reboot is not required - the play succeeds. ------------ 0.03s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 \nfedora.linux_system_roles.kdump : Set flag to indicate system is ostree --- 0.02s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 \nSkip the test on EL 6 when control node == managed node ----------------- 0.02s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 \nfedora.linux_system_roles.kdump : Ensure ansible_facts used by role ----- 0.02s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 \nIf reboot is required - assert the expected fail message ---------------- 0.01s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86 \nPrint message that this test is skipped on EL 6 ------------------------- 0.01s\n/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 ", "task_name": "Run ansible-playbook with tests_ssh.yml in check mode", "task_path": "/tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 05 August 2025 11:21:48 -0400 (0:00:06.998) 0:00:41.714 ******** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 19.40s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------- 7.00s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 3.04s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.05s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.80s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Gathering Facts --------------------------------------------------------- 0.77s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gathering Facts --------------------------------------------------------- 0.75s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Gather facts from managed-node1 ----------------------------------------- 0.74s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.71s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.69s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Create static inventory from hostvars ----------------------------------- 0.64s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.53s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.52s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.50s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.49s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.49s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.43s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.36s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.36s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Cleanup kdump_path ------------------------------------------------------ 0.36s /tmp/collections-Xpu/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 -- Logs begin at Tue 2025-08-05 11:15:42 EDT, end at Tue 2025-08-05 11:21:48 EDT. -- Aug 05 11:21:07 managed-node1 platform-python[22239]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Aug 05 11:21:09 managed-node1 platform-python[22391]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Aug 05 11:21:10 managed-node1 platform-python[22543]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Aug 05 11:21:10 managed-node1 platform-python[22695]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 05 11:21:11 managed-node1 platform-python[22818]: ansible-ansible.legacy.dnf Invoked with name=['grubby', 'iproute', 'kexec-tools', 'openssh-clients'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Aug 05 11:21:14 managed-node1 platform-python[22942]: ansible-ansible.legacy.systemd Invoked with name=kdump enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False state=None force=None masked=None Aug 05 11:21:15 managed-node1 platform-python[23069]: ansible-ansible.legacy.command Invoked with creates=/root/.ssh/kdump_id_rsa _raw_params=/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Aug 05 11:21:15 managed-node1 platform-python[23193]: ansible-slurp Invoked with src=/root/.ssh/kdump_id_rsa.pub Aug 05 11:21:16 managed-node1 platform-python[23316]: ansible-user Invoked with name=root state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on managed-node1 update_password=always uid=None group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None password_expire_max=None password_expire_min=None password_expire_warn=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Aug 05 11:21:16 managed-node1 platform-python[23443]: ansible-stat Invoked with path=/root/.ssh follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 05 11:21:17 managed-node1 platform-python[23568]: ansible-stat Invoked with path=/root/.ssh/authorized_keys follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 05 11:21:17 managed-node1 platform-python[23693]: ansible-file Invoked with path=/root/.ssh state=directory group=root owner=root mode=0700 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Aug 05 11:21:18 managed-node1 platform-python[23816]: ansible-lineinfile Invoked with line=ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDC6fHMIFsEiakR4O71U96/MYtQb/HcNFkKAc78U00bkIccR150p0k/3+gxZgJ1mZ9XPCuzVCbFYHO89PeEiKDb4rm+cjrU5Cr0iD6reoBfcsrm2gqAStBcY+WvxetTPT3b5ugl16EDY74Dvwf0p1E60aPGHiOrnDqma5YEdJ2hHKsFkveC8xg6ZGkSkv/VGFqyae53S5pIVpBE2ieb8BRtzqNEmfdHCJlPi92kZqOkXIH185TAE0K79zErIS2bkSMYwwwAcX8bxtTqObAd3DtvIYgbjLc6HvS+2eW0kS2pI7bWZnUiZ7KPhlIzQYYn9lBEx43vXSHvTqkz4XGgEDPLv9mcOaOVRHt6+rzR4T02ydvRYjQ9sy9vGVz1i6q9Bv/fOX37ZPClWHDD8dwYo0oCoXu8DiOBRrjMtoLqesCNiMaUbauole80C8vUnolc8HPYTmjF7qbu58qBMtRnchNR6EC5pMWn3A2MrbKXIuwzO3oKpZEaa3JGlz6JR0MNZ0s= root@managed-node1 state=present create=True path=/root/.ssh/authorized_keys group=root owner=root mode=0600 backrefs=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertafter=None insertbefore=None validate=None seuser=None serole=None selevel=None setype=None attributes=None Aug 05 11:21:18 managed-node1 platform-python[23939]: ansible-slurp Invoked with src=/etc/ssh/ssh_host_rsa_key.pub Aug 05 11:21:18 managed-node1 platform-python[24062]: ansible-known_hosts Invoked with key=10.31.8.60 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dgpxCMGO+Wi9s72nwrlL9GVwgTc8r7bW3oJemFrH/Nod5QtPW/0BGlcyo7N71uwVvBwJUXuX89q4y83QdtdFzxWtIL+eGbnj3ByyZI50Q488j42MpQ50HQgMiqWUC2VKH9jiA0nF3bACkQX7Qs3cvyEE2vMHavLHl46Z1YR++8yVH1jm25CepM0VcwQc/WYFVVjmgVFgYbo91s+DID7FllD9G61KqOF2WWXYTIf7cfjOgWtHMMBQ6Bp2cGOOS3ebcsS5ZCfoxn0nQuqI8WdnReY3L5NrFaX8APYMKjhTE8bePlzXeBzA2DZPNR/CetWzfc2iMzWnRC/nGl+CLu9rnQqxvjs2J1B/i1CfKyXTG5aDfiflgweZ1rUBGwRNXZpdj7NZ5ihVwdWS1u0Vjn0sx9gKTU7JYUBRPnPK9qfoO6yIX0tNGuBKHyT+/2Z15aKWthz5HDyIFIN7d75gqCrraOseTpO8G2PENL0FkXIsQLrTXIZ7J3qtOR61NEI8zbE= root@ip-10-31-8-60.testing-farm.us-east-1.aws.redhat.com name=10.31.8.60 path=/etc/ssh/ssh_known_hosts hash_host=False state=present Aug 05 11:21:19 managed-node1 platform-python[24186]: ansible-stat Invoked with path=/etc/kdump.conf follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 05 11:21:19 managed-node1 platform-python[24311]: ansible-ansible.legacy.stat Invoked with path=/etc/kdump.conf follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Aug 05 11:21:19 managed-node1 platform-python[24412]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1754407279.3624496-10246-109360366884914/source dest=/etc/kdump.conf backup=True mode=0644 follow=False _original_basename=kdump.conf.j2 checksum=996b1074b6fcc9ca298b1c4954e019eeb345b1d7 force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 05 11:21:20 managed-node1 platform-python[24539]: ansible-slurp Invoked with src=/sys/kernel/kexec_crash_size Aug 05 11:21:20 managed-node1 platform-python[24662]: ansible-ansible.legacy.systemd Invoked with name=kdump state=started daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Aug 05 11:21:21 managed-node1 platform-python[24788]: ansible-file Invoked with path=/tmp/tests_ssh state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 05 11:21:21 managed-node1 platform-python[24911]: ansible-ansible.legacy.systemd Invoked with name=kdump state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Aug 05 11:21:21 managed-node1 systemd[1]: Stopping Crash recovery kernel arming... -- Subject: Unit kdump.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kdump.service has begun shutting down. Aug 05 11:21:21 managed-node1 kdumpctl[24920]: kdump: kexec: unloaded kdump kernel Aug 05 11:21:21 managed-node1 kdumpctl[24920]: kdump: Stopping kdump: [OK] Aug 05 11:21:21 managed-node1 systemd[1]: kdump.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit kdump.service has successfully entered the 'dead' state. Aug 05 11:21:21 managed-node1 systemd[1]: Stopped Crash recovery kernel arming. -- Subject: Unit kdump.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kdump.service has finished shutting down. Aug 05 11:21:21 managed-node1 systemd[1]: Starting Crash recovery kernel arming... -- Subject: Unit kdump.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kdump.service has begun starting up. Aug 05 11:21:21 managed-node1 systemd[1]: Starting SSSD Kerberos Cache Manager... -- Subject: Unit sssd-kcm.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sssd-kcm.service has begun starting up. Aug 05 11:21:22 managed-node1 systemd[1]: Started SSSD Kerberos Cache Manager. -- Subject: Unit sssd-kcm.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sssd-kcm.service has finished starting up. -- -- The start-up result is done. Aug 05 11:21:22 managed-node1 sssd_kcm[24971]: Starting up Aug 05 11:21:22 managed-node1 sshd[24967]: Accepted publickey for root from 10.31.8.60 port 46430 ssh2: RSA SHA256:5DIyqrvz6aIsgDlCKz9NX94HEhiqkH9cdidsIp2wPP8 Aug 05 11:21:22 managed-node1 systemd[1]: Started Session 10 of user root. -- Subject: Unit session-10.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-10.scope has finished starting up. -- -- The start-up result is done. Aug 05 11:21:22 managed-node1 systemd-logind[620]: New session 10 of user root. -- Subject: A new session 10 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 10 has been created for the user root. -- -- The leading process of the session is 24967. Aug 05 11:21:22 managed-node1 sshd[24967]: pam_unix(sshd:session): session opened for user root by (uid=0) Aug 05 11:21:22 managed-node1 sshd[24973]: Received disconnect from 10.31.8.60 port 46430:11: disconnected by user Aug 05 11:21:22 managed-node1 sshd[24973]: Disconnected from user root 10.31.8.60 port 46430 Aug 05 11:21:22 managed-node1 sshd[24967]: pam_unix(sshd:session): session closed for user root Aug 05 11:21:22 managed-node1 systemd[1]: session-10.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-10.scope has successfully entered the 'dead' state. Aug 05 11:21:22 managed-node1 systemd-logind[620]: Session 10 logged out. Waiting for processes to exit. Aug 05 11:21:22 managed-node1 systemd-logind[620]: Removed session 10. -- Subject: Session 10 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 10 has been terminated. Aug 05 11:21:22 managed-node1 kdumpctl[24929]: kdump: Detected change(s) in the following file(s): /etc/kdump.conf Aug 05 11:21:22 managed-node1 kdumpctl[24929]: kdump: Rebuilding /boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img Aug 05 11:21:22 managed-node1 sshd[25089]: Accepted publickey for root from 10.31.8.60 port 46438 ssh2: RSA SHA256:5DIyqrvz6aIsgDlCKz9NX94HEhiqkH9cdidsIp2wPP8 Aug 05 11:21:22 managed-node1 systemd[1]: Started Session 11 of user root. -- Subject: Unit session-11.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-11.scope has finished starting up. -- -- The start-up result is done. Aug 05 11:21:22 managed-node1 systemd-logind[620]: New session 11 of user root. -- Subject: A new session 11 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 11 has been created for the user root. -- -- The leading process of the session is 25089. Aug 05 11:21:22 managed-node1 sshd[25089]: pam_unix(sshd:session): session opened for user root by (uid=0) Aug 05 11:21:22 managed-node1 sshd[25092]: Received disconnect from 10.31.8.60 port 46438:11: disconnected by user Aug 05 11:21:22 managed-node1 sshd[25092]: Disconnected from user root 10.31.8.60 port 46438 Aug 05 11:21:22 managed-node1 sshd[25089]: pam_unix(sshd:session): session closed for user root Aug 05 11:21:22 managed-node1 systemd-logind[620]: Session 11 logged out. Waiting for processes to exit. Aug 05 11:21:22 managed-node1 systemd[1]: session-11.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-11.scope has successfully entered the 'dead' state. Aug 05 11:21:22 managed-node1 systemd-logind[620]: Removed session 11. -- Subject: Session 11 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 11 has been terminated. Aug 05 11:21:22 managed-node1 sshd[25113]: Accepted publickey for root from 10.31.8.60 port 46454 ssh2: RSA SHA256:5DIyqrvz6aIsgDlCKz9NX94HEhiqkH9cdidsIp2wPP8 Aug 05 11:21:22 managed-node1 systemd[1]: Started Session 12 of user root. -- Subject: Unit session-12.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-12.scope has finished starting up. -- -- The start-up result is done. Aug 05 11:21:22 managed-node1 systemd-logind[620]: New session 12 of user root. -- Subject: A new session 12 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 12 has been created for the user root. -- -- The leading process of the session is 25113. Aug 05 11:21:22 managed-node1 sshd[25113]: pam_unix(sshd:session): session opened for user root by (uid=0) Aug 05 11:21:22 managed-node1 sshd[25117]: Received disconnect from 10.31.8.60 port 46454:11: disconnected by user Aug 05 11:21:22 managed-node1 sshd[25117]: Disconnected from user root 10.31.8.60 port 46454 Aug 05 11:21:22 managed-node1 sshd[25113]: pam_unix(sshd:session): session closed for user root Aug 05 11:21:22 managed-node1 systemd-logind[620]: Session 12 logged out. Waiting for processes to exit. Aug 05 11:21:22 managed-node1 systemd[1]: session-12.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-12.scope has successfully entered the 'dead' state. Aug 05 11:21:22 managed-node1 systemd-logind[620]: Removed session 12. -- Subject: Session 12 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 12 has been terminated. Aug 05 11:21:22 managed-node1 sshd[25137]: Accepted publickey for root from 10.31.8.60 port 46462 ssh2: RSA SHA256:5DIyqrvz6aIsgDlCKz9NX94HEhiqkH9cdidsIp2wPP8 Aug 05 11:21:22 managed-node1 systemd-logind[620]: New session 13 of user root. -- Subject: A new session 13 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 13 has been created for the user root. -- -- The leading process of the session is 25137. Aug 05 11:21:22 managed-node1 systemd[1]: Started Session 13 of user root. -- Subject: Unit session-13.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-13.scope has finished starting up. -- -- The start-up result is done. Aug 05 11:21:22 managed-node1 sshd[25137]: pam_unix(sshd:session): session opened for user root by (uid=0) Aug 05 11:21:22 managed-node1 sshd[25141]: Received disconnect from 10.31.8.60 port 46462:11: disconnected by user Aug 05 11:21:22 managed-node1 sshd[25141]: Disconnected from user root 10.31.8.60 port 46462 Aug 05 11:21:22 managed-node1 sshd[25137]: pam_unix(sshd:session): session closed for user root Aug 05 11:21:22 managed-node1 systemd[1]: session-13.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-13.scope has successfully entered the 'dead' state. Aug 05 11:21:22 managed-node1 systemd-logind[620]: Session 13 logged out. Waiting for processes to exit. Aug 05 11:21:22 managed-node1 systemd-logind[620]: Removed session 13. -- Subject: Session 13 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 13 has been terminated. Aug 05 11:21:22 managed-node1 sshd[25165]: Accepted publickey for root from 10.31.8.60 port 46476 ssh2: RSA SHA256:5DIyqrvz6aIsgDlCKz9NX94HEhiqkH9cdidsIp2wPP8 Aug 05 11:21:22 managed-node1 systemd-logind[620]: New session 14 of user root. -- Subject: A new session 14 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 14 has been created for the user root. -- -- The leading process of the session is 25165. Aug 05 11:21:22 managed-node1 systemd[1]: Started Session 14 of user root. -- Subject: Unit session-14.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-14.scope has finished starting up. -- -- The start-up result is done. Aug 05 11:21:22 managed-node1 sshd[25165]: pam_unix(sshd:session): session opened for user root by (uid=0) Aug 05 11:21:23 managed-node1 sshd[25168]: Received disconnect from 10.31.8.60 port 46476:11: disconnected by user Aug 05 11:21:23 managed-node1 sshd[25168]: Disconnected from user root 10.31.8.60 port 46476 Aug 05 11:21:23 managed-node1 sshd[25165]: pam_unix(sshd:session): session closed for user root Aug 05 11:21:23 managed-node1 systemd[1]: session-14.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-14.scope has successfully entered the 'dead' state. Aug 05 11:21:23 managed-node1 systemd-logind[620]: Session 14 logged out. Waiting for processes to exit. Aug 05 11:21:23 managed-node1 systemd-logind[620]: Removed session 14. -- Subject: Session 14 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 14 has been terminated. Aug 05 11:21:23 managed-node1 dracut[25224]: dracut-049-233.git20240115.el8 Aug 05 11:21:23 managed-node1 dracut[25226]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics -o "plymouth dash resume ifcfg earlykdump" --compress=xz --sshkey /root/.ssh/kdump_id_rsa --no-hostonly-default-device -f /boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img 4.18.0-553.5.1.el8.x86_64 Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Aug 05 11:21:23 managed-node1 dracut[25226]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted! Aug 05 11:21:23 managed-node1 dracut[25226]: memstrack is available Aug 05 11:21:23 managed-node1 dracut[25226]: *** Including module: bash *** Aug 05 11:21:23 managed-node1 dracut[25226]: *** Including module: systemd *** Aug 05 11:21:23 managed-node1 dracut[25226]: *** Including module: systemd-initrd *** Aug 05 11:21:23 managed-node1 dracut[25226]: *** Including module: watchdog-modules *** Aug 05 11:21:23 managed-node1 dracut[25226]: *** Including module: nss-softokn *** Aug 05 11:21:23 managed-node1 dracut[25226]: *** Including module: rngd *** Aug 05 11:21:23 managed-node1 dracut[25226]: *** Including module: i18n *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: network-manager *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: network *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: drm *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: prefixdevname *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: kernel-modules *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: kernel-modules-extra *** Aug 05 11:21:24 managed-node1 dracut[25226]: kernel-modules-extra: configuration source "/run/depmod.d/" does not exist Aug 05 11:21:24 managed-node1 dracut[25226]: kernel-modules-extra: configuration source "/lib/depmod.d/" does not exist Aug 05 11:21:24 managed-node1 dracut[25226]: kernel-modules-extra: parsing configuration file "/etc/depmod.d//dist.conf" Aug 05 11:21:24 managed-node1 dracut[25226]: kernel-modules-extra: /etc/depmod.d//dist.conf: added "updates extra built-in weak-updates" to the list of search directories Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: kernel-network-modules *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: rootfs-block *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: ssh-client *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: terminfo *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: udev-rules *** Aug 05 11:21:24 managed-node1 dracut[25226]: Skipping udev rule: 91-permissions.rules Aug 05 11:21:24 managed-node1 dracut[25226]: Skipping udev rule: 80-drivers-modprobe.rules Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: biosdevname *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: dracut-systemd *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: usrmount *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: base *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: fs-lib *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: kdumpbase *** Aug 05 11:21:24 managed-node1 kdumpctl[27058]: Cannot get driver information: Operation not supported Aug 05 11:21:24 managed-node1 dracut[25226]: The ifcfg file of lo is not found! Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: memstrack *** Aug 05 11:21:24 managed-node1 dracut[25226]: *** Including module: microcode_ctl-fw_dir_override *** Aug 05 11:21:24 managed-node1 dracut[25226]: microcode_ctl module: mangling fw_dir Aug 05 11:21:24 managed-node1 dracut[25226]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Aug 05 11:21:24 managed-node1 dracut[25226]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Aug 05 11:21:24 managed-node1 dracut[25226]: microcode_ctl: intel: caveats check for kernel version "4.18.0-553.5.1.el8.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Aug 05 11:21:24 managed-node1 dracut[25226]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Aug 05 11:21:24 managed-node1 dracut[25226]: microcode_ctl: configuration "intel-06-2d-07" is ignored Aug 05 11:21:24 managed-node1 dracut[25226]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Aug 05 11:21:24 managed-node1 dracut[25226]: microcode_ctl: configuration "intel-06-4e-03" is ignored Aug 05 11:21:24 managed-node1 dracut[25226]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Aug 05 11:21:24 managed-node1 dracut[25226]: microcode_ctl: configuration "intel-06-4f-01" is ignored Aug 05 11:21:24 managed-node1 dracut[25226]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Aug 05 11:21:25 managed-node1 dracut[25226]: microcode_ctl: configuration "intel-06-55-04" is ignored Aug 05 11:21:25 managed-node1 dracut[25226]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Aug 05 11:21:25 managed-node1 dracut[25226]: microcode_ctl: configuration "intel-06-5e-03" is ignored Aug 05 11:21:25 managed-node1 dracut[25226]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Aug 05 11:21:25 managed-node1 dracut[25226]: microcode_ctl: configuration "intel-06-8c-01" is ignored Aug 05 11:21:25 managed-node1 dracut[25226]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... Aug 05 11:21:25 managed-node1 dracut[25226]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored Aug 05 11:21:25 managed-node1 dracut[25226]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... Aug 05 11:21:25 managed-node1 dracut[25226]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored Aug 05 11:21:25 managed-node1 dracut[25226]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Aug 05 11:21:25 managed-node1 dracut[25226]: *** Including module: shutdown *** Aug 05 11:21:25 managed-node1 dracut[25226]: *** Including module: squash *** Aug 05 11:21:25 managed-node1 dracut[25226]: *** Including modules done *** Aug 05 11:21:25 managed-node1 dracut[25226]: *** Installing kernel module dependencies *** Aug 05 11:21:25 managed-node1 dracut[25226]: *** Installing kernel module dependencies done *** Aug 05 11:21:25 managed-node1 dracut[25226]: *** Resolving executable dependencies *** Aug 05 11:21:26 managed-node1 dracut[25226]: *** Resolving executable dependencies done*** Aug 05 11:21:26 managed-node1 dracut[25226]: *** Hardlinking files *** Aug 05 11:21:26 managed-node1 dracut[25226]: *** Hardlinking files done *** Aug 05 11:21:26 managed-node1 dracut[25226]: *** Generating early-microcode cpio image *** Aug 05 11:21:26 managed-node1 dracut[25226]: *** Constructing GenuineIntel.bin *** Aug 05 11:21:26 managed-node1 dracut[25226]: *** Constructing GenuineIntel.bin *** Aug 05 11:21:26 managed-node1 dracut[25226]: *** Store current command line parameters *** Aug 05 11:21:26 managed-node1 dracut[25226]: Stored kernel commandline: Aug 05 11:21:26 managed-node1 dracut[25226]: ip=lo:dhcp Aug 05 11:21:26 managed-node1 dracut[25226]: ifname=lo:00:00:00:00:00:00 Aug 05 11:21:26 managed-node1 dracut[25226]: nameserver=10.29.169.13 Aug 05 11:21:26 managed-node1 dracut[25226]: nameserver=10.29.170.12 Aug 05 11:21:26 managed-node1 dracut[25226]: nameserver=10.2.32.1 Aug 05 11:21:26 managed-node1 dracut[25226]: rd.neednet Aug 05 11:21:26 managed-node1 dracut[25226]: kdumpnic=lo Aug 05 11:21:26 managed-node1 dracut[25226]: bootdev=lo Aug 05 11:21:26 managed-node1 dracut[25226]: *** Install squash loader *** Aug 05 11:21:26 managed-node1 dracut[25226]: *** Stripping files *** Aug 05 11:21:27 managed-node1 dracut[25226]: *** Stripping files done *** Aug 05 11:21:27 managed-node1 dracut[25226]: *** Squashing the files inside the initramfs *** Aug 05 11:21:40 managed-node1 dracut[25226]: *** Squashing the files inside the initramfs done *** Aug 05 11:21:40 managed-node1 dracut[25226]: *** Creating image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' *** Aug 05 11:21:40 managed-node1 dracut[25226]: *** Creating initramfs image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' done *** Aug 05 11:21:40 managed-node1 kdumpctl[24929]: kdump: kexec: loaded kdump kernel Aug 05 11:21:40 managed-node1 kdumpctl[24929]: kdump: Starting kdump: [OK] Aug 05 11:21:40 managed-node1 systemd[1]: Started Crash recovery kernel arming. -- Subject: Unit kdump.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kdump.service has finished starting up. -- -- The start-up result is done. Aug 05 11:21:41 managed-node1 platform-python[28807]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Aug 05 11:21:48 managed-node1 sshd[28857]: Accepted publickey for root from 10.31.9.227 port 57270 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Aug 05 11:21:48 managed-node1 systemd-logind[620]: New session 15 of user root. -- Subject: A new session 15 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 15 has been created for the user root. -- -- The leading process of the session is 28857. Aug 05 11:21:48 managed-node1 systemd[1]: Started Session 15 of user root. -- Subject: Unit session-15.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-15.scope has finished starting up. -- -- The start-up result is done. Aug 05 11:21:48 managed-node1 sshd[28857]: pam_unix(sshd:session): session opened for user root by (uid=0) Aug 05 11:21:48 managed-node1 sshd[28860]: Received disconnect from 10.31.9.227 port 57270:11: disconnected by user Aug 05 11:21:48 managed-node1 sshd[28860]: Disconnected from user root 10.31.9.227 port 57270 Aug 05 11:21:48 managed-node1 sshd[28857]: pam_unix(sshd:session): session closed for user root Aug 05 11:21:48 managed-node1 systemd[1]: session-15.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-15.scope has successfully entered the 'dead' state. Aug 05 11:21:48 managed-node1 systemd-logind[620]: Session 15 logged out. Waiting for processes to exit. Aug 05 11:21:48 managed-node1 systemd-logind[620]: Removed session 15. -- Subject: Session 15 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 15 has been terminated. Aug 05 11:21:48 managed-node1 sshd[28881]: Accepted publickey for root from 10.31.9.227 port 57284 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Aug 05 11:21:48 managed-node1 systemd-logind[620]: New session 16 of user root. -- Subject: A new session 16 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 16 has been created for the user root. -- -- The leading process of the session is 28881. Aug 05 11:21:48 managed-node1 systemd[1]: Started Session 16 of user root. -- Subject: Unit session-16.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-16.scope has finished starting up. -- -- The start-up result is done. Aug 05 11:21:48 managed-node1 sshd[28881]: pam_unix(sshd:session): session opened for user root by (uid=0)