He's asking how NOT to upgrade Ceph, but to update the rest of the packages on his system. In Ubuntu, you have to type `apt-get dist-upgrade` instead of just `apt-get upgrade` when you want to upgrade ceph. That becomes a problem when trying to update the kernel, but not too bad. I think in CentOS you need to do something like `yum update --exclude=ceph*`. You should also be able to disable the packages in the repo files and make it so that you have to include the packages to update the ceph packages.
On Wed, Apr 26, 2017 at 1:12 PM German Anders <[email protected]> wrote: > Hi Massimiiano, > > I think you best go with the upgrade process from Ceph site, take a look > at it, since you need to do it in an specific order: > > 1. the MONs > 2. the OSDs > 3. the MDS > 4. the Object gateways > > http://docs.ceph.com/docs/master/install/upgrading-ceph/ > > it's better to do it like that and get things fine :) > > hope it helps, > > Best, > > > *German Anders* > > > 2017-04-26 11:21 GMT-03:00 Massimiliano Cuttini <[email protected]>: > >> On a Ceph Monitor/OSD server can i run just: >> >> *yum update -y* >> >> in order to upgrade system and packages or did this mess up Ceph? >> >> _______________________________________________ >> ceph-users mailing list >> [email protected] >> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com >> >> > _______________________________________________ > ceph-users mailing list > [email protected] > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com >
_______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
