Nathan Cutler
Nathan Cutler
Now that `probe subnets` does not actually create subnets, it should print statistics: ``` $ ho probe subnets Max. delegates: 12 Subnets found for delegates: [1, 2, 3, 4, 8,...
As a pre-flight check before "apply", ceph-salt should check what each host returns for ``` socket.gethostbyname(socket.gethostname()) ``` If the value returned by this looks like a loopback address (IPv4 or...
Thanks to https://github.com/ceph/ceph-salt/pull/408 we are getting more information on cmd.run failures, but only in CursesRenderer. Add this nice additional output to TerminalRenderer as well.
From @Martin-Weiss ". . . add a function to ceph-salt that can detect version differences of modules.. (ceph salt brings new modules so it should also be able to verify...
If "zypper ps -s" is not clean on all nodes, `ceph-salt apply` should not initiate the Salt Formula.
Currently, when "cephadm bootstrap" fails, `ceph-salt deploy` reports the failure like this: ``` admin: [2020-03-06 15:21:46.702005] [admin.octopus.co] [STEP ] [BEGIN] Run cephadm bootstrap admin: [2020-03-06 15:25:48.233319] [admin.octopus.co] Finished with failures...
https://github.com/ceph/ceph-salt/blob/master/ceph_salt/config_shell.py#L330-L570
When repos are not fresh (and sometimes even when they are), zypper occasionally throws a "valid metadata not found at specified URL" error. Salt and ceph-salt could handle this more...
There are two use cases for "ceph-salt export". The first use case is: "I want to export the configuration so I can **import** it later". The second is: "I want...
``` =============================== warnings summary =============================== ceph_salt/config_shell.py:1199 /home/travis/build/ceph/ceph-salt/ceph_salt/config_shell.py:1199: DeprecationWarning: invalid escape sequence \+ var = QuotedString('"') | QuotedString("'") | Word(alphanums + '?;&*$!#,=_\+/.()~@:-%[]') ceph_salt/config_shell.py:1201 /home/travis/build/ceph/ceph-salt/ceph_salt/config_shell.py:1201: DeprecationWarning: invalid escape sequence \- keyword =...