Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fixup for: Disable cephfs support on architectures where it's not stable (Closes: #940697)
· c4cfc4c7
Mathieu Parent
authored
Sep 19, 2019
c4cfc4c7
Keep building with ceph on armel, armhf, mipsel, s390x
· a899d76d
Mathieu Parent
authored
Sep 19, 2019
a899d76d
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
a899d76d
...
...
@@ -23,7 +23,7 @@ Build-Depends: bison,
libblkid-dev,
libbsd-dev,
libcap-dev [linux-any],
libcephfs-dev [amd64 arm64 i386 mips64el ppc64el ppc64 x32],
libcephfs-dev [amd64 arm64
armel armhf
i386 mips64el
mipsel
ppc64el ppc64
s390x
x32],
libcmocka-dev (>= 1.1.3),
libcups2-dev,
libdbus-1-dev,
...
...
debian/ctdb.install
View file @
a899d76d
...
...
@@ -19,7 +19,7 @@ usr/lib/*/ctdb/ctdb-path
usr/lib/*/
ctdb
/
ctdb_killtcp
usr
/
lib
/*/ctdb/ctdb_lock_helper
usr/lib/*/
ctdb
/
ctdb_lvs
[
linux
-
any
]
usr
/
lib
/*/ctdb/ctdb_mutex_ceph_rados_helper
[
amd64
arm64
armel
armhf
i386
mips64el
mipsel
ppc64el
ppc64
s390x
x32
]
usr
/
lib
/*/ctdb/ctdb_mutex_ceph_rados_helper
usr/lib/*/
ctdb
/
ctdb_mutex_fcntl_helper
usr
/
lib
/*/ctdb/ctdb_natgw
usr/lib/*/
ctdb
/
ctdb_recovery_helper
...
...
@@ -43,5 +43,5 @@ usr/share/man/man5/ctdb.sysconfig.5
usr
/
share
/
man
/
man7
/
ctdb
-
etcd
.7
usr
/
share
/
man
/
man7
/
ctdb
-
statistics
.7
usr
/
share
/
man
/
man7
/
ctdb
-
tunables
.7
[
linux
-
any
]
usr
/
share
/
man
/
man7
/
ctdb_mutex_ceph_rados_helper
.7
[
amd64
arm64
armel
armhf
i386
mips64el
mipsel
ppc64el
ppc64
s390x
x32
]
usr
/
share
/
man
/
man7
/
ctdb_mutex_ceph_rados_helper
.7
usr
/
share
/
man
/
man7
/
ctdb
.7
debian/rules
View file @
a899d76d
...
...
@@ -71,7 +71,7 @@ conf_args = \
--enable-etcd-reclock \
--enable-spotlight
ifeq (,$(filter amd64 arm64 i386 mips64el ppc64el ppc64 x32, $(DEB_HOST_ARCH)))
if
n
eq (,$(filter amd64 arm64
armel armhf
i386 mips64el
mipsel
ppc64el ppc64
s390x
x32, $(DEB_HOST_ARCH)))
conf_args += \
--enable-ceph-reclock
else
...
...