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

### Description of Issue/Question Remembered a recent conversation about how osd.py logging in particular needs to be improved. Part of the issue is the level of noise with log_debug and...

enhancement

### Description of Issue/Question ### Steps to Reproduce Issue let /srv/pillar/ceph/deepsea_minions.sls point to a non-existent target e.g. ```yaml deepsea_minions: 'nope*' ```` run stage.0 `deepsea stage run ceph.stage.0` will result in...

bug
enhancement
CLI

On DeepSea master branch, if I use the OSD configuration from `qa/osd-config/ovh/bs_dedicated_db.yaml` Stage 3 fails like this: (steps 1-27 succeed) ``` 2018-07-27T14:33:23.495 INFO:teuthology.orchestra.run.target217182143060.stdout:[28/29] Executing state ceph.processes.osd... 2018-07-27T14:33:23.495 INFO:teuthology.orchestra.run.target217182143060.stdout: |_ target217182143060.teuthology:...

bug

### Description of Issue/Question When we have Bluestore with DB+WAL on NVMe and then delete and re-create the OSD the freed up disk space on the NVMe is not re-used...

### Description of Issue/Question It would be really great if we could get a deepsea bash completion that allows to run deepsea command in a simpler way.

enhancement
CLI
low-priority

Fix [check_installed](https://github.com/SUSE/DeepSea/blob/master/srv/modules/runners/validate.py#L749) and [check_available](https://github.com/SUSE/DeepSea/blob/master/srv/modules/runners/validate.py#L772) to only query for the ceph_common package, not all(?) packages. Should be a method parameter.

enhancement
cleanup

salt:~ # deepsea stage run ceph.stage.0 ..... Rebooting to upgrade from kernel 4.4.132-53 to 4.4.138-59.1.x86_64. salt:~ # deepsea stage run ceph.stage.0 Starting stage: ceph.stage.0 Parsing ceph.stage.0 steps... ❌ An error...

### Description of Issue/Question The salt minion faulted/crashed during DeepSea installing process. Logs reported a root cause- ``` Jun 26 20:48:49 masterminion salt-minion[8642]: [WARNING ] The minion function caused an...

### Description of Issue/Question This is specifically on branch 0.8.x currently, but will become an issue on 0.9.x when bluestore encryption is working again there. The migrate subvolume runner fails...

### Description of Issue/Question [WARNING ] Failed to import runners upgrade.cpython-34. Bad magic number. If migrating from Python2 to Python3, remove all .pyc files and try again. I've been getting...