Bug 1324494
Summary: | 2.0: 'calamari-ctl initialize' fails when trying to install calamari via ceph-ansible | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Harish NV Rao <hnallurv> | ||||||
Component: | Calamari | Assignee: | Christina Meno <gmeno> | ||||||
Calamari sub component: | Back-end | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> | ||||||
Status: | CLOSED DUPLICATE | Docs Contact: | |||||||
Severity: | urgent | ||||||||
Priority: | unspecified | CC: | ceph-eng-bugs, hnallurv | ||||||
Version: | 2.0 | ||||||||
Target Milestone: | rc | ||||||||
Target Release: | 2.0 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2016-04-27 15:39:24 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Harish NV Rao
2016-04-06 13:21:58 UTC
Created attachment 1144223 [details]
mon logs file.
Created attachment 1144224 [details]
ceph-ansible files
Harish I believe this error is caused by https://bugzilla.redhat.com/show_bug.cgi?id=1326131 Would you please attempt the following work-around to confirm? On nodes that you intend to be monitors enable the storage-console puddle and cd /etc/yum.repos.d && sudo curl \ http://puddle.ceph.redhat.com/puddles/rhscon/2/latest/RHSCON-2.repo -O yum install salt-minion salt-common then install calamari using ceph-ansible. If the problem disappears you'll know that it's the same problem as in 1326131 Either way would you please let me know here? I had already installed salt-minion. When I tried installing salt-common, it failed saying "No package salt-common available.". I did not find salt-common in http://puddle.ceph.redhat.com/puddles/rhscon/2/2016-04-10.1/RHSCON-2/x86_64/os/Packages/. Logs: ====== [root@magna013 yum.repos.d]# cat RHSCON-2.repo [RHSCON-2] name=RHSCON-2 baseurl=http://puddle.ceph.redhat.com/puddles/rhscon/2/2016-04-10.1/RHSCON-2/$basearch/os gpgcheck=0 enabled=1 [RHSCON-2-debug] name=RHSCON-2 Debuginfo baseurl=http://puddle.ceph.redhat.com/puddles/rhscon/2/2016-04-10.1/RHSCON-2/$basearch/debuginfo gpgcheck=0 enabled=0 [RHSCON-2-sources] name=RHSCON-2 Sources baseurl=http://puddle.ceph.redhat.com/puddles/rhscon/2/2016-04-10.1/RHSCON-2/source gpgcheck=0 enabled=0 [root@magna013 yum.repos.d]# yum install salt-minion salt-common Loaded plugins: fastestmirror, langpacks, priorities, product-id, search-disabled-repos, subscription-manager Loading mirror speeds from cached hostfile Package salt-minion-2015.5.5-1.el7.noarch already installed and latest version No package salt-common available. Nothing to do [root@magna013 yum.repos.d]# *** This bug has been marked as a duplicate of bug 1326131 *** |