Was trying to restore the Undercloud from the backup but restore is getting failed with the error message:
"",
"stdout: ",
"stderr: + sudo -E kolla_set_configs",
"sudo: unable to send audit message: Operation not permitted",
"INFO:__main__:Loading config file at /var/lib/kolla/config_files/config.json",
"INFO:__main__:Validating config file",
"INFO:__main__:Kolla config strategy set to: COPY_ALWAYS",
"INFO:__main__:Copying service configuration files",
"ERROR:__main__:MissingRequiredSource: /var/lib/kolla/config_files/src/* file is not found",
"",
"Error executing ['podman', 'container', 'exists', 'rabbitmq']: returned 1",
"Did not find container with \"['podman', 'ps', '-a', '--filter', 'label=container_name=rabbitmq', '--filter', 'label=config_id=tripleo_step1', '--format', '{{.Names}}']\" - retrying without config_id",
"Did not find container with \"['podman', 'ps', '-a', '--filter', 'label=container_name=rabbitmq', '--format', '{{.Names}}']\"",
"Created symlink /etc/systemd/system/multi-user.target.wants/tripleo_rabbitmq.service \u2192 /etc/systemd/system/tripleo_rabbitmq.service."
],
"_ansible_no_log": false,
"attempts": 4,
"changed": false
}
]
]
Also, we checked for the path ("ERROR:__main__:MissingRequiredSource: /var/lib/kolla/config_files/src/* file is not found",) in the original server , there also it is not existing.
Document followed:
Openstack release: Train
Any lead would be helpful.
--lokendra