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

**i.e. ISO-8859-1:1998 (Latin-1, West Europe):** ![image2020-7-29_15-27-57](https://user-images.githubusercontent.com/14297426/92222277-ab9e3a00-ee96-11ea-855b-43fcae549b0d.png)

bug

Ran `ceph-salt apply`, it got to the point of rebooting various nodes, and I realised there was no way to quit, while the UI was still spinning waiting for those...

enhancement

Currently, if the user sets both `bootstrap_minion` and `bootstrap_mon_ip`, the order in which they are set is important and can affect the outcome. If the user sets `bootstrap_mon_ip` first, and...

enhancement

We can see error messages like that? ``` 2020-07-13T13:07:14.353 INFO:teuthology.orchestra.run.target-ses-060.stdout:Failure in minion: target-ses-060.ecp.suse.de 2020-07-13T13:07:14.359 INFO:teuthology.orchestra.run.target-ses-060.stdout:__id__: download ceph container image 2020-07-13T13:07:14.360 INFO:teuthology.orchestra.run.target-ses-060.stdout:__run_num__: 60 2020-07-13T13:07:14.361 INFO:teuthology.orchestra.run.target-ses-060.stdout:__sls__: ceph-salt.cephtools 2020-07-13T13:07:14.362 INFO:teuthology.orchestra.run.target-ses-060.stdout:changes: 2020-07-13T13:07:14.363 INFO:teuthology.orchestra.run.target-ses-060.stdout: pid:...

If one runs "ceph-salt apply" and then "expand all", one gets a summary, in the form of a tree, of what actions were performed on each minion. This is very...

enhancement

We should have a troubleshooting doc in `ceph-salt`, similar to the one on `cephadm`: https://github.com/ceph/ceph/blob/master/doc/cephadm/troubleshooting.rst

documentation

I use "ceph-salt deploy --non-interactive" a lot and I've noticed that it does not display progress messages reliably. Sometimes a message that definitely was supposed to be issued, is not...

The `ceph-salt deploy` command validates the configuration before starting the deployment, but those validations should also be executed if the user applies the state directly from Salt, e.g.: `salt -G...

ceph-salt-formula
ceph-salt

After updating packages, `ceph-bootstrap` checks if a reboot is needed. ATM this check is only implemented for SUSE (`zypper ps`), but other distributions should also be supported.

feature
ceph-salt-formula

There is a lot of duplicate code to fetch data from the pillar, especially due to all the handling of non-existent keys in the pillar. The objective is to create...

refactoring
ceph-salt-formula