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

ceph version 14.2.3-349-g7b1552ea82 (7b1552ea827cf5167b6edbba96dd1c4a9dc16937) nautilus (stable) `salt-run osd.remove $id` uses `ceph-volume lvm zap --osd-id $id --destroy` to zap a disk remotely on the minion. In previous releases we expected a...

bug

`salt-run --no-color state.orch ceph.functests.3nodes` fails reproducably with: ``` 2019-09-13T15:40:50.841 INFO:teuthology.orchestra.run.target-ses-070.stdout:---------- 2019-09-13T15:40:50.841 INFO:teuthology.orchestra.run.target-ses-070.stdout: ID: Rebuilding on rebuild.node test 2019-09-13T15:40:50.841 INFO:teuthology.orchestra.run.target-ses-070.stdout: Function: salt.runner 2019-09-13T15:40:50.841 INFO:teuthology.orchestra.run.target-ses-070.stdout: Name: rebuild.node 2019-09-13T15:40:50.842 INFO:teuthology.orchestra.run.target-ses-070.stdout: Result: False 2019-09-13T15:40:50.842...

bug

When running a salt-run rebuild.node operation which fails before unmounting the drive but after zapping it we have stale data from `osd.list`(minion module). The `osd.remove` func will raise an Exception...

enhancement

https://github.com/SUSE/DeepSea/blob/0101f091fac0cc43c0343361cfe4fa88195a2dbb/srv/modules/runners/disks.py#L41

### Description of Issue/Question After running make install on Ubuntu, there is no `salt:salt` user/group pair created. However stage 2 fails so maybe they are needed? ### Setup ``` #...

### Description of Issue/Question make install fails on Archlinux. ### Setup ### Steps to Reproduce Issue ``` Traceback (most recent call last): File "/usr/sbin/salt-api", line 4, in from salt.scripts import...

```python tf-salt-master:/srv/salt # python Python 2.7.9 (default, Dec 21 2014, 11:02:59) [GCC] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import salt.utils.network >>> import socket >>>...

question

### Description of Issue/Question Since GMC2 the btrfs volume step as documented in the official deployment and admin guides fails (i.e. the instruction to run "root@master # salt-run state.orch ceph.migrate.subvolume")....

Transferred from https://bugzilla.suse.com/show_bug.cgi?id=1136698 ``` # deepsea Traceback (most recent call last): File "/usr/bin/deepsea", line 11, in load_entry_point('deepsea==0.9.20+git.0.7113d8fd7', 'console_scripts', 'deepsea')() File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 484, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py",...

Problem: --------- Deepsea salt module contains complete paths to access files, e.g. policy.cfg: https://github.com/SUSE/DeepSea/blob/v0.7.32/srv/modules/runners/validate.py#L729 With this it is not possible to use salts 'ROOT_DIR' option.

enhancement
priority