Error: /Stage[main]/Ceph::Osds/Ceph::Osd[/srv/data]/Exec[ceph-osd-activate-/srv/data]/returns: change from notrun to 0 failed: Command exceeded timeout (truncated, view all with --long)

Latest response

I was trying to deploy the RHOSP 11 with Ceph storage,

I have successfull heat templates which was successfully deploying cloud with ceph integration ( Hyper-Converged ) still last week. Deployment step got failed in starting of mistral and found Redhat have updated the code, found it through the following link and updated the code.
https://access.redhat.com/solutions/3459241

Followed by, I get error in step 3.1 Ceph Disk activation .
I found the exact error through the command.
"openstack stack failures list overcloud"

overcloud.AllNodesDeploySteps.ComputeDeployment_Step3.1:
resource_type: OS::Heat::StructuredDeployment
physical_resource_id: 12bfa168-8779-431e-a807-3ab4619ea169
status: CREATE_FAILED
status_reason: |
Error: resources[1]: Deployment to server failed: deploy_status_code : Deployment exited with non-zero status code: 6
deploy_stdout: |
Error: Command exceeded timeout
Error: /Stage[main]/Ceph::Osds/Ceph::Osd[/srv/data]/Exec[ceph-osd-activate-/srv/data]/returns: change from notrun to 0 failed: Command exceeded timeout
(truncated, view all with --long)

Is there anything I have to change in the new code or any configuration mismatches.

Any help would be greatly appreciated.

Thanks in advance!!

Responses