search for: ctdb_lmaster_capability

Displaying 3 results from an estimated 3 matches for "ctdb_lmaster_capability".

2020 Oct 15
1
setlmasterrole in config
...Thu, 15 Oct 2020 16:37:18 -0400, Robert Buck <robert.buck at som.com> wrote: > Digging in the code I think I figured it out (though untested). Here is my > Ansible fragment. Is this correct for the property names? > > ... > [legacy] > realtime scheduling = false > {% if ctdb_lmaster_capability is defined %} > lmaster capability = {{ ctdb_lmaster_capability }} > {% endif %} > {% if ctdb_recmaster_capability is defined %} > recmaster capability = {{ ctdb_recmaster_capability }} > {% endif %} > ... Yep. That looks good. These options are documented in the ctdb.conf(5) ma...
2020 Oct 15
2
setlmasterrole in config
On Thu, Oct 15, 2020 at 09:01:01AM -0400, Robert Buck via samba wrote: > Can someone please respond to this question? We're unsure how to > persistently set these flags, which are VERY useful for performance from > what we see. We want to ensure that after reboot, particular nodes are > always set on (or others off). From the ctdb/doc/ctdb.1.xml man page file:
2020 Oct 15
0
setlmasterrole in config
Hi Jeremy, and Martin, Digging in the code I think I figured it out (though untested). Here is my Ansible fragment. Is this correct for the property names? ... [legacy] realtime scheduling = false {% if ctdb_lmaster_capability is defined %} lmaster capability = {{ ctdb_lmaster_capability }} {% endif %} {% if ctdb_recmaster_capability is defined %} recmaster capability = {{ ctdb_recmaster_capability }} {% endif %} ... Thanks On Thu, Oct 15, 2020 at 1:09 PM Jeremy Allison <jra at samba.org> wrote: > On Thu, Oc...