Bug 1563553 - [Doc][Ubuntu Upgrade guide] - need change in ceph-ansible upgrade command
Summary: [Doc][Ubuntu Upgrade guide] - need change in ceph-ansible upgrade command
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Documentation
Version: 3.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: rc
: 3.*
Assignee: Erin Donnelly
QA Contact: ceph-qe-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-04-04 07:33 UTC by Parikshith
Modified: 2019-08-26 06:55 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-26 06:55:39 UTC
Embargoed:


Attachments (Terms of Use)

Description Parikshith 2018-04-04 07:33:00 UTC
Description of problem:

"sudo apt-get upgrade ceph-ansible" tries to upgrade ceph packages along with ceph-ansible and errors out. Needs command change in 3.x ubuntu upgrade guide as mentioned below:

From:
If upgrading from Ceph 3.x to the latest version, on the Ansible administration node, ensure the latest version of the ceph-ansible package is installed.

[root@admin ~]$ sudo apt-get upgrade ceph-ansible

To: 
From:
If upgrading from Ceph 3.x to the latest version, on the Ansible administration node, ensure the latest version of the ceph-ansible package is installed.

[root@admin ~]$ sudo apt-get install ceph-ansible

Additional info:

Can combine this change with the previous point in the upgrade guide since both will use same command. ie "sudo apt-get install ceph-ansible"

Comment 3 Ken Dreyer (Red Hat) 2018-04-04 16:18:05 UTC
What is the exact error you get when upgrading the ceph-ansible package with "apt-get upgrade"?


Note You need to log in before you can comment on or make changes to this bug.