ceph-salt icon indicating copy to clipboard operation
ceph-salt copied to clipboard

Deploy Ceph clusters using cephadm

Results 41 ceph-salt issues
Sort by recently updated
recently updated
newest added

When you run `ceph-salt update`, it goes off and installs all available package updates. This may include updates to salt itself. If there are salt updates, the salt minions will...

usability

[root@master ~]# ceph-salt status Failed to check if ceph orch is configured on minion 'master' [root@master ~]# cat /etc/redhat-release CentOS Linux release 8.5.2111 [root@master ~]# uname -a Linux master 4.18.0-348.el8.aarch64...

https://github.com/ceph/ceph-salt/blob/4f44d1b1847998f6b5d4447ce00ab1a47bd6ca98/ceph-salt-formula/salt/_states/ceph_orch.py#L108-L110 compare that to * https://github.com/ceph/cephadm-ansible/pull/50 * https://github.com/ceph/ceph/pull/44810

As a pre-flight check before "apply", ceph-salt should check what each host returns for ``` socket.gethostbyname(socket.gethostname()) ``` If the value returned by this looks like a loopback address (IPv4 or...

enhancement

Thanks to https://github.com/ceph/ceph-salt/pull/408 we are getting more information on cmd.run failures, but only in CursesRenderer. Add this nice additional output to TerminalRenderer as well.

enhancement

From @Martin-Weiss ". . . add a function to ceph-salt that can detect version differences of modules.. (ceph salt brings new modules so it should also be able to verify...

enhancement

If "zypper ps -s" is not clean on all nodes, `ceph-salt apply` should not initiate the Salt Formula.

low-hanging-fruit

Currently, when "cephadm bootstrap" fails, `ceph-salt deploy` reports the failure like this: ``` admin: [2020-03-06 15:21:46.702005] [admin.octopus.co] [STEP ] [BEGIN] Run cephadm bootstrap admin: [2020-03-06 15:25:48.233319] [admin.octopus.co] Finished with failures...

enhancement

https://github.com/ceph/ceph-salt/blob/master/ceph_salt/config_shell.py#L330-L570

documentation
low-hanging-fruit

When repos are not fresh (and sometimes even when they are), zypper occasionally throws a "valid metadata not found at specified URL" error. Salt and ceph-salt could handle this more...

enhancement