Hello All,
Hope everyone doing great.
I am currently facing problem while deploying RHCS.
Planning to deply RHOCP + RHODF External with RHCS.
As pe support matrix RHOCP 4.10/4.11 support RHCS 5.1 / 5.1.2
However when i deploy RHCS it install latest version 5.2
How to deploy specific version of RHCS?
Thanks,
PKRH
Hi @PKRH,
To have a particular RHCS version you'll need to specify the `--image` option during the cluster bootstrapping. For instance:
```
cephadm --image REGISTRY_FQDN:PORT/rhceph/rhceph-5-rhel8:TAG ...
```
You can check the specific container tag for each RHCS version in [1].
[1] https://access.redhat.com/solutions/2045583
Hi @PKRH,
To have a particular RHCS version you'll need to specify the `--image` option during the cluster bootstrapping. For instance:
```
cephadm --image REGISTRY_FQDN:PORT/rhceph/rhceph-5-rhel8:TAG ...
```
You can check the specific container tag for each RHCS version in [1].
[1] https://access.redhat.com/solutions/2045583
@magnuz Thank You!!!
I have few more doubts
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.