Hello, from SAMBA 4.9/4.10 there was a big change regarding CTDB. Does anyone have an example configuration, how to configure a CTDB cluster from version 4.10? Is there someone who run CTDB with SAMBA 4.10? Best regards Micha
Hi Micha, On Tue, 9 Jul 2019 10:49:38 +0200, Micha Ballmann via samba wrote:> Hello, > > from SAMBA 4.9/4.10 there was a big change regarding CTDB. Does anyone > have an example configuration, how to configure a CTDB cluster from > version 4.10? > > Is there someone who run CTDB with SAMBA 4.10?We recently rewrote the Linux HA resource agent to handle the configuration / parameter changes: https://github.com/ClusterLabs/resource-agents/pull/1347 It still attempts to support older (< 4.9) versions, so is a little difficult to follow. There's also a hacky deploy-from-source test script at: https://github.com/rapido-linux/rapido/blob/master/autorun/ctdb_cephfs.sh It currently (incorrectly) tries to use chmod for event script enablement, and puts "CTDB_SAMBA_SKIP_SHARE_CHECK=yes" in the wrong place. I'll fix it in the next few days. Cheers, David
On 7/9/19 10:49 AM, Micha Ballmann via samba wrote:> Hello, > > from SAMBA 4.9/4.10 there was a big change regarding CTDB. Does anyone > have an example configuration, how to configure a CTDB cluster from > version 4.10? > > Is there someone who run CTDB with SAMBA 4.10?probably. :) Have you taken a look at the config-migrate.sh script. Running it over a pre 4.9 config and then taking a close look at the config generated by the script gives a quite good overview about what changed and how it's supposed to be. Take a look at the manpages as well, specifically the new man ctdb.conf. -slow -- Ralph Boehme, Samba Team https://samba.org/ Samba Developer, SerNet GmbH https://sernet.de/en/samba/ GPG-Fingerprint FAE2C6088A24252051C559E4AA1E9B7126399E46
No I didnt. Thanks im following your advices. But where can i find the "config-migrate.sh" script? Am 09.07.2019 um 12:15 schrieb Ralph Boehme via samba:> On 7/9/19 10:49 AM, Micha Ballmann via samba wrote: >> Hello, >> >> from SAMBA 4.9/4.10 there was a big change regarding CTDB. Does anyone >> have an example configuration, how to configure a CTDB cluster from >> version 4.10? >> >> Is there someone who run CTDB with SAMBA 4.10? > probably. :) > > Have you taken a look at the config-migrate.sh script. Running it over a > pre 4.9 config and then taking a close look at the config generated by > the script gives a quite good overview about what changed and how it's > supposed to be. Take a look at the manpages as well, specifically the > new man ctdb.conf. > > > -slow >