-
Bug
-
Resolution: Done
-
Normal
-
rhos-18.0.z
-
None
-
False
-
-
False
-
?
-
rhos-storage-integration
-
None
-
-
-
-
-
Moderate
To Reproduce Steps to reproduce the behavior:
- Follow the doc to integrate Ceph to RHOSO. https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/configuring_persistent_storage/assembly_configuring-red-hat-ceph-storage-as-the-backend-for-rhosp-storage#proc_ceph-configuring-data-plane-to-use-ceph_ceph-back-end
- At Chapter 3.5 the command to confirm the "Results" is not valid.
- podman exec libvirt_virtsecretd virsh secret-get-value $FSID
Expected behavior
- Be able to validate the results with the proper command(s).
Device Info (please complete the following information):
-
- RHOSO
Bug impact
- Confusion with the procedure success.
Known workaround
- Run the command out of a container.
- (ocp client) $ FSID=$(oc get secret ceph-conf-files -o json | jq -r '.data."ceph.conf"' | base64 -d | grep fsid | sed -e 's/fsid = //')
- (compute_node)$ sudo virsh secret_get_value $FSID