PATCH: make disabling of vfs_snapper consistent with our configure/build system

Andrew Bartlett abartlet at samba.org
Mon Jul 20 23:24:03 UTC 2020


On Mon, 2020-07-20 at 17:01 +0200, David Disseldorp wrote:
> [sorry about the late response. I just returned from vacation]
> 
> Hi Ralph and Björn,

(reply below, much context retained because it is actually really
important context to this issue)

> On Mon, 13 Jul 2020 18:48:50 +0200, Ralph Boehme via samba-technical
> wrote:
> 
> > Hi all!
> > 
> > Am 7/10/20 um 9:44 PM schrieb Björn JACKE:
> > > 
> > > I tried to descibe that in the bug report. Our correct way to
> > > disable shared
> > > modules is to use --with-shared-modules='!module_name'.  That
> > > mechanism gets
> > > broken by 7ae03a19b3ca895ba5f97a6bd4f9539d8daa6e0a. So the new
> > > option
> > > introduced by 7ae03a19b3ca895ba5f97a6bd4f9539d8daa6e0a is not
> > > needed and it
> > > makes our generic mechanism to disable the shared module stop
> > > working.
> > >   
> > > > and configure would just fail if dbus-1 is not available.  
> > > 
> > > that's what it currently also does. This is because in the
> > > discussion it was
> > > desired that this should be a forced enabled feature by default.
> > > Personally I
> > > would prefer forced-enabled features for developer builds if this
> > > is meant to
> > > detect failrures in autobuild. But that's another discussion. In
> > > any case
> > > configure fails (intentionally) with
> > > 7ae03a19b3ca895ba5f97a6bd4f9539d8daa6e0a
> > > and without 7ae03a19b3ca895ba5f97a6bd4f9539d8daa6e0a by default
> > > if dbus-1 is
> > > unavailable.  
> > 
> > of, what a mess! :)
> > 
> > Currently the snapper configure check is the only one of the three
> > (snapper, cephfs, glusterfs) VFS module configure options that
> > implement
> > --enable-NAME=yes "correctly" (as per --enable-XXX configure
> > semantics).
> > 
> > The other ones (ceph, glusterfs) will just silently pass if a
> > dependency
> > is missing, effectively implementing default="auto" behaviour.
> > 
> > I don't think we want all of those modules to fail with a
> > default="true", that would result in too much configure churn while
> > user's configure runs fail one after the other, forcing them to add
> > --disable-XXX to the configure invocation.
> > 
> > I guess we should just default to "auto" for all three modules.
> > 
> > Here's a MR that implements this:
> > 
> > https://gitlab.com/samba-team/samba/-/merge_requests/1461
> > 
> > If we decide that we really want all three modules to use and
> > enforce a
> > default value of "true", this can be achieved by merely switching
> > the
> > defaults in the above MR.
> > 
> > Thoughts?
> 
> When discussing 7ae03a19b3ca895ba5f97a6bd4f9539d8daa6e0a, Andrew and
> I
> both agreed that "auto" behaviour is undesirable, as it leads to the
> kinds of inconsistent build results carried in Matt's initial report
> at https://bugs.gentoo.org/721320 .
> 
> I don't feel strongly as to whether or not vfs_snapper should be
> built
> by default. https://gitlab.com/samba-team/samba/-/merge_requests/1335
> eventually saw it enabled by default, with clear documentation on how
> it can be disabled at configured time.
> 
> Given that Björn's initial complaint was with the inconsistent /
> broken
> --with-shared-modules='!module_name' behaviour, would it be okay if
> we
> just fix --with-shared-modules='!vfs_snapper' and drop
> --enable/disable-snapper?
> 
> Either way, it'd be nice to wait for Andrew's input here too.

Thanks David. 

**
I totally agree we should have consistent behaviour.  I also agree with
this approach.
**

As to 'auto' options, my position, and one that I thought we had agreed
(it was written into BUILD_SYSTEMS.txt before that was removed, now in
the wscript and source3/wscript) is that Samba should require all
'optional' libraries by default.

The reason, as seen here, is that auto behaviour creates a difficult
issue for packagers.  Because packaging is a particular skill set, and
there are a lot of small distributions most of our packagers (with
exceptions of course) are not Samba experts.  The lack of a build
output (eg a .so) may be the only indication they get that a feature
has vanished when they package a new version of Samba.  

This is why auto-magic dependencies are a problem, even for non-
developer builds.

This appears to be a broad concern, these reasons apply beyond just
Gentoo:
https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Automagic_dependencies

Furthermore, in the real world my recollection is that it has really
happened that the first this is noticed is when an end user finds their
package is using a workaround (eg lp* based printing vs CUPS) or is
missing a feature altogether.

I realise that it is annoying for a individual systems administrator
who is building Samba, particularly on a non-linux platform, to have to
turn off many of our optional features first.  

This is the reason we agreed that we would spit out an error as early
in the build, not just a late compile failure.  

Thankfully the person in this situation is likely to understand what
they are disabling and know if it matters for their particular install.
Also, we know the vast bulk of Samba users get Samba via a distributor,
so anything to make this more fail-safe is, in my view, worth the
trade-off against the inconvenience of our manual builders.

So, in this case, we certainly should make the behaviour consistent.  I
don't mind if it is --enable/--disable or otherwise, as long as it is
never 'auto', and the correct option to disable is listed in the error
text.

We should also work harder to get our options code in common - we have
subtly different code in wscript vs source3/wscript!

Thanks,

Andrew Bartlett
-- 
Andrew Bartlett                       https://samba.org/~abartlet/
Authentication Developer, Samba Team  https://samba.org
Samba Developer, Catalyst IT          
https://catalyst.net.nz/services/samba






More information about the samba-technical mailing list