Hi,
I have created a VM called vdiccalamari where I'm trying to install the calamari server in order to view ceph status from a gui:
[vdicceph@vdicnode01 ceph]$ sudo ceph status
cluster 656e84b2-9192-40fe-9b81-39bd0c7a3196
health HEALTH_OK
monmap e2: 1 mons at {vdicnode01=192.168.100.101:6789/0}
election epoch 11, quorum 0 vdicnode01
mgr active: vdicnode01
osdmap e52: 2 osds: 2 up, 2 in
flags sortbitwise,require_jewel_osds,require_kraken_osds
pgmap v2312: 192 pgs, 2 pools, 4171 MB data, 1052 objects
8438 MB used, 63204 MB / 71642 MB avail
192 active+clean
But when I try to install calamari from admin-server (in my case vdicnode01 as well) I get the following error:
[vdicceph@vdicnode01 ceph]$ ceph-deploy --username vdicceph calamari connect vdiccalamari.local
[ceph_deploy.conf][DEBUG ] found configuration file at: /home/vdicceph/.cephdeploy.conf
[ceph_deploy.cli][INFO ] Invoked (1.5.38): /bin/ceph-deploy --username vdicceph calamari connect vdiccalamari.local
[ceph_deploy.cli][INFO ] ceph-deploy options:
[ceph_deploy.cli][INFO ] username : vdicceph
[ceph_deploy.cli][INFO ] verbose : False
[ceph_deploy.cli][INFO ] overwrite_conf : False
[ceph_deploy.cli][INFO ] subcommand : connect
[ceph_deploy.cli][INFO ] quiet : False
[ceph_deploy.cli][INFO ] cd_conf : <ceph_deploy.conf.cephdeploy.Conf instance at 0x25b2290>
[ceph_deploy.cli][INFO ] cluster : ceph
[ceph_deploy.cli][INFO ] master : None
[ceph_deploy.cli][INFO ] func : <function calamari at 0x259d2a8>
[ceph_deploy.cli][INFO ] ceph_conf : None
[ceph_deploy.cli][INFO ] hosts : ['vdiccalamari.local']
[ceph_deploy.cli][INFO ] default_release : False
[vdiccalamari.local][DEBUG ] connection detected need for sudo
[vdiccalamari.local][DEBUG ] connected to host: vdicceph@vdiccalamari.local
[vdiccalamari.local][DEBUG ] detect platform information from remote host
[vdiccalamari.local][DEBUG ] detect machine type
[ceph_deploy.calamari][INFO ] Distro info: CentOS Linux 7.3.1611 Core
[ceph_deploy.calamari][INFO ] assuming that a repository with Calamari packages is already configured.
[ceph_deploy.calamari][INFO ] Refer to the docs for examples (http://ceph.com/ceph-deploy/docs/conf.html)
[vdiccalamari.local][DEBUG ] creating config dir: /etc/salt/minion.d
[vdiccalamari.local][DEBUG ] creating the calamari salt config: /etc/salt/minion.d/calamari.conf
[vdiccalamari.local][INFO ] Running command: sudo yum -y install salt-minion
[vdiccalamari.local][DEBUG ] Loaded plugins: fastestmirror
[vdiccalamari.local][DEBUG ] Loading mirror speeds from cached hostfile
[vdiccalamari.local][DEBUG ] * base: mirror.airenetworks.es
[vdiccalamari.local][DEBUG ] * epel: mirror.airenetworks.es
[vdiccalamari.local][DEBUG ] * extras: mirror.airenetworks.es
[vdiccalamari.local][DEBUG ] * updates: mirror.airenetworks.es
[vdiccalamari.local][DEBUG ] Package salt-minion-2015.5.10-2.el7.noarch already installed and latest version
[vdiccalamari.local][DEBUG ] Nothing to do
[vdiccalamari.local][INFO ] Running command: sudo yum -y install diamond
[vdiccalamari.local][DEBUG ] Loaded plugins: fastestmirror
[vdiccalamari.local][DEBUG ] Loading mirror speeds from cached hostfile
[vdiccalamari.local][DEBUG ] * base: mirror.airenetworks.es
[vdiccalamari.local][DEBUG ] * epel: mirror.airenetworks.es
[vdiccalamari.local][DEBUG ] * extras: mirror.airenetworks.es
[vdiccalamari.local][DEBUG ] * updates: mirror.airenetworks.es
[vdiccalamari.local][DEBUG ] No package diamond available.
[vdiccalamari.local][WARNIN] Error: Nothing to do
[vdiccalamari.local][ERROR ] RuntimeError: command returned non-zero exit status: 1
[ceph_deploy][ERROR ] RuntimeError: Failed to execute command: yum -y install diamond
I have googled but I have not been able to find the diamond package. Anybody has experienced the same issue?
Thanks a lot.
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com