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

The time_init setting has been hardcoded into the default global.yml. With the switch to chrony, the entry should be removed and rely on the expectation of the .../ceph/time/default.sls file. This...

enhancement

When in virtual environments, all the disks are rotational. What is the correct command to generate a 1:6 profile with the 60G as the wal/db for the following: lsblk ```...

question

We had a lost OSD on on server (disk broken) and due to that the OSD service is not running. In this scenario we had to execute stage.0 because of...

enhancement

`AttributeError: 'NoneType' object has no attribute 'device' ` It seems that for some reason the md devices we have the root filesystem on are not recognized properly. The os setup...

bug

### Description of Issue/Question We have multiple cases of alternate upgrade paths. The end result is confusion when the step after upgrading the DeepSea rpm fails with a message such...

bug

### Description of Issue/Question Execution of ceph.stage.1 fails with this error: ``` ld4975:~ # deepsea stage run ceph.stage.1 Starting stage: ceph.stage.1 Parsing ceph.stage.1 steps... ✓ [init] validate.saltapi........................................... ✓ (2s) [init]...

### Description of Issue/Question When ever we create new storage profiles we need to assemble the command line for these based on the parameters we can find in "salt-run proposal.help"....

I just wanted to leave this here as a reminder - when performing an upgrade from Ceph "Luminous" to "Mimic", DeepSea might need to take care of disabling and removing...

priority

### Description of Issue/Question When run ``` salt-run state.orch ceph.stage.2 ``` It reports ``` /srv/pillar/ceph/proposals/profile-default/stack/default/ceph/minions/susestor03.yml: could not determine a constructor for the tag 'tag:yaml.org,2002:python/unicode ``` ### Setup (Please provide relevant...

### Description of Issue/Question Mounting an nvme drive did not remove it from the `cephdisks.list` output. ### Steps to Reproduce Issue - create a filesystem (in this case xfs) on...