mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
Warn at configure time about bitmap-later
It's superseded by DAFS and is slated for removal post-1.8. Change-Id: Id2c870fb76eeb470bbf393e99654df434b1a1a86 Reviewed-on: http://gerrit.openafs.org/11525 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Reviewed-by: D Brashear <shadow@your-file-system.com>
This commit is contained in:
parent
f7ddab6606
commit
89febdba40
@ -94,7 +94,9 @@ AC_ARG_ENABLE([bitmap-later],
|
|||||||
[AS_HELP_STRING([--enable-bitmap-later],
|
[AS_HELP_STRING([--enable-bitmap-later],
|
||||||
[enable fast startup of file server by not reading bitmap till
|
[enable fast startup of file server by not reading bitmap till
|
||||||
needed])],
|
needed])],
|
||||||
,
|
[AS_IF([test x"$withval" = xyes],
|
||||||
|
[AC_MSG_WARN([bitmap-later is only used by non-demand-attach
|
||||||
|
fileservers. Please migrate to demand-attach instead.])])],
|
||||||
[enable_bitmap_later="no"])
|
[enable_bitmap_later="no"])
|
||||||
AC_ARG_ENABLE([unix-sockets],
|
AC_ARG_ENABLE([unix-sockets],
|
||||||
[AS_HELP_STRING([--disable-unix-sockets],
|
[AS_HELP_STRING([--disable-unix-sockets],
|
||||||
|
Loading…
Reference in New Issue
Block a user