Re: [ceph-users] Installing calamari on centos 7

2015-05-26 Thread Ignacio Bravo

Shailesh,

I was trying to do the same, but came across several compiling errors, 
that I decided to deploy the Calamari Server on a Centos 6 machine. Even 
then I was not able to finalize the installation.


See:
http://lists.ceph.com/pipermail/ceph-users-ceph.com/2015-May/001543.html
http://lists.ceph.com/pipermail/ceph-users-ceph.com/2015-May/001638.html

Now I feel less lonely in the deployment of Calamari since you are 
already in the same boat as myself.

Please keep me updated on your progress.

IB


On 05/26/2015 11:30 AM, Desai, Shailesh wrote:


All our ceph clusters are on centos 7 and I am trying to install 
calamari on one of the node. I am using instructions from


http://karan-mj.blogspot.fi/2014/09/ceph-calamari-survival-guide.html. 
They are written for centos 6. I tries using them but did not work.


Has anyone tried installing calamari on Centos 7?

Thanks.

Shailesh



___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


--

__
Ignacio Bravo
CFO
LTG Federal, Inc
www.ltgfederal.com
Office: (703) 951-7760
Mobile: (571) 224-6046

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] [Calamari] Permission Denied error

2015-05-22 Thread Ignacio Bravo
] [error] [client 192.168.2.3]   File 
/opt/calamari/venv/lib/python2.6/site-packages/django/db/models/query.py, 
line 90, in __len__
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3] 
self._result_cache = list(self.iterator())
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3]   File 
/opt/calamari/venv/lib/python2.6/site-packages/django/db/models/query.py, 
line 301, in iterator
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3] for row in 
compiler.results_iter():
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3]   File 
/opt/calamari/venv/lib/python2.6/site-packages/django/db/models/sql/compiler.py, 
line 775, in results_iter
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3] for rows in 
self.execute_sql(MULTI):
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3]   File 
/opt/calamari/venv/lib/python2.6/site-packages/django/db/models/sql/compiler.py, 
line 839, in execute_sql
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3] cursor = 
self.connection.cursor()
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3]   File 
/opt/calamari/venv/lib/python2.6/site-packages/django/db/backends/__init__.py, 
line 326, in cursor
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3] cursor = 
util.CursorWrapper(self._cursor(), self)
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3]   File 
/opt/calamari/venv/lib/python2.6/site-packages/django/db/backends/postgresql_psycopg2/base.py, 
line 182, in _cursor
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3] self.connection 
= Database.connect(**conn_params)
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3]   File 
/opt/calamari/venv/lib/python2.6/site-packages/psycopg2/__init__.py, 
line 164, in connect
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3] conn = 
_connect(dsn, connection_factory=connection_factory, async=async)
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3] 
OperationalError: could not connect to server: Permission denied
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3] \tIs the server 
running on host localhost and accepting
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3] \tTCP/IP 
connections on port 5432?
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3] could not 
connect to server: Permission denied
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3] \tIs the server 
running on host localhost and accepting
[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3] \tTCP/IP 
connections on port 5432?

[Sat May 23 00:06:49 2015] [error] [client 192.168.2.3]




--

__
Ignacio Bravo
LTG Federal, Inc
www.ltgfederal.com
Office: (703) 951-7760
Mobile: (571) 224-6046

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] [Calamari] Build Calamari for Centos 7 nodes

2015-05-19 Thread Ignacio Bravo

All,

I have looked at the various guides in ceph.com related to building and 
deploying Calamari, and they will build the RPMs based on CentOS 6 or 
Red Hat 7, but not CentOS 7.


I have no problem with the OS of the Calamari server, as I am thinking 
in creating a VM for this, and Ubuntu or Centos will work either way, 
although I already have a Centos 7 server that would prefer to install into.


But my big issue are the ceph nodes, as they are currently running on 
CentOS 7 and the RPM created for Calamari via Vagrant are based on 
CentOS 6. Can I drop the CentOS 6 RPM and expect them to work, or shall 
I build new CentOS 7 RPMs? If the later, does anyone has instructions on 
how to do so?


I created a new Vagrant machine based on C7 but the compilation 
finalized with errors, thus my interest in hearing your comments.


Thanks,
IB

--

__
Ignacio Bravo
LTG Federal, Inc
www.ltgfederal.com
Office: (703) 951-7760
Mobile: (571) 224-6046

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com