search for: ctdb_recmaster_cap

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

2020 Oct 15
1
setlmasterrole in config
...ured 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) manual page. Sorry I didn't see the original message. The samba mailing list has always been far too busy for me...
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
...nd 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, Oct 15, 2020 at 09:01:01AM -0400, Robert Buck via samba wrote: > > Can someone please respond to t...