cancel
Showing results for 
Search instead for 
Did you mean: 
PKRH
Mission Specialist
Mission Specialist
  • 1,629 Views

RHCS installation

Jump to solution

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

1 Solution

Accepted Solutions
magnuz
Mission Specialist
Mission Specialist
  • 1,599 Views

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


View solution in original post

2 Replies
magnuz
Mission Specialist
Mission Specialist
  • 1,600 Views

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


PKRH
Mission Specialist
Mission Specialist
  • 1,587 Views

@magnuz Thank You!!!

I have few more doubts  

Join the discussion
You must log in to join this conversation.