Re: Calamari install issues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Michael,

Thanks for the info.

We are running ceph version 0.80.7 so I don't think the 2nd part applies here.

However when I run the salt command on the ceph nodes it fails:

root@hqceph1:~# salt-call state.highstate
[INFO    ] Loading fresh modules for state activity
local:
----------
          ID: states
    Function: no.None
      Result: False
     Comment: No Top file or external nodes data matches found
     Changes:  

Summary
------------
Succeeded: 0
Failed:    1
------------
Total:     1


Something must be missing...however I followed the writeup exactly...and I don't remember encountering any failures along the way :-/


Thanks again,

Shain

On 11/21/14, 1:15 PM, Michael Kuriger wrote:
I had to run "salt-call state.highstate” on my ceph nodes.
Also, if you’re running giant you’ll have to make a small change to get your disk stats to show up correctly.  

/opt/calamari/venv/lib/python2.6/site-packages/calamari_rest_api-0.1-py2.6.egg/calamari_rest/views/v1.py


$ diff v1.py v1.py.ori 

105c105

<                 return kb

---

>                 return kb * 1024

111,113c111,113

<             'used_bytes': to_bytes(get_latest_graphite(df_path('total_used_bytes'))),

<             'capacity_bytes': to_bytes(get_latest_graphite(df_path('total_bytes'))),

<             'free_bytes': to_bytes(get_latest_graphite(df_path('total_avail_bytes')))

---

>             'used_bytes': to_bytes(get_latest_graphite(df_path('total_used'))),

>             'capacity_bytes': to_bytes(get_latest_graphite(df_path('total_space'))),

>             'free_bytes': to_bytes(get_latest_graphite(df_path('total_avail')))




Michael Kuriger 
818-649-7235
MikeKuriger (IM)

From: Shain Miley <smiley@xxxxxxx>
Date: Friday, November 21, 2014 at 8:51 AM
To: "ceph-users@xxxxxxxxxxxxxx" <ceph-users@xxxxxxxxxxxxxx>
Subject: Calamari install issues

Hello all,

I followed the setup steps provided here:

http://karan-mj.blogspot.com/2014/09/ceph-calamari-survival-guide.html

I was able to build and install everything correctly as far as I can tell...however I am still not able to get the server to see the cluster.

I am getting the following errors after I log into the web gui:

4 Ceph servers are connected to Calamari, but no Ceph cluster has been created yet.


The ceph nodes have salt installed and are being managed by the salt-master:

root@calamari:/home/# salt-run manage.up
hqceph1.npr.org
hqceph2.npr.org
hqceph3.npr.org
hqosd1.npr.org

However something still seems to be missing:

root@calamari:/home/#  salt '*' test.ping; salt '*' ceph.get_heartbeats
hqceph1.npr.org:
    True
hqceph2.npr.org:
    True
hqosd1.npr.org:
    True
hqceph3.npr.org:
    True
hqceph1.npr.org:
    'ceph.get_heartbeats' is not available.
hqceph3.npr.org:
    'ceph.get_heartbeats' is not available.
hqceph2.npr.org:
    'ceph.get_heartbeats' is not available.
hqosd1.npr.org:
    'ceph.get_heartbeats' is not available.


Any help trying to move forward would be great!

Thanks in advance,

Shain


--
NPR | Shain Miley| Manager of Systems and Infrastructure, Digital Media | smiley@xxxxxxx | p: 202-513-3649


--
NPR | Shain Miley| Manager of Systems and Infrastructure, Digital Media | smiley@xxxxxxx | p: 202-513-3649
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux