DeepSea icon indicating copy to clipboard operation
DeepSea copied to clipboard

A collection of Salt files for deploying, managing and automating Ceph.

Results 101 DeepSea issues
Sort by recently updated
recently updated
newest added

After repeatingly hitting bugs in that area, we should make sure to avoid that in the future by adding tests. See: https://trello.com/c/7uu9MgNa/32-add-unit-func-tests-for-the-engulfment-process

QA
priority

### Description of Issue/Question After finding bugs in there, it's time to add unittests.

QA
priority

### Description of Issue/Question On an openSUSE Leap 15.0 machine without Python 2 installed: ``` smithfarm@vanguard2:~/DeepSea> make test sed "s/DEVVERSION/"0.9.6+142.g613db952"/" setup.py.in > setup.py tox -e py27 GLOB sdist-make: /home/smithfarm/DeepSea/setup.py py27...

### Description of Issue/Question When executing any DeepSea stage the following warnings are outputted: ``` [WARNING ] Ignoring pillar stack template "default/global.yml": can't find from root dir "/srv/pillar/ceph/stack" [WARNING ]...

bug

Running `salt-run state.orch ceph.purge` does not remove Prometheus nor Grafana. We should add that. :)

bug

User Sebastian reports: deepsea get stuck in stage.4 during RGW configuration/testing: ``` 2017-10-05 09:27:10,154 [salt.state ][ERROR ][5272] Run failed on minions: ses-node01 Failures: ses-node01: Name: install rgw - Function: pkg.installed...

question

This was originally reported in the openATTIC issue tracker as [OP-2703](https://tracker.openattic.org/browse/OP-2703): > Graphs for the pools are showing double the write IOPS that are actually being produced. Read IOPS are...

question

In case we need to repair a cluster that is currently broken (one monitor corrupt / one pool below "min size") the mine.update hangs on the admin node forever, because...

question

clusters can have other realms configured as default which wouldn't map to the name 'default', we need to create users for the configured default realm. So in a non multisite...

priority

When running through the DeepSea processes it is required to adjust some things with override files before running states. These files do not exist right after the RPM installation and...

feature