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

`srv/modules/runners/benchmark.py` does this: ``` master_minion = local_client.cmd( 'I@roles:master', 'pillar.get', ['master_minion'], expr_form='compound').items()[0][1] ``` ...but we don't set master_minion in the pillar data anymore. This needs to be changed to something like...

### Description of Issue/Question ### Setup (Please provide relevant configs and/or SLS files (Be sure to remove sensitive info).) A cluster with SSD/NVME/HDD ``` python {'/dev/sdb': {'db': '/dev/nvme0n1', 'db_size': '500m',...

### Description of Issue/Question When I deploy a cluster with the following alternative defaults in the pillar: ``` tuned_mgr_init: default-off tuned_mon_init: default-off tuned_osd_init: default-off ``` my expectation is that nothing...

bug

### Description of Issue/Question follow up of bsc#1093891 Codechange: * Add Files from $subject * Also make sure to adjust the permissions during installation (Makefile) Doc: * Add a statement...

priority

### Description of Issue/Question ``` # salt-run validate.pillar cluster=ceph Exception occurred in runner validate.pillar: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/salt/client/mixins.py", line 395, in _low data['return'] = self.functions[fun](*args, **kwargs) File...

### Description of Issue/Question See: https://paste.opensuse.org/view//5375131 For relevant output ### Steps to Reproduce Issue Make sure that atleast one minion will be rebooted (either by adding a new kernel version,...

bug

### Description of Issue/Question Running `export DEV_ENV=true; sudo salt-run state.orch ceph.stage.0` gets a `mines` state failure. How can I troubleshoot and resolve this issue / any pointers? ### Setup (Please...

``` salt-run net.ping [WARNING ] Unable to find IPv6 record for "admin" causing a 10 second timeout when rendering grains. Set the dns or /etc/hosts for IPv6 to clear this....

bug

### Description of Issue/Question We have a cluster where we had to do ceph osd reweight-by-utilization due to OSDs filling up "not 100 equal". In this cluster we are now...

bug

### Description of Issue/Question @jtlayton is right now [working](https://github.com/jtlayton/nfs-ganesha/commits/config) on enhancing the reload option to ganesha: It will then also support removing exports. Means that we can then just reload...