JimSermersheim

Results 4 issues of JimSermersheim

Currently, com.suse.salt.netapi.utils.SaltErrorUtils will look for two classes of errors (FunctionNotAvailable, ModuleNotSupported). There are other classes that could be handled (I don't remember the circumstances for all of these, and some...

I have a minion function that can in some conditions return `None`. When this happens, the Result element for the minion is a Result(null) -- in other words, The Result's...

There are times where we want to use the [Salt Caller Client](https://docs.saltproject.io/en/latest/ref/clients/index.html#salt-caller) to directly invoke a minion function on the local minion (bypassing the master). I'm not sure that the...

Are there any known issues around slow processing speeds with larger specifications? I have a spec with around something like 290 operations and 136 models. It takes around 45 minutes...