Re: Upgrading Ceph from 17.0 to 17.2 with cephadm orch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



administrator@hvs001:~$ sudo cephadm shell -- ceph versions
[sudo] password for administrator:
Inferring fsid dd4b0610-b4d2-11ec-bb58-d1b32ae31585
Using recent ceph image quay.io/ceph/ceph@sha256:6f2e9e45515e003fb332bbf9302c55d604810ff35978e88b75fe005a5f470f41
{
    "mon": {
        "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3
    },
    "mgr": {
        "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2
    },
    "osd": {
        "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6
    },
    "mds": {
        "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2
    },
    "overall": {
        "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13
    }
}


administrator@hvs002:~$ sudo cephadm shell -- ceph versions
[sudo] password for administrator:
Inferring fsid dd4b0610-b4d2-11ec-bb58-d1b32ae31585
Using recent ceph image quay.ceph.io/ceph-ci/ceph@sha256:3cf8e17ae80444cda3aa8872a36938b3e2b62fa564f29794773762406f9420d7
{
    "mon": {
        "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3
    },
    "mgr": {
        "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2
    },
    "osd": {
        "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6
    },
    "mds": {
        "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2
    },
    "overall": {
        "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13
    }
}


administrator@hvs003:~$ sudo cephadm shell -- ceph versions
[sudo] password for administrator:
Inferring fsid dd4b0610-b4d2-11ec-bb58-d1b32ae31585
Using recent ceph image quay.ceph.io/ceph-ci/ceph@sha256:9ae9c909a1fab55992ee55acb707f26396fa2c9a707920a8d15ab60cb3092432
{
    "mon": {
        "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3
    },
    "mgr": {
        "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2
    },
    "osd": {
        "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6
    },
    "mds": {
        "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2
    },
    "overall": {
        "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13
    }
}




> -----Oorspronkelijk bericht-----
> Van: Neha Ojha <nojha@xxxxxxxxxx>
> Verzonden: vrijdag 29 april 2022 18:21
> Aan: Dominique Ramaekers <dominique.ramaekers@xxxxxxxxxx>
> CC: ceph-users@xxxxxxx
> Onderwerp: Re:  Re: Upgrading Ceph from 17.0 to 17.2 with
> cephadm orch
> 
> Can you check what "ceph versions" reports?
> 
> On Fri, Apr 29, 2022 at 9:15 AM Dominique Ramaekers
> <dominique.ramaekers@xxxxxxxxxx> wrote:
> >
> > Hi,
> >
> > I never got a reply on my question. I can't seem to find how I upgrade the
> cephadm shell docker container.
> >
> > Any ideas?
> >
> > Greetings,
> >
> > Dominique.
> >
> >
> > > -----Oorspronkelijk bericht-----
> > > Van: Dominique Ramaekers <dominique.ramaekers@xxxxxxxxxx>
> > > Verzonden: woensdag 27 april 2022 11:24
> > > Aan: ceph-users@xxxxxxx
> > > Onderwerp:  Upgrading Ceph from 17.0 to 17.2 with
> > > cephadm orch
> > >
> > > Hi,
> > >
> > > I've upgraded my cluster using 'ceph orch upgrade start --image
> > > quay.io/ceph/ceph:v17' in cephadm shell.
> > >
> > > All went great. 'Ceph tell osd.N version' reports the updated
> > > version 17.2.0 (Quincy, Stable).
> > >
> > > Only it seems that the ceph docker image on the initiated host is
> > > updated, the other aren't.
> > >
> > > 'ceph -v' on host 1: ceph version 17.2.0
> > > (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)
> > >
> > > 'ceph -v' on other hosts: ceph version 17.0.0-11466-g05d49126
> > > (05d4912683434694ddcdd683773ee5a3e0466249) quincy (dev)
> > >
> > > Initiating the upgrade on the other hosts doesn't upgrade the ceph
> > > docker image...
> > >
> > > Please advise.
> > >
> > > Thanks in advance.
> > >
> > > Dominique.
> > > _______________________________________________
> > > ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an
> > > email to ceph-users-leave@xxxxxxx
> > _______________________________________________
> > ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an
> > email to ceph-users-leave@xxxxxxx
> >

_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx



[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux