Project

General

Profile

Actions

Bug #4823

closed

ceph-deploy: install not implemented for RHEL 6.3

Added by Tamilarasi muthamizhan almost 11 years ago. Updated almost 11 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
-
Category:
ceph-deploy
Target version:
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

tamil@ubuntu:~/ceph-deploy-latest/rhel/ceph-deploy$ ./ceph-deploy install --dev=next burnupi27 burnupi28
ceph-deploy: Platform is not supported: RedHatEnterpriseServer Santiago

tamil@ubuntu:~/ceph-deploy-latest/rhel/ceph-deploy$ cat ceph.log
2013-04-25 16:20:37,943 ceph_deploy.new DEBUG Creating new cluster named ceph
2013-04-25 16:20:37,944 ceph_deploy.new DEBUG Resolving host burnupi27
2013-04-25 16:20:51,735 ceph_deploy.new DEBUG Creating new cluster named ceph
2013-04-25 16:20:51,735 ceph_deploy.new DEBUG Resolving host burnupi27.front.sepia.ceph.com
2013-04-25 16:20:51,923 ceph_deploy.new DEBUG Monitor burnupi27 at 10.214.135.36
2013-04-25 16:20:51,923 ceph_deploy.new DEBUG Resolving host burnupi28.front.sepia.ceph.com
2013-04-25 16:20:51,926 ceph_deploy.new DEBUG Monitor burnupi28 at 10.214.135.34
2013-04-25 16:20:51,926 ceph_deploy.new DEBUG Monitor initial members are ['burnupi27', 'burnupi28']
2013-04-25 16:20:51,926 ceph_deploy.new DEBUG Monitor addrs are ['10.214.135.36', '10.214.135.34']
2013-04-25 16:20:51,926 ceph_deploy.new DEBUG Creating a random mon key...
2013-04-25 16:20:51,926 ceph_deploy.new DEBUG Writing initial config to ceph.conf...
2013-04-25 16:20:51,927 ceph_deploy.new DEBUG Writing monitor keyring to ceph.conf...
2013-04-25 16:21:15,495 ceph_deploy.install DEBUG Installing dev version next on cluster ceph hosts burnupi27 burnupi28
2013-04-25 16:21:15,495 ceph_deploy.install DEBUG Detecting platform for host burnupi27 ...
2013-04-25 16:21:56,058 ceph_deploy.install DEBUG Distro RedHatEnterpriseServer release 6.3 codename Santiago

The install module seems to implemented only for ubuntu,debian and centos.

Actions #1

Updated by Ian Colle almost 11 years ago

  • Assignee set to Anonymous
Actions #2

Updated by Anonymous almost 11 years ago

  • Status changed from New to Resolved

Resolved with the following commit:

commit c32a80a20ad2e29bf05bb67a244bbc995a31a606
Author: Gary Lowell <>
Date: Fri Apr 26 16:16:12 2013 -0700

install.py:  Use centos install for redhat.
When installing on RedHat distrbutions use yum and the Centos
Ceph packages.
Signed-off-by: Gary Lowell  &lt;&gt;
Actions

Also available in: Atom PDF