Trying to upgrade to octopus removes current version of ceph release and tries to install older version...
Hi cluster is version 14.2.9 ceph-deploy v2.0.1 using command ceph-deploy install --release octopus mon0 mon1 mon2 result is this command being run: sudo yum remove -y ceph-release which removes this package: ceph-release noarch 1-1.el7 @/ceph-release-1-0.el7.noarch Then it tries to install this older version: Running command: sudo yum install -y https://download.ceph.com/rpm-octopus/el7/noarch/ceph-release-1-0.el7.noarch... Which does not actually exist. Am I doing this wrong?
Nevermind didn't see that Octopus isn't really supported on C7 so I'll just stick with what I have until I want to upgrade to C8. Thanks, -Drew -----Original Message----- From: Drew Weaver <drew.weaver@thenap.com> Sent: Monday, June 8, 2020 1:38 PM To: 'ceph-users@ceph.io' <ceph-users@ceph.io> Subject: [ceph-users] Trying to upgrade to octopus removes current version of ceph release and tries to install older version... Hi cluster is version 14.2.9 ceph-deploy v2.0.1 using command ceph-deploy install --release octopus mon0 mon1 mon2 result is this command being run: sudo yum remove -y ceph-release which removes this package: ceph-release noarch 1-1.el7 @/ceph-release-1-0.el7.noarch Then it tries to install this older version: Running command: sudo yum install -y https://download.ceph.com/rpm-octopus/el7/noarch/ceph-release-1-0.el7.noarch... Which does not actually exist. Am I doing this wrong? _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
participants (1)
-
Drew Weaver