[Deepsea-users] stage 1 errors on Azure

Joel Zhou joel.zhou at suse.com
Wed Sep 19 00:35:04 MDT 2018


Hi Kevin,

My short answer is,

Step 1, before stage 0, check your salt-api service on salt-master node first.
```bash
zypper install -y salt-api
systemctl enable salt-api.service
systemctl start salt-api.service
```
Step 2, make sure NTP service works correctly on all nodes, which means time synchronized correctly on all nodes.
Step 3, reboot all your nodes, if acceptable. In case of kernel updated somehow.
Step 4, then you have to start over again from stage 0 to 5.

Basically, deepsea is a bunch of salt scripts, and salt based on python2 and/or python3.
I have no clues about your whole running stack, so assume SLES 12 sp3 + SES 5, which works fine and supported.
More info would be helpful, and also your purpose, such as for practice on your own, or for PoC/testing to meet customer’s demands.

Regards,

--
Joel Zhou 周维伟
Senior Storage Technologist, APJ

Mobile: +86 18514577601
Email: joel.zhou at suse.com

From: <deepsea-users-bounces at lists.suse.com> on behalf of Kevin Ayres <kevin.ayres at suse.com>
Reply-To: Discussions about the DeepSea management framework for Ceph <deepsea-users at lists.suse.com>
Date: Tuesday, September 18, 2018 at 4:49 PM
To: "deepsea-users at lists.suse.com" <deepsea-users at lists.suse.com>
Subject: [Deepsea-users] stage 1 errors on Azure

Hey guys, I can’t seem to get past stage 1. Stage 0 complete successfully. Same output with deepsea command. The master and minion service are running and bidirectional host resolution are good. Keys are all accepted. From what I can determine, the default files are not created by stage 0 for some reason. Thoughts? What I’m seeing is that it fails to create the /srv/pillar/ceph/proposals

I’m running through this doc line by line: https://www.suse.com/documentation/suse-enterprise-storage-5/singlehtml/book_storage_deployment/book_storage_deployment.html#deepsea.cli

~ Kevin


salt:~ # salt-run state.orch ceph.stage.discovery

salt-api                 : ["Salt API is failing to authenticate - try 'systemctl restart salt-master': list index out of range"]

deepsea_minions          : valid

master_minion            : valid

ceph_version             : valid

[ERROR   ] No highstate or sls specified, no execution made

salt_master:

----------

          ID: salt-api failed

    Function: salt.state

        Name: just.exit

      Result: False

     Comment: No highstate or sls specified, no execution made

     Started: 22:30:53.628882

    Duration: 0.647 ms

     Changes:



Summary for salt_master

------------

Succeeded: 0

Failed:    1

------------

Total states run:     1

Total run time:   0.647 ms

salt:~ # !tail
tail -f /var/log/salt/master
2018-09-18 22:29:08,797 [salt.loaded.ext.runners.validate][WARNING ][8499] role-igw/cluster/igw*.sls matched no files
2018-09-18 22:29:08,797 [salt.loaded.ext.runners.validate][WARNING ][8499] role-openattic/cluster/salt.sls matched no files
2018-09-18 22:29:08,797 [salt.loaded.ext.runners.validate][WARNING ][8499] config/stack/default/global.yml matched no files
2018-09-18 22:29:08,798 [salt.loaded.ext.runners.validate][WARNING ][8499] config/stack/default/ceph/cluster.yml matched no files
2018-09-18 22:29:08,798 [salt.loaded.ext.runners.validate][WARNING ][8499] cluster/*.sls matched no files
2018-09-18 22:29:08,798 [salt.loaded.ext.runners.validate][WARNING ][8499] stack/default/ceph/minions/*.yml matched no files
2018-09-18 22:29:08,822 [salt.state       ][ERROR   ][8499] No highstate or sls specified, no execution made
2018-09-18 22:29:52,472 [salt.transport.ipc][ERROR   ][5672] Exception occurred while handling stream: [Errno 0] Success
2018-09-18 22:29:56,797 [salt.state       ][ERROR   ][8759] No highstate or sls specified, no execution made
2018-09-18 22:30:53,629 [salt.state       ][ERROR   ][9272] No highstate or sls specified, no execution made


There’s also some issue with the salt-minion.service:
● salt-minion.service - The Salt Minion
   Loaded: loaded (/usr/lib/systemd/system/salt-minion.service; enabled; vendor preset: disabled)
   Active: active (running) since Tue 2018-09-18 22:46:54 UTC; 12s ago
 Main PID: 11082 (salt-minion)
…
.....
Sep 18 22:46:54 salt systemd[1]: Started The Salt Minion.
Sep 18 22:47:00 salt salt-minion[11082]: [ERROR   ] Function cephimages.list in mine_functions failed to execute


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.suse.com/pipermail/deepsea-users/attachments/20180919/ff83c7ef/attachment.htm>


More information about the Deepsea-users mailing list