[Deepsea-users] Leap 42.3 with Salt 2016.11.04

David Smith david.smith at pdfcomplete.com
Mon Dec 4 07:23:39 MST 2017


Hi Eric,

Thank you so much for your help.

># salt '*' saltutil.sync_all

Solved the issue with Stage 1.  Forging on ... :)

David


-----Original Message-----
From: deepsea-users-bounces at lists.suse.com [mailto:deepsea-users-bounces at lists.suse.com] On Behalf Of Eric Jackson
Sent: Monday, December 04, 2017 6:48 AM
To: deepsea-users at lists.suse.com
Subject: Re: [Deepsea-users] Leap 42.3 with Salt 2016.11.04

Hi David,
  Whenever Salt gives the 'module.method is not available', there's a few possibilities.  The sync never occurred and the module is missing from the minion.  Give this a try

# salt '*' saltutil.sync_all

  If you see an entry for modules getting updated, then give Stage 2 a try again.  If that does not resolve the problem, then the module may be failing.  
The module normally runs on all minions which includes the master node. So,

# salt-call -l debug proposal.generate 

might show an exception or stack trace.  If not, then

# salt '*' proposal.generate

should show which minion(s) are getting an error.  If only one minion is complaining but the others are fine, suspect that node.  Set log_level: debug in /etc/salt/minion.  Restart the  minion.  Check /var/log/salt/minion for error messages.  Rerun the command above.

At this point, hopefully the problem is resolved.  If we have a failure on Leap, opening an issue on github with your findings would be helpful.

Eric



On Saturday, December 02, 2017 09:42:51 PM David Smith wrote:
> I am trying to use the Leap 42.3 Deepsea install of Ceph as described 
> in the Quick Start Guide.
> 
> Since the current version of Salt hangs in Stage 0, I setup Salt 
> 2016.11.04 before adding and refreshing the repo for luminous and 
> openAttic.  Stage 1 completes successfully, but Stage 2 fails in step 
> 4 with "proposal.generate  is not available" for all the minions except the master.
> 
> I presume that Salt 2016.11.04 minion installs are missing 
> 'proposal.generate'?  What should I do?
> 
> Do you know when Deepsea will be compatible with the current Salt version?
> 
> Thanks,
> 
> David


More information about the Deepsea-users mailing list